document.write( "Question 328716: The length of a rectangle is 9cm mor than its width. If the area of the rectangle is 76cm^2, find the dimensions. Round to the nearest thousandth if necessary. \n" ); document.write( "
Algebra.Com's Answer #235486 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width be x cm \n" ); document.write( "length = x+9 cm\r \n" ); document.write( "\n" ); document.write( "Area = 76 cm^2 \n" ); document.write( "Area = L*W \n" ); document.write( "x(x+9)=76 \n" ); document.write( "x^2+9x=76 \n" ); document.write( "x^2+9x-76=0 \n" ); document.write( "find the roots of the equation x1 x2 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=5.311 cm width \n" ); document.write( " \n" ); document.write( "=-14.31 cm ignore this value \n" ); document.write( "length = 5.311+9=14.311 cm \n" ); document.write( " \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |