document.write( "Question 252610: The perimeter of a rectangle is 54. The lenght is 3 more than the width. Find the lenght and width \n" ); document.write( "
Algebra.Com's Answer #184618 by hokies(65)![]() ![]() You can put this solution on YOUR website! 2*L + 2*W = 54 \n" ); document.write( "L = W+3\r \n" ); document.write( "\n" ); document.write( "solve these equations to get: L = 15, W = 12 \n" ); document.write( " |