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)\"\" \"About 
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( "\n" ); document.write( "
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++2%5Cl+%2B+2%5Cw+=+46%2C%0D%0A++++2%5Cl+%2B+-1%5Cw+=+3+%29%0D%0A++\"We'll use substitution. After moving 2*w to the right, we get:
\n" ); document.write( " \"2%2Al+=+46+-+2%2Aw\", or \"l+=+46%2F2+-+2%2Aw%2F2\". Substitute that
\n" ); document.write( " into another equation:
\n" ); document.write( " \"2%2A%2846%2F2+-+2%2Aw%2F2%29+%2B+-1%5Cw+=+3\" and simplify: So, we know that w=14.3333333333333. Since \"l+=+46%2F2+-+2%2Aw%2F2\", l=8.6666666666667.
\n" ); document.write( "
\n" ); document.write( " Answer: \"system%28+l=8.6666666666667%2C+w=14.3333333333333+%29\".
\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( "
\n" );