document.write( "Question 13732: The perimeter of a rectangle is 86cm. Twice the width exceeds the length by 2cms. Find the dimensions. I used this equation P=2l+2W, but I don't know how to combine the terms \n" ); document.write( "
Algebra.Com's Answer #6940 by LilSkittleMd(119)![]() ![]() ![]() You can put this solution on YOUR website! P=2L+2W \n" ); document.write( "The second equation is 2W=L+2 (Twice the width exceeds the length by 2) \n" ); document.write( "You need to put this equation into a \"L equals\" or \"W equals\" so you can plug it into the P equation. Use an L equation, it is easier to use. Just subtract 2 from both sides. \n" ); document.write( "2W-2=L \n" ); document.write( "Now just put everything together \n" ); document.write( "86=2(2W-2)+2W \n" ); document.write( "86=4W-4+2W \n" ); document.write( "86=6W-4 \n" ); document.write( "90=6W \n" ); document.write( "15=W \n" ); document.write( "L=2(15)-2 \n" ); document.write( "L=30-2 \n" ); document.write( "L=28 \n" ); document.write( "The width is 15 cm and the length is 28 cm \n" ); document.write( " |