document.write( "Question 305881: A room is now half full , if it becomes a quarter full after 35 people leave the room, how many people does the ballroom hold when it is full ?\r
\n" );
document.write( "\n" );
document.write( "A) 35 B) 70 C) 140 D) 210 E) 280 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #218966 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! A room is now half full , if it becomes a quarter full after 35 people leave the room, how many people does the ballroom hold when it is full ?\r \n" ); document.write( "\n" ); document.write( "A) 35 B) 70 C) 140 D) 210 E) 280 \r \n" ); document.write( "\n" ); document.write( "set x = # of people in full room \n" ); document.write( "0.5x = # of people now (half full) \n" ); document.write( "0.25x = 0.5x - 35 (people in 1/4 full room) \n" ); document.write( "-0.25x = -35 \n" ); document.write( "0.25x = 35 \n" ); document.write( "x = 140 \n" ); document.write( "answer is C) 140 \n" ); document.write( " \n" ); document.write( " |