document.write( "Question 774509: 70 percent of the 100 students in a middle school class cafeteria bought their lunch. Some of the students that bought their lunch leave the cafeteria to attend an assembly. Now only 60 percent of the remaining students bought their lunch. How many students are remaining?
\n" );
document.write( "Thanks in advance for your help from a father trying to help his daughter. \n" );
document.write( "
Algebra.Com's Answer #472412 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 70 percent of the 100 students in a middle school class cafeteria bought their lunch. \n" ); document.write( " Some of the students that bought their lunch leave the cafeteria to attend an assembly. Now only 60 percent of the remaining students bought their lunch. \n" ); document.write( "How many students are remaining? \n" ); document.write( ": \n" ); document.write( "Let x = number of student that left \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply by (100-x) \n" ); document.write( "70 - x = .6(100 - x) \n" ); document.write( "70 - x = 60 - .6x \n" ); document.write( "70 - 60 = x - .6x \n" ); document.write( "10 = .4x \n" ); document.write( "x = 10/.4 \n" ); document.write( "x = 25 students left \n" ); document.write( "therefore \n" ); document.write( "100-25 = 75 students remain \n" ); document.write( " \n" ); document.write( " |