document.write( "Question 885720: the length of a rectangular piece of land is 4ft more than two times its width. the perimeter is 32 ft find its dimensions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535385 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the length of a rectangular piece of land is 4ft more than two times its width. the perimeter is 32 ft find its dimensions. \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "x+4=length \n" ); document.write( "2(length+width)=perimeter \n" ); document.write( "2(x+4+x)=32 \n" ); document.write( "2x+4=16 \n" ); document.write( "2x=12 \n" ); document.write( "x=6 \n" ); document.write( "x+4=10 \n" ); document.write( "width=6ft \n" ); document.write( "length=10ft \n" ); document.write( " |