document.write( "Question 1129485: The length of a rectangle is 3 less than 5 times the width. the perimeter is 10 times the width find the demensions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #746097 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let the width be w. Then the problem tells us the length is 3 less than 5 times the width: \n" ); document.write( "l = 5w-3 \n" ); document.write( "We are also told that the perimeter (2l+2w) is 10 times the width: \n" ); document.write( "2l+2w = 10w \n" ); document.write( "2l = 8w \n" ); document.write( "l = 4w \n" ); document.write( "We have two different expressions for the length in terms of the width; those two expressions must be equal: \n" ); document.write( "5w-3 = 4w \n" ); document.write( "w = 3 \n" ); document.write( "l = 4w = 12 \n" ); document.write( "The rectangle is 12x3. \n" ); document.write( " |