document.write( "Question 1109669: a room is 5 times longer than its width. if the perimeter of the room is 50 metres,find the width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #724645 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a room is 5 times longer than its width. if the perimeter of the room is 50 metres,find the width \n" ); document.write( "---------- \n" ); document.write( "2L + 2W = 50 \n" ); document.write( "L + W = 25 \n" ); document.write( "L = 6W \n" ); document.write( "---- \n" ); document.write( "6W + W = 25 \n" ); document.write( "W = 25/7 \n" ); document.write( "L = 150/7 \n" ); document.write( " \n" ); document.write( " |