document.write( "Question 13546: The length of a rectangle is 1cm more than 4 times the width. The perimiter is 42cm. find the length and width
\n" );
document.write( "let__=width
\n" );
document.write( "let__=length
\n" );
document.write( "equation
\n" );
document.write( "solve \n" );
document.write( "
Algebra.Com's Answer #6864 by LilSkittleMd(119)![]() ![]() ![]() You can put this solution on YOUR website! Let L equal length \n" ); document.write( "Let W equal width \n" ); document.write( "First you need to know the equation for the perimeter of a rectangle: \n" ); document.write( "P=2L+2W \n" ); document.write( "P=42 \n" ); document.write( "L=1+4W \n" ); document.write( "Plug in the values for P and L in the appropriate places in the equation for perimeter: \n" ); document.write( "42=2(1+4W)+2W \n" ); document.write( "42=2+8W+2W \n" ); document.write( "42=2+10W \n" ); document.write( "40=10W \n" ); document.write( "4=W \n" ); document.write( "Now that you have found the value for W, plug it into one of the equations \n" ); document.write( "L=1+4(4) \n" ); document.write( "L=1+16 \n" ); document.write( "L=17 \n" ); document.write( "The length of the rectangle 17 cm and the width is 4 cm \n" ); document.write( " |