document.write( "Question 222245: length of rectangle is 5ft longer than its width if the perimeter of the rectangle is 34ft what is the area
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166442 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! P=2w+2l \n" ); document.write( "34=2x+2(x+5) \n" ); document.write( "34=2x+2x+10 \n" ); document.write( "24=4x \n" ); document.write( "x=6ft \n" ); document.write( "x+5=11ft \n" ); document.write( "---------------- \n" ); document.write( "A=lw \n" ); document.write( "A=11*6 \n" ); document.write( "A=66 sq ft \n" ); document.write( " |