document.write( "Question 750275: the perimeter of a rectangle is 700 yards. Find the length and width of the rectangle if the length is 50 yards more than the width?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #456515 by kibauu(44)![]() ![]() ![]() You can put this solution on YOUR website! length=l \n" ); document.write( "width=w\r \n" ); document.write( "\n" ); document.write( "perimeter of rectangle=2(l+w) \n" ); document.write( "l=w+50\r \n" ); document.write( "\n" ); document.write( "700 yards=2((w+50)+w) \n" ); document.write( "700=2.(2w+50) \n" ); document.write( "700=4w+100\r \n" ); document.write( "\n" ); document.write( "that's easy now to find w and also l \n" ); document.write( "Cheers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |