document.write( "Question 1015792: Area of a rectangles is 256.5 m squared. If the length is 18 meters, what is the perimeter of the rectangle. \n" ); document.write( "
| Algebra.Com's Answer #632150 by stanbon(75887)      You can put this solution on YOUR website! Area of a rectangles is 256.5 m squared. If the length is 18 meters, what is the perimeter of the rectangle. \n" ); document.write( "--------- \n" ); document.write( "area = length*width \n" ); document.write( "256.5 = 18*w \n" ); document.write( "--- \n" ); document.write( "width = 14.25 m \n" ); document.write( "----- \n" ); document.write( "Perimeter = 2(L+W) \n" ); document.write( "P = 2(18+14.25) \n" ); document.write( "Ans: Perimeter = 36 + 28.5 = 64.5 meters \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |