document.write( "Question 447982: The length of a rectangle is 8 cm less than twice the width. The area of the rectangle is 90 cm2. Find the length and width of the rectangle.\r
\n" );
document.write( "\n" );
document.write( "length______cm
\n" );
document.write( "width_______cm \n" );
document.write( "
Algebra.Com's Answer #308389 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! n(2n-8)=90 \n" ); document.write( "2n2-8n-90=0 \n" ); document.write( "n2-4n-45=0 \n" ); document.write( "(n-9)(n+5)=9 \n" ); document.write( "n=9 or -5 \n" ); document.write( "Throwing out the negative answer, we get the length to be 10 cm., and the width to be 9 cm.. \n" ); document.write( " |