document.write( "Question 757655: Lucy makes a rectangle with a perimeter of Cm. The length is twice the width. Calculate the area of her rectangle.
\n" );
document.write( "Please answer this question ASAP! \n" );
document.write( "
Algebra.Com's Answer #460971 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Lucy makes a rectangle with a perimeter of Cm. The length is twice the width. Calculate the area of her rectangle. \n" ); document.write( "---------------- \n" ); document.write( "C = 2L + 2W \n" ); document.write( "L + W = C/2 \n" ); document.write( "------- \n" ); document.write( "L = 2W \n" ); document.write( "3W = C/2 \n" ); document.write( "W = C/6 \n" ); document.write( "L = C/3 \n" ); document.write( "------ \n" ); document.write( "Area = L*W = (C/3)*(C/6) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |