document.write( "Question 800431: A base of a rectangle is 3cm longer than the height. The area of the rectangle is 40cm^2. Find the base and the height of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Thank you so much for your help
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #483074 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A base of a rectangle is 3cm longer than the height. The area of the rectangle is 40cm^2. Find the base and the height of the rectangle? \n" ); document.write( "*** \n" ); document.write( "let h=height of rectangle \n" ); document.write( "base of rectangle=h+3 \n" ); document.write( "Area=height*base=h(h+3)=h^2+3h \n" ); document.write( "h^2+3h=40 \n" ); document.write( "h^2+3h-40=0 \n" ); document.write( "(h+8)(h-5)=0 \n" ); document.write( "h=-8(reject) \n" ); document.write( "h=5 \n" ); document.write( "base=h+3=8 \n" ); document.write( ".. \n" ); document.write( "height of rectangle=5cm \n" ); document.write( "base of rectangle=8cm \n" ); document.write( " |