document.write( "Question 826909: A room has a floor area of 35 square meteres
\n" );
document.write( "The width of the room is 5 metres
\n" );
document.write( "What is the length of the room? \n" );
document.write( "
Algebra.Com's Answer #498341 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! area = length * width \n" ); document.write( " 35 = length * 5 \n" ); document.write( "divide each side by 5 \n" ); document.write( " 35/5 = length \n" ); document.write( " 7 = length in metres \n" ); document.write( " |