document.write( "Question 957904: The length of a rectangle is twice its width.
\n" );
document.write( "If the perimeter is 24cm, what is its area? \n" );
document.write( "
Algebra.Com's Answer #585396 by addingup(3677)![]() ![]() You can put this solution on YOUR website! W= W \n" ); document.write( "L= 2W \n" ); document.write( "2W+2L= 24, since L= 2W: \n" ); document.write( "2W+2(2W)= 24 Multiply to get rid of the parenthesis: \n" ); document.write( "2W+4W= 24 Add on the left: \n" ); document.write( "6W= 24 Divide both sides by 6: \n" ); document.write( "W= 4 \n" ); document.write( "Check: \n" ); document.write( "W= 4 \n" ); document.write( "L= 2(4)= 8 \n" ); document.write( "Perimeter= 2(4)+ 2(8)= 8+16= 24 Our answer is correct. \n" ); document.write( " |