document.write( "Question 244110: The width of a rectangle is 3ft less than the length. The perimeter is 10 feet. Find the L & W. \n" ); document.write( "
Algebra.Com's Answer #178677 by richwmiller(17219) You can put this solution on YOUR website! The width of a rectangle is 3ft less than the length. The perimeter is 10 feet. Find the L & W. \n" ); document.write( "Let L=length and W=width \n" ); document.write( "W=L-3 \n" ); document.write( "L+L+W+W=10 \n" ); document.write( "L+L+(L-3) +(L-3)=10 \n" ); document.write( "4L-6=10 \n" ); document.write( "and 6 to both sides \n" ); document.write( "4L=16 \n" ); document.write( "L=4: Length =4 \n" ); document.write( "W=4-3 \n" ); document.write( "W=1:Width=1\r \n" ); document.write( "\n" ); document.write( "check\r \n" ); document.write( "\n" ); document.write( "4+4+1+1=10 \n" ); document.write( "10=10 \n" ); document.write( " |