document.write( "Question 715224: ABCD is a rectangle. The area of the rectangle is 40 square feet.
\n" );
document.write( "The length is 3 more than the width.\r
\n" );
document.write( "\n" );
document.write( "A) Find the measure of each length and each width
\n" );
document.write( "B) Find the length of the diagonal, rounded to the nearest tenth \n" );
document.write( "
Algebra.Com's Answer #439300 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Area of rectangle = l*w\r \n" ); document.write( "\n" ); document.write( "Width be x \n" ); document.write( "Length = x+3\r \n" ); document.write( "\n" ); document.write( "x(x+3) =40\r \n" ); document.write( "\n" ); document.write( "x^2+3x=40 \n" ); document.write( "x^2+3x-40=0\r \n" ); document.write( "\n" ); document.write( "x^2+8x-5x-40=0\r \n" ); document.write( "\n" ); document.write( "x(x+8)-5(x+8)=0\r \n" ); document.write( "\n" ); document.write( "(x+8)(x-5)=0\r \n" ); document.write( "\n" ); document.write( "Therefore x= -8 OR x=5\r \n" ); document.write( "\n" ); document.write( "Ignore negative\r \n" ); document.write( "\n" ); document.write( "x=5 is the width\r \n" ); document.write( "\n" ); document.write( "width = 5 feet\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Length = x+3----> 8feet \n" ); document.write( " |