12 solved Triangles previous year questions (PYQs) from past year papers — attempt each and check the answer.
Free SolutionsNo Login12 Questions
Q1:ipmat indore 2024QA › TrianglesEasySA · TITA
The number of triangles with integer sides and with perimeter 15 is:
Enter your answer to attempt
The Setup: We need to calculate the total number of triangles that can be formed with integer sides and a fixed perimeter of 15.
Step 1: Define the basic parameters and constraints.
Let the integer sides of the triangle be a, b, and c, strictly ordered such that a≤b≤c.
The perimeter condition dictates:
a+b+c=15Step 2: Apply the triangle inequality theorem to bound the longest side c.
The sum of the two shorter sides must strictly exceed the longest side:
a+b>c
Substitute a+b=15−c into the inequality:
15−c>c⇒2c<15⇒c≤7.5
Since c is an integer, the maximum valid dimension for c is 7.
Furthermore, c is the maximum side, so it must be at least the average length of the perimeter:
c≥315=5
Thus, c∈{5,6,7}.
Step 3: Systematically evaluate integer pairs (a,b) for each possible value of c, maintaining a≤b≤c.
Case 1:c=5
Requires a+b=10. The only integer pair satisfying a≤b≤5 is (5,5). (Yields 1 triangle)
Case 2:c=6
Requires a+b=9. The pairs satisfying a≤b≤6 are (3,6) and (4,5). (Yields 2 triangles)
Case 3:c=7
Requires a+b=8. The pairs satisfying a≤b≤7 are (1,7), (2,6), (3,5), and (4,4). (Yields 4 triangles)
Step 4: Aggregate the valid triangle formations.
Total Triangles=1+2+4=7Final Answer: 7
Q2:ipmat indore 2024QA › TrianglesEasySA · TITA
Let △ABC be a triangle right-angled at B with AB=BC=18. The area of the largest rectangle that can be inscribed in this triangle and has B as one of the vertices is:
Enter your answer to attempt
The Setup: A right-angled triangle has vertex B at the right angle, with legs AB=BC=18. We need to find the area of the largest inscribed rectangle sharing vertex B.
Step 1: Establish the coordinate system.
Place the right-angled vertex B at the origin (0,0).
Given leg lengths AB=BC=18, set vertex A at (0,18) and vertex C at (18,0).
The hypotenuse AC forms a line passing through (0,18) and (18,0). Its linear equation is:
x+y=18⇒y=18−xStep 2: Define the area function of the inscribed rectangle.
A rectangle sharing vertex B at (0,0) and bounded by the triangle will have its opposing vertex (x,y) strictly on the hypotenuse AC.
The Area (A) is the product of its length and width:
Arect=x×y=x(18−x)=18x−x2Step 3: Maximize the quadratic area function.
The function is a downward-opening parabola. We find its maximum via differentiation (or the vertex formula x=2a−b):
dxdArect=18−2x=0⇒x=9Step 4: Calculate the maximum area footprint.
Substitute x=9 into the bounding equation to find y:
y=18−9=9Max Area=9×9=81Final Answer: 81
Q3:ipmat indore 2020QA › TrianglesHardMCQ · MCQ
The number of acute angled triangles whose sides are three consecutive positive integers and whose perimeter is at most 100 is
A28
B29
C31
D33
Pick an option to attempt
The Setup: This geometry problem is a triple filter. The sides must pass the triangle inequality vibe check, then survive the acute-angle condition, then fit under the perimeter cap. Whichever filter is strictest wins.
Step 1: Set up the side lengths. Let the three consecutive integer sides be x−1, x and x+1, with x−1≥1.
For any triangle the two smaller sides must beat the largest: (x−1)+x>x+1⟹x>2.
Step 2: Enforce the acute angle rule. A triangle is acute when *every* angle is acute - but we only have to test one. The largest angle always sits opposite the longest side, so if that angle is acute the two smaller ones are smaller still and acute automatically. The longest side here is x+1, so the single condition to check is a2+b2>c2:
(x−1)2+x2>(x+1)2x2−2x+1+x2>x2+2x+1x2>4x
Since x is positive we may divide by x, giving x>4. As x is an integer, the lowest valid value is x=5 (the smallest qualifying triangle being 4,5,6). Note this condition is strictly tighter than Step 1's x>2, so the triangle inequality is absorbed and adds nothing further.
Step 3: Apply the perimeter cap. The perimeter is at most 100:
(x−1)+x+(x+1)=3x≤100⟹x≤33.33…
Since x is an integer, the maximum is x=33, giving sides 32,33,34 and a perimeter of 99.
Step 4: Count the surviving squad. The valid range for x runs from 5 to 33 inclusive:
33−5+1=29Final Answer: 29
Q4:ipmat indore 2025QA › TrianglesMediumMCQ · MCQ
In triangle ABC, AB=AC=x, ∠ABC=θ and the circumradius is equal to y. Then yx equals
Asin(θ)
Bcos(θ)
C2cos(θ)
D2sin(θ)
Pick an option to attempt
The Setup: We have an isosceles triangle stepping into the arena, and we need to link its side lengths, angles, and circumradius. The ultimate cheat code for any circle circumscribing a triangle is the Extended Law of Sines. It is basically the universal API bridging triangle sides, their opposite angles, and the circumcircle's radius.
Step 1: Decode the triangle's geometry.
We are given that AB=AC=x, making triangle ABC isosceles. In geometry lore, the angle opposite to side AC is ∠ABC, which we are told is θ.
Step 2: Deploy the Extended Law of Sines.
The law dictates that the ratio of any side length to the sine of its opposite angle is exactly equal to the circumcircle's diameter (twice the circumradius, or 2R).
The general framework is:
sin(A)a=sin(B)b=sin(C)c=2RStep 3: Plug in the stats.
Let's target side AC (which has a length of x) and its corresponding opposite angle, ∠ABC (which is θ). The circumradius R is given to us as y. Substitute these into the formula:
sin(θ)x=2yStep 4: Isolate the target ratio.
The prompt is asking for the exact value of yx. We just need to execute a quick algebraic shuffle—divide both sides by y and multiply both sides by sin(θ) to get the variables aligned perfectly.
yx=2sin(θ)
The math literally solves itself.
Final Answer:2sin(θ)
Q5:ipmat indore 2022QA › TrianglesEasyMCQ · MCQ
The lengths of the sides of a triangle are x,21 and 40, where x is the shortest side. A possible value of x is:
A18
B20
C19
D16
Pick an option to attempt
The Setup: A triangle is composed of side lengths x,21 and 40, where x is stated to be the shortest side. We must determine a viable integer value for x bounded by the triangle inequality.
Step 1: Apply the triangle inequality theorem.
For three lengths to successfully form a closed triangle, the sum of the two shorter sides must strictly exceed the longest side.
x+21>40⟹x>19Step 2: Apply the specific length constraint.
The problem states that x is the shortest side. Therefore, x must be less than or equal to 21.
Combining both strict inequalities:
19<x≤21Step 3: Evaluate the given options.
The mathematically possible integer values for x are 20 and 21. Reviewing the multiple-choice options provided (18,20,19,16), the only valid candidate listed is 20.
Final Answer: 20
Q6:ipmat indore 2024QA › TrianglesHardMCQ · MCQ
The side AB of a triangle ABC is c. The median BD is of length k. If ∠BDA=θ and θ<90∘, then the area of triangle ABC is
A2k2sinθ+ksinθc2+k2sin2θ
B2k2sin2θ+ksinθc2−k2sin2θ
C2k2cos2θ+ksinθc2−k2sin2θ
D2k2cosθ+ksinθc2+k2sin2θ
Pick an option to attempt
The Setup: In triangle ABC, the side AB is c, the median BD has length k, and the angle ∠BDA=θ where θ<90∘. We need to find the area of the entire triangle ABC.
Step 1: Establish the area formula using the median.
A median divides a triangle into two smaller triangles of identical area.
Area(ABC)=2×Area(ABD)
Using the base AD and the altitude from B to AD (which is ksinθ):
Area(ABD)=21×AD×(ksinθ)Area(ABC)=2(21×AD×ksinθ)=AD⋅ksinθStep 2: Use the Cosine Rule to express AD.
In △ABD, apply the Law of Cosines:
c2=AD2+k2−2(AD)(k)cosθ
Rearrange into a quadratic equation in terms of AD:
AD2−(2kcosθ)AD+(k2−c2)=0
Solve for AD via the quadratic formula (taking the positive valid geometric root):
AD=22kcosθ+4k2cos2θ−4(k2−c2)AD=kcosθ+c2−k2(1−cos2θ)=kcosθ+c2−k2sin2θStep 3: Substitute AD back into the Area equation.
Area(ABC)=(kcosθ+c2−k2sin2θ)ksinθArea(ABC)=k2sinθcosθ+ksinθc2−k2sin2θ
Using the double-angle identity 2sinθcosθ=sin(2θ):
Area(ABC)=2k2sin2θ+ksinθc2−k2sin2θFinal Answer:2k2sin2θ+ksinθc2−k2sin2θ
Q7:ipmat indore 2024QA › TrianglesMediumMCQ · MCQ
Let △ABC be a triangle with AB=AC and D be a point on BC such that ∠BAD=30∘. If E is a point on AC such that AD=AE, then ∠CDE equals
A60∘
B30∘
C10∘
D15∘
Pick an option to attempt
The Setup: In a triangle ABC with AB=AC, D is a point on BC creating ∠BAD=30∘, and E is a point on AC creating AD=AE. We need to determine the angle ∠CDE.
Step 1: Assign variables to the base angles of the primary triangle.
Let ∠B=∠C=α (since AB=AC).
The vertex angle of the large triangle is ∠BAC=180∘−2α.
The remaining upper angle inside is ∠DAC=∠BAC−∠BAD=(180∘−2α)−30∘=150∘−2α.
Step 2: Determine the base angles of the internal isosceles triangle.
In △ADE, since AD=AE, the base angles are equal:
∠ADE=∠AED=2180∘−∠DAC∠ADE=2180∘−(150∘−2α)=230∘+2α=15∘+αStep 3: Use the exterior angle theorem to map ∠CDE.
Look at △ABD. The exterior angle at D is ∠ADC, equaling the sum of the remote interior angles:
∠ADC=∠B+∠BAD=α+30∘
Geometrically, angle ∠ADC is comprised of two adjacent components:
∠ADC=∠ADE+∠CDE
Substitute the known expressions:
α+30∘=(15∘+α)+∠CDE∠CDE=30∘−15∘=15∘Final Answer:15∘
Q8:ipmat indore 2025QA › TrianglesMediumMCQ · MCQ
Consider a triangle with side lengths 4 meters, 6 meters, and 9 meters. A dog runs around the triangle in such a way that the shortest distance of the dog from the triangle is exactly 1 meter. The total distance covered (in meters) by the dog in one round is
A22+2π
B19+2π
C22
D22−2π
Pick an option to attempt
The Setup: This is a locus problem disguised as a dog-walking simulator. The dog maintains a strict 1-meter social distance from the triangle at all times. When you trace this path, the dog's route is built from two types of geometry: straight paths parallel to the triangle's sides, and circular arcs pivoting around the corners. It is basically Mario Kart drifting mechanics.
Step 1: Analyze the straightaways.
For every side of the triangle, the dog runs a parallel straight line exactly 1 meter away. The lengths of these straight paths match the triangle's base stats perfectly.
Straight distance=4+6+9=19Step 2: Calculate the corner drifts.
When the dog reaches a corner, it has to swing around the vertex to stay exactly 1 meter away from the point. This movement creates a circular arc. The angle of this arc is exactly equal to the exterior angle of the triangle at that specific vertex.
Step 3: Piece the arcs together.
In Euclidean geometry lore, the sum of the exterior angles of *any* convex polygon is an automatic 360∘ (or 2π radians). This means if you take those three corner arcs and stitch them together, they form one flawless, complete circle with a radius of r=1 meter. Let's run the circumference formula:
Arc distance=2πr=2π(1)=2πStep 4: Sum the total distance.
Combine the straightaways and the corner drifts to get the final run length. The total distance covered by the dog in one round is just the sum of our two parts.
Total=19+2πFinal Answer:19+2π
Q9:ipmat indore 2023QA › TrianglesHardMCQ · MCQ
In a triangle ABC, let D be the midpoint of BC, and AM be the altitude on BC. If the lengths of AB, BC and CA are in the ratio of 2:4:3, then the ratio of the lengths of BM and AD would be
A11:410
B12:11
C11:12
D410:11
Pick an option to attempt
The Setup: In △ABC, D is the midpoint of BC, and AM is the altitude on BC. With side ratios AB:BC:CA=2:4:3, we must find the length ratio BM:AD.
Step 1: Assign algebraic lengths to the sides.
Let the sides be c=AB=2x, a=BC=4x, and b=CA=3x.
Since D is the midpoint of BC, BD=2BC=2x.
Step 2: Calculate the length of BM.
Use the Law of Cosines to find cosB in △ABC:
cosB=2aca2+c2−b2=2(4x)(2x)(4x)2+(2x)2−(3x)2cosB=16x216x2+4x2−9x2=16x211x2=1611
In the right-angled △ABM, the segment BM represents the adjacent side to angle B. Thus, BM=c⋅cosB:
BM=2x(1611)=811xStep 3: Calculate the length of the median AD.
Apply Apollonius's Theorem to the median AD:
AB2+AC2=2(AD2+BD2)(2x)2+(3x)2=2(AD2+(2x)2)4x2+9x2=2AD2+8x213x2−8x2=2AD25x2=2AD2⟹AD2=25x2⟹AD=2x5=2x10Step 4: Compute the ratio BM:AD.
Ratio=2x10811x=811×102=81022=41011Final Answer:11:410
In a right-angled triangle ABC, the hypotenuse AC is of length 13 cm. A line drawn connecting the midpoints D and E of sides AB and AC is found to be 6 cm in length. The length of BC is
A12 cm
B5 cm
C23 cm
D8 cm
Pick an option to attempt
The Setup: In a right-angled triangle ABC, the hypotenuse AC is 13 cm. The segment DE joining the midpoint of the leg AB to the midpoint of the hypotenuse AC measures 6 cm. We must find the length of BC.
Step 1: Map the geometry using the Midpoint Theorem.
The problem defines a line segment drawn connecting the midpoints (D and E) of two sides of a triangle (AB and AC).
According to the Triangle Midpoint Theorem, the line segment connecting the midpoints of two sides of a triangle is perfectly parallel to the third side and exactly half of its length.
DE=21BCStep 2: Calculate the base.
We are explicitly given that DE=6 cm.
6=21BC⟹BC=12 cm
*(The hypotenuse measurement of 13 is consistent data: with BC=12 and AC=13, the remaining leg AB=5, forming the standard 5-12-13 Pythagorean triple.)*
Final Answer:12 cm
Q11:ipmat indore 2024QA › TrianglesHardMCQ · MCQ
Let ABC be an equilateral triangle, with each side of length k. If a circle is drawn with diameter AB, then the area of the portion of the triangle lying inside the circle is
A(33+π)24k2
B(33+π)6k2
C(33−π)24k2
D(33+π)8k2
Pick an option to attempt
The Setup: An equilateral triangle is partially overlapped by a circle whose diameter is one of its sides. We must calculate the area of the geometric intersection of the two figures.
Step 1: Establish the geometry of the intersection.
Let the equilateral triangle be ABC with side length k. The circle has diameter AB, meaning its center O is the midpoint of AB, and its radius is k/2.
The circle intersects side AC at a point D and side BC at a point E.
According to Thales's Theorem, any angle inscribed in a semicircle is a right angle. Since AB is the diameter, ∠ADB=90∘ and ∠AEB=90∘.
Thus, BD and AE are altitudes of the equilateral triangle ABC. In an equilateral triangle, altitudes also act as medians, meaning D and E exactly bisect sides AC and BC.
Step 2: Partition the target area.
The portion of the triangle lying inside the circle is the shape bounded by segments AD, EB, AB, and the circular arc DE.
We can decompose this bounded region by connecting the center O to points D and E.
The area consists of three non-overlapping geometric shapes: △AOD, △BOE, and the circular sector DOE.
Step 3: Calculate the component areas.
Because O is the midpoint of AB and D is the midpoint of AC, AD=k/2 and AO=k/2. Since D is on the circle, OD=k/2. Thus, △AOD is equilateral with side length k/2.
Area(△AOD)=43(2k)2=163k2
By identical symmetry, △BOE is also equilateral with the same area.
Because ∠AOD=60∘ and ∠BOE=60∘, the central angle of the sector DOE is 180∘−60∘−60∘=60∘.
Area(Sector DOE)=360∘60∘×π(2k)2=61×4πk2=24πk2Step 4: Sum the components to find total area.
Total Area=2(163k2)+24πk2Total Area=83k2+24πk2=(2433+24π)k2=2433+πk2Final Answer:(33+π)24k2
The number of points, having both coordinates as integers, that lie in the interior of the triangle with vertices (0,0),(0,31), and (31,0) is
A435
B465
C450
D464
Pick an option to attempt
The Setup: We are hunting for lattice points strictly inside the triangle. The boundary lines are the axes (x=0,y=0) and the hypotenuse (x+y=31). To stay *interior*, our coordinates must be strictly positive integers that sum to less than 31. Boundary points fail the vibe check and get instantly disqualified.
Step 1: Set the Constraints
We need integers x>0 and y>0 such that x+y<31.
This means the absolute max limit for the sum is x+y≤30.
Step 2: Sum the Rows
If x=1, y can range from 1 to 29 (giving us 29 valid points).
If x=2, y can range from 1 to 28 (28 points).
This sequence cascades linearly all the way down to x=29, where y can only be 1 (1 point).
Step 3: Calculate the Total
We just need to sum the first 29 positive integers. We plug this into the classic arithmetic series sum formula S=2n(n+1).
S=229(30)S=29×15=435Final Answer: 435