document.write( "Question 587288: The area of a rectangle is 24 square meters. Find the length and width of the rectangle if its length is 5 meters greater than its width. Use an equation and the formula for
\n" );
document.write( "Area of a rectangle = (width)(length).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374046 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! L*W=24 \n" ); document.write( "L=W+5 \n" ); document.write( "W*(W+5)=24 \n" ); document.write( "W^2+5w-24=0 \n" ); document.write( "(W+8)*(W-3)=0 \n" ); document.write( "W=-8 W=3 \n" ); document.write( "Measurements must be positive \n" ); document.write( "W=3 L=8\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |