2 solved Solids previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.
Free SolutionsNo Login2 Questions
Q1:ipmat indore 2019QA › SolidsMediumSA · TITA
The number of whole metallic tiles that can be produced by melting and recasting a circular metallic plate, if each of the tiles has a shape of a right-angled isosceles triangle and the circular plate has a radius equal in length to the longest side of the tile (Assume that the tiles and plate are of uniform thickness, and there is no loss of material in the melting and recasting process) is
Enter your answer to attempt
The Setup: Conservation of material dressed up as a 3D melting problem. Because the thickness is uniform and nothing is lost, the volume ratio equals the area ratio, and the whole thing reduces to plane geometry.
Step 1: Total source material. With the plate's radius R:
Plate area=πR2Step 2: Area of one tile. The tile is a right-angled isosceles triangle, whose longest side is the hypotenuse, and the stem sets that hypotenuse equal to R. Letting each of the two equal legs be x, Pythagoras gives:
x2+x2=R2⟹2x2=R2⟹x2=2R2
The legs are perpendicular, so they serve directly as base and height:
Tile area=21⋅x⋅x=2x2=21⋅2R2=4R2Step 3: Divide. Note R cancels completely - the answer does not depend on the plate's size, only on the stated relationship between the two:
n=4R2πR2=4πStep 4: Filter for whole tiles. With π≈3.14159:
n≈4×3.14159=12.566
The stem asks for whole tiles, and you cannot cast a fraction of one, so the count floors to 12 - with material worth about 0.57 of a tile left unused. Rounding to 13 here is the trap: that would require metal that does not exist.
Final Answer: 12
Q2:ipmat indore 2019QA › SolidsHardMCQ · MCQ
Three cubes with integer edge lengths are given. It is known that the sum of their surface areas is 564cm2. Then the possible values of the sum of their volumes are
A764cm3 and 586cm3
B586cm3 and 564cm3
C764cm3 and 564cm3
D586cm3 and 786cm3
Pick an option to attempt
The Setup: A Diophantine equation dressed as geometry. Convert the surface-area condition into a sum of three squares, find every integer solution, then convert back to volumes.
Step 1: Reduce the surface-area equation. A cube of edge a has surface area 6a2, so with edges a,b,c:
6a2+6b2+6c2=564⟹a2+b2+c2=94Step 2: Bound the search before starting it. Order the edges a≤b≤c, with each at least 1 (an edge of 0 is not a cube). Then c is the largest, so 3c2≥94 and c2≤94:
394≤c2≤94⟹31.3≤c2≤94⟹6≤c≤9
That leaves exactly four cases to test, which is what makes the search genuinely exhaustive rather than a lucky hunt.
Step 3: Test all four.
c
c2
a2+b2 needed
Solutions with a≤b≤c
9
81
13
4+9 -> edges {2,3,9}
8
64
30
none (30=1+29,4+26,9+21,16+14,25+5 - no square pairs)
7
49
45
9+36 -> edges {3,6,7}
6
36
58
none (needs both ≤36; 58−36=22 and 58−25=33 are not squares)
So there are exactly two admissible triples, and no more.
Step 4: Convert to volumes.{2,3,9}:23+33+93=8+27+729=764{3,6,7}:33+63+73=27+216+343=586
Both triples do give surface area 6(94)=564 ✓, so both are genuine and the answer must list both values.
Final Answer:764cm3 and 586cm3