document.write( "Question 206850: The width of a rectangle is four feet less than the length. The perimeter is 16 ft. Find the width. \r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #156359 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! w=x=2 \n" ); document.write( "l=x+4=6 \n" ); document.write( "------------ \n" ); document.write( "p=2w+2l \n" ); document.write( "2x+2(x+4)=16 \n" ); document.write( "2x+2x+8=16 \n" ); document.write( "4x=8 \n" ); document.write( "x=2 \n" ); document.write( " |