SOLUTION: Ok, I have a problem on my homework that I want to make sure is right. The problem is:'A trapezoid has height h. One base is 4 units shorter than the height. The other base is 5 ti
Algebra ->
Polynomials-and-rational-expressions
-> SOLUTION: Ok, I have a problem on my homework that I want to make sure is right. The problem is:'A trapezoid has height h. One base is 4 units shorter than the height. The other base is 5 ti
Log On
Question 715801: Ok, I have a problem on my homework that I want to make sure is right. The problem is:'A trapezoid has height h. One base is 4 units shorter than the height. The other base is 5 times longer than the height. Write a polynomial for the area of the trapezoid.' So obviously the formula for a trapezoid's area is A=1/2(h)(b1+b2). The polynomial I got for it is A= 1/2(6h^2-4h). Is this correct? If not, please tell me where I went wrong and how to fix it. Thank you! :) Answer by Edwin McCravy(20060) (Show Source):
A = (6h²-4h) is correct but why not multiply it all the way out?
A = h[(h-4)+(5h)] = h(h-4+5h) = h(6h-4) = 3h²-2h
or you could factor out h and write it as h(3h-2), but don't leave it with
a fraction factor when it is not necessary.
Edwin