document.write( "Question 941139: The perimeter of a rectangle is 46 ft. The width is 3ft less than twice the length. Find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #573699 by laoman(51)![]() ![]() You can put this solution on YOUR website! Let the length be l and width be w \n" ); document.write( "From first statement, perimeter = 2(l+w)\r \n" ); document.write( "\n" ); document.write( "2l+2w = 46 \n" ); document.write( "w = 2*l - 3\r \n" ); document.write( "\n" ); document.write( "solving the simultaneous eqns \n" ); document.write( "2l+2w = 46 \n" ); document.write( "2l-w = 3\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "length = 8.67 ft \n" ); document.write( "width = 14.33 ft \n" ); document.write( " |