document.write( "Question 1002829: the base of a rectangle is 4.8 units shorter than the length h, write an equation,in terms of h, when the area is 150 square units \n" ); document.write( "
Algebra.Com's Answer #619720 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Length = h \n" ); document.write( "Width = h - 4.8 \n" ); document.write( "Area = Length x Width \n" ); document.write( "150 = h(h - 4.8) \n" ); document.write( "150 = h^2 - 4.8h \n" ); document.write( "h^2 - 4.8h - 150 = 0 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |