document.write( "Question 897489: The length of a new room that you are going to live in is 9.2 times bigger than its width. If the perimeter cannot be more than 115' what are the dimensions of the room?\r
\n" );
document.write( "\n" );
document.write( "I am lost and do not know what to do. \n" );
document.write( "
Algebra.Com's Answer #544162 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let w be the width of the room and l be the length, we are given that \n" ); document.write( "l = 9.2 * w \n" ); document.write( "the perimeter = 2*l + 2*w \n" ); document.write( "115 = 2*(9.2*w) + 2*w \n" ); document.write( "115 = 18.4w + 2w \n" ); document.write( "20.4w = 115 \n" ); document.write( "w = 115 / 20.4 = 5.637254902 approx 5.64 feet \n" ); document.write( "l = 9.2 * 5.64 = 51.888 approx 51.89 feet \n" ); document.write( " \n" ); document.write( " |