Hi Alice,
Let's use the variable b1 to represent the first base and the variable b2 tor the second base. Then we can use the variable h for the height.
The formula for calculating the area of a trapezoid is:
A = (b1 + b2 ) h
2
Since the length of b1 is 3 times that of b2, we can write: b1 = 3b2
Also, from the info in the problem, we can represent the height as : h= b2 - 2
Using these expressions for b1 and h and knowing that the area is 30, we can substitute these expressions into the formula and solve for b2:
30 = (3b2 + b2) (b2 - 2 )
2
Now combine like terms and use inverse operations and factoring to find the value of b2:
30 = 4b2 (b2 - 2)
2
30 • 2 = 4b2 (b2 - 2) • 2
2
60 = 4b22 - 8 b2
0 = 4b22 - 8 b2 - 60
0 = 4 (b22 - 2 b2 - 15)
0 = 4 • (b2 - 5 )(b2 + 3)
Since the base can not be a negative number:
(b2 - 5 ) = 0
b2 = 5 inches
b1 = 3b2 = 3 • 5 =15 inches
h = b2 -2 = 5 - 2 = 3inches
To verify:
A = (b1 + b2) h
2
A = (15 + 5) 3 = 20 • 3 = 30 square inches
2 2