document.write( "Question 1083371: The distance around a room is 24 M. The room is twice as long as it is wide what is the length and width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697362 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2L + 2W = 24 \n" ); document.write( "L = 2W \n" ); document.write( "2(2W) + 2W = 24 \n" ); document.write( "4W + 2W = 24 \n" ); document.write( "6W = 24 \n" ); document.write( "W = 4 \n" ); document.write( "--------------------- \n" ); document.write( "Check: \n" ); document.write( "W = 4 \n" ); document.write( "L = 2W = 2(4) = 8 \n" ); document.write( "2(4) + 2(8) = 24 \n" ); document.write( "8 + 16 = 24 correct \n" ); document.write( " |