document.write( "Question 304579: the perimeter of a rectangle is 44 cm. one side is 12 cm longer than the other side. find the lengths of the sides. \n" ); document.write( "
Algebra.Com's Answer #218090 by blwinbbbles(106)![]() ![]() You can put this solution on YOUR website! l = length w = width\r \n" ); document.write( "\n" ); document.write( "Let's write what we know\r \n" ); document.write( "\n" ); document.write( "l = w + 12 ....one side is 12 cm longer that the other \n" ); document.write( "2l + 2w = 44 ....since you add up all sides for the perimeter and there are 2 lengths and 2 widths\r \n" ); document.write( "\n" ); document.write( "now use substitution since we know l = w + 12 \n" ); document.write( "2(w + 12) + 2w =44 \n" ); document.write( "2w + 24 + 2w = 44 \n" ); document.write( "4w + 24 = 44 subtract 24 from both sides \n" ); document.write( "4w = 20 divide by 4 \n" ); document.write( "w = 5 \r \n" ); document.write( "\n" ); document.write( "now that you know what w is: \n" ); document.write( "l = 5 + 12 (first equation) \n" ); document.write( "l = 17 so now you know\r \n" ); document.write( "\n" ); document.write( "w = 5cm and l = 17cm \n" ); document.write( " \n" ); document.write( " |