document.write( "Question 166487: The perimeter of a rectangle is 46m. If the width were doubled and the length were increased by 6 m, the perimeter would be 70 m. What are the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #122688 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
let L = length of original rectangle.
\n" ); document.write( "let W = width of original rectangle.
\n" ); document.write( "formula for perimeter of the original rectangle:
\n" ); document.write( "2*L + 2*W = 46m (equation 1) *************************************
\n" ); document.write( "-----
\n" ); document.write( "let L+6 = length of modified rectangle.
\n" ); document.write( "let 2*W = width of modified rectangle.
\n" ); document.write( "formula for perimeter of modified rectangle:
\n" ); document.write( "2 * (L+6) + 2 * (2*W) = 70m (original equation 2)
\n" ); document.write( "expand this out more:
\n" ); document.write( "(2*L) + (2*6) + (2*2*W) = 70m
\n" ); document.write( "simplify:
\n" ); document.write( "2*L + 12 + 4*W = 70m
\n" ); document.write( "subtract 12 from both sides:
\n" ); document.write( "2*L + 4*W = 58 (equation 2) **************************************
\n" ); document.write( "-----
\n" ); document.write( "you have 2 equations that you want to solve simultaneously so that the same solution is applicable to both.
\n" ); document.write( "they are:
\n" ); document.write( "2*L + 2*W = 46 (equation 1)
\n" ); document.write( "2*L + 4*W = 58 (equation 2)
\n" ); document.write( "-----
\n" ); document.write( "since they have a common term that can be eliminated (2*L), just subtract equation 1 from equation 2:
\n" ); document.write( "2*W = 12
\n" ); document.write( "W = 6
\n" ); document.write( "-----
\n" ); document.write( "you have W = 6.
\n" ); document.write( "substitute in equation 1:
\n" ); document.write( "2*L + 2*6 = 46
\n" ); document.write( "simplify:
\n" ); document.write( "2*L + 12 = 46
\n" ); document.write( "subtract 12 from both sides:
\n" ); document.write( "2*L = 34
\n" ); document.write( "divide both sides by 2:
\n" ); document.write( "L = 17
\n" ); document.write( "-----
\n" ); document.write( "you have:
\n" ); document.write( "W = 6
\n" ); document.write( "L = 17
\n" ); document.write( "-----
\n" ); document.write( "substitute in original equation 2:
\n" ); document.write( "2 * (17+6) + 2*(2*6) = 70
\n" ); document.write( "perform indicated operations:
\n" ); document.write( "2*23 + 2*12 = 70
\n" ); document.write( "46 + 24 = 70
\n" ); document.write( "70 = 70
\n" ); document.write( "-----
\n" ); document.write( "answer is good:
\n" ); document.write( "length of the original rectangle is 17 meters and width of the original rectangle is 6 meters.
\n" ); document.write( "-----\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );