I'm happy to show you this problem -- it has a very elegant solution.
I'm going to start the way
imdpro started:
h -> height of the trapezium or the distance between the parallel sides
x -> distance between C` and D
y -> distance between B` and A
C` and B` are projections of B and C on AD .(
In fact, if you construct this trapezium to scale, angle A is an obtuse angle, so really what project onto what is a little different, but that doesn't affect the calculations that follow.)
Clearly, 20 = 12 + x + y, so
x + y = 8. The blue equation. That's important -- hold on to that for a moment.
Also, by Pythagorean Theorem on the side triangles,
x^2 + h^2 = 9^2 =
81y^2 + h^2 = 15^2 =
225The red & green equations: hold on to those for moment.
Now, Pythagorean Theorem for the diagonals.
(AC)^2 = h^2 + (20 -x)^2 = h^2 + 400 - 40x + x^2 = (
h^2 + x^2) + 400 - 40x =
81 + 400 - 40x = 481 - 40x
(BD)^2 = h^2 + (20 -y)^2 = h^2 + 400 - 40y + x^2 = (
h^2 + y^2) + 400 - 40y =
225 + 400 - 40y = 625 - 40y
sum of squares of diagonals = (AC)^2 + (BD)^2 = 481 - 40x + 625 - 40y = 1106 - 40(
x + y) = 1106 - 40(
8)
= 1106 - 320 =
786 ==> answer choice B
Does that make sense? Let me know if you have any questions.
Mike