document.write( "Question 208615: 3. Translate the problem into a pair of linear equations in two vaiables. Solve the equations using either elimination or substitution. State your answer for both variables.\r
\n" );
document.write( "\n" );
document.write( "The perimeter of a rectangle is 48 cm. The length is 12 cm longer than the width. Find the dimensions. \n" );
document.write( "
Algebra.Com's Answer #157834 by algebrapro18(249)![]() ![]() ![]() You can put this solution on YOUR website! Let l be the length and w be the width. We know that perimeter is 48 so in equations this would be l + w =48 so that will be our first equation. We also know that the length of is 12 cm longer than the width. In equations this would be l = 12+w, which is our second equation. \r \n" ); document.write( "\n" ); document.write( "so our system is \r \n" ); document.write( "\n" ); document.write( "l + w = 48 \n" ); document.write( "l = 12 + w \r \n" ); document.write( "\n" ); document.write( "So since we have an expression for l we can use the substitution method and plug equation 2 into equation 1 and solve for width. \r \n" ); document.write( "\n" ); document.write( "l + w = 48 \n" ); document.write( "12 + w + w = 48 \n" ); document.write( "12 + 2w = 48 \n" ); document.write( "2w = 36 \n" ); document.write( "w = 18 cm \r \n" ); document.write( "\n" ); document.write( "so we know the width is 18 centimeters. Now we plug that back into equation 2 and find the length. \r \n" ); document.write( "\n" ); document.write( "l = 12 + w \n" ); document.write( "l = 12 + 18 \n" ); document.write( "l = 30 cm \r \n" ); document.write( "\n" ); document.write( "so we know that the width is 18 centimeters and the length is 30 centimeters and checking that does give us a perimeter of 48 centimeters so that checks. \n" ); document.write( " |