document.write( "Question 758132: The length of a large rectangular room is 25 feet longer than the width of the room. If the perimeter of the room is 150 feet, what is the width, in feet, of the room? \n" ); document.write( "
Algebra.Com's Answer #461243 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width of a room = x
\n" ); document.write( "Length of a room = x + 25
\n" ); document.write( "Perimeter = 2xlength + 2xwidth
\n" ); document.write( " 150 = 2(x + 25) + 2x
\n" ); document.write( " 150 = 2x + 50 + 2x
\n" ); document.write( " 150 = 50 + 4x
\n" ); document.write( " 100 = 4x
\n" ); document.write( " x = 25ft.
\n" ); document.write( "So, Width = 25ft, Length = 50ft.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );