document.write( "Question 313458: Solve the following application problem (show equation and then solution) Round answers to the nearest thousandths and properly label answer. \r
\n" );
document.write( "\n" );
document.write( "The length of a rectangle is 5cm more than it's width. If the area of the rectangle is 90cm^2 find the dimensions.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #224174 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the width be x cm \n" ); document.write( "the length will be x+5 cm \n" ); document.write( ".. \n" ); document.write( "Area of rectangle = L*W \n" ); document.write( ".. \n" ); document.write( "x(x+5)=90 \n" ); document.write( "x^2+5x=90 \n" ); document.write( "x^2+5x-90=0 \n" ); document.write( "x^2+15x-6x-90=0 \n" ); document.write( "x(x+15)-6(x+15)=0 \n" ); document.write( "(x+15)(x-6)=0 \n" ); document.write( "x+-15 or 6. \n" ); document.write( "The width cannot be negative \n" ); document.write( "so width = 6 cm. \n" ); document.write( "Length will be 6+5=11cm \n" ); document.write( " |