document.write( "Question 1148852: The length of a rectangle is 5 yd longer than its width.
\n" );
document.write( "If the perimeter of the rectangle is 50 yd, find its area. \n" );
document.write( "
Algebra.Com's Answer #770178 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 5 yd longer than its width. \n" ); document.write( "L = w + 5 \n" ); document.write( "or \n" ); document.write( "L - w = 5 \n" ); document.write( "If the perimeter of the rectangle is 50 yd, \n" ); document.write( "2L + 2w = 50 \n" ); document.write( "simplify, divide by 2, use elimination with the 1st equation \n" ); document.write( "L + w = 25 \n" ); document.write( "L - w = 5 \n" ); document.write( "-------------addition eliminates w, find L \n" ); document.write( "2L + 0 = 30 \n" ); document.write( "L = 30/2 \n" ); document.write( "L = 15 is the length \n" ); document.write( "then \n" ); document.write( "15 - 5 = 10 is the width \n" ); document.write( "\"find its area.\" \n" ); document.write( "15 * 10 = 150 sq/yds is the area \n" ); document.write( " |