
Martin S. answered 04/15/20
Patient, Relaxed PhD Molecular Biologist for Science and Math Tutoring
The height, H, is 6 inches less than the base, B
Mathematically, H = B - 6
Or, H + 6 = B
The area (A) is (B/2) x H
So using the relationship between the base and the heightwe can substitute (H + 6) for Bto get:
((H + 6)/2) x H = Area = 80
Distribute H over the binomial, (H + 6) and the equation becomes:
(H2 + 6H)/2 = 80; Now multiply both sides by 2 to remove the denominator:
H2 + 6H = 160, then rearrange to put the equation into a standard quadratic form: To do this subtract 160 from both sides:
H2 + 6H -160 = 0
Now use the quadratic formula to solve for H. x = (-b +/1 √b2 - 4ac)/2a. For this equation, a = 1, b = 6, and c = -160, so plug those in and:
b2 = 36
4ac = 4 x (-160) = -640
b2 - 4ac = 36 - (-640) = 676√
√676 = 26, so
x =( -6 = +/- 26)/2
x = (-6 + 26)/2 = 20/2 = 10, or
x = (-6 - 26))/2 = -32/2 = -16
But the length cannot be negative, so x must be the positive root, 10.
So the height is 10 inches, and the base is 16 inches.
If this is correct then using those for B/2 x H = A must be correct.
Let's check:
B = 16
H = 10
B/2 = 16/2 = 8
8H = 8 x 10 = 80. Check.
Hope this helps