document.write( "Question 840566: A rectangle with a perimeter of 30 centimeters is twice as long as it is wide. What is the area of the rectangle in square centimeters? \n" ); document.write( "
Algebra.Com's Answer #506271 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A rectangle with a perimeter of 30 centimeters is twice as long as it is wide. What is the area of the rectangle in square centimeters? \n" ); document.write( "-------- \n" ); document.write( "width = w \n" ); document.write( "length = 2w \n" ); document.write( "------ \n" ); document.write( "P = 2(length + width) \n" ); document.write( "30 = 2(2w+w) \n" ); document.write( "15 = 3w \n" ); document.write( "width = 5 cm \n" ); document.write( "length = 10 cm \n" ); document.write( "----- \n" ); document.write( "Area = 5*10 = 50 cm^2 \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |