Bunuel
A triangle is cut by 8 lines, each of which is parallel to the base of the triangle, as shown above. If the height of each of the 9 resulting segments is the same and the area of the blue segments is 64 cm^2, then what is the area of the yellow segments ?
A. 72
B. 81
C. 98
D. 102
E. 162
The correct option is C.Intuitive Approach. I suspect the total area of the triangle should be divided by 9, since there are 9 layers and the areas of the 4 blue layers is an integer and all the options have integer values.
Option A+64 = 72+64 = 136 Not evenly divisible by 9
Option B+64 = 81+64 = 145 Not evenly divisible by 9
Option C+64 = 98+64 = 162 Evenly divisible by 9, it is probably the answer.Option D+64 = 102+64 = 166 Not evenly divisible by 9
Option E+64 = 162+64 = 226 Not evenly divisible by 9
Arithmetic Approach.The blue trapezium layers are layers, 2,3,5 and 8 counting from the top.
Assume each layer is x in height. Assume the base of the larger big triangle is 9.
Therefore the bottom base of each of the layer, starting from top layer is 1,2,3,4,5,6,7,8,9.
The area of the 4 blue trapeziums using the trapezium formula is (1.5+2.5+4.5+7.5)x=64
Therefore, 16x=64 , x (height) =4. This is only an assumption. There are many different ways to solve the question and many different assumptions.
Calculate the area of the first yellow triangle using area of triangle formula = 0.5*4 =2
The yellow trapezium layers are layers, 4,6,7 and 9 counting from the top.
Calculate the areas of the remaining yellow trapezoids using areas of trapezium formula = (3.5+5.5+6.5+8.5)*4 = 24*4 =96
Add yellow triangle area to yellow trapezium areas = 2+96 =98.
Therefor option C is the answer.