document.write( "Question 550285: The length of a rectangle is 4 times the width. The perimeter is 50 cm. Find the length and width. Can you show me how to do this, maybe by elimination? \n" ); document.write( "
Algebra.Com's Answer #358586 by TutorDelphia(193) You can put this solution on YOUR website! l=4w \n" ); document.write( "2l+2w=50 (this is from the perimeter formula 2l+2w=p\r \n" ); document.write( "\n" ); document.write( "You mentioned you wanted to do this using the elimination method. Let's get both equations in good form for that. \n" ); document.write( "l=4w \n" ); document.write( "subtract 4w from both sides \n" ); document.write( "l-4w=0\r \n" ); document.write( "\n" ); document.write( "2l+2w=50 \n" ); document.write( "divide both sides by 2\r \n" ); document.write( "\n" ); document.write( "l+w=25 \n" ); document.write( "minus \n" ); document.write( "l-4w=0 \n" ); document.write( "5w=25 (minus -4w gives us +4w) \n" ); document.write( "w=5 \n" ); document.write( "l=20 \n" ); document.write( " |