document.write( "Question 1025174: The length of a rectangle is
\n" );
document.write( "5 yd longer than its width.
\n" );
document.write( "If the perimeter of the rectangle is
\n" );
document.write( "34 yd, find its area. \n" );
document.write( "
Algebra.Com's Answer #640466 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is \n" ); document.write( "5 yd longer than its width. \n" ); document.write( "If the perimeter of the rectangle is \n" ); document.write( "34 yd, find its area. \n" ); document.write( "---------- \n" ); document.write( "Find L & W. \n" ); document.write( "2L + 2W = 34 \n" ); document.write( "L = W + 5 \n" ); document.write( "--- \n" ); document.write( "Area = L*W \n" ); document.write( " \n" ); document.write( " |