document.write( "Question 1050046: A rectangular room is three times as long as it is wide, and its perimeter is 48 meters. Find the width of the room. \n" ); document.write( "
Algebra.Com's Answer #665642 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let l be the lenghth and b be the width. \n" ); document.write( "A rectangular room is three times as long as it is wide. \n" ); document.write( "=> l = 3b-------(1) \n" ); document.write( "perimeter=48m \n" ); document.write( "but perimeter of rectangle =2(l+b) \n" ); document.write( "so, 2(l+b)=48 \n" ); document.write( "l+b=24-----------(2) \n" ); document.write( "solving (1) & (2) \n" ); document.write( "b = 6m\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |