document.write( "Question 391224: The school has ten classes with the same amount of students in each class. One day the weather was really bad and many students were absent. Five classes were half full, 3 classes were 3/4 full and 2 classes were 1/8 empty. A total of 70 students were absent How may students are in this school when no students are absent \n" ); document.write( "
Algebra.Com's Answer #277664 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=number of students in each class \n" ); document.write( "Then 10x=total number of students in school \n" ); document.write( "If 5 classes are half full then we have 5x/2 students absent \n" ); document.write( "If 3 classes are 3/4 full that means that (1/4)*3x students are absent \n" ); document.write( "If 2 classes are 1/8 empty that means that (1/8)*2x students are absent\r \n" ); document.write( "\n" ); document.write( "Now we are told that: \n" ); document.write( "(5x/2)+(1/4)*3x+(1/8)*2x=70 simplify \n" ); document.write( "(5x/2)+(3x/4)+(x/4)=70 multiply each term by 4 and we get: \n" ); document.write( "10x+3x+x=280 \n" ); document.write( "14x=280 \n" ); document.write( "x=20----------------------number of students in each class \n" ); document.write( "10x=10*20=200--------------number of student in this school \n" ); document.write( "CK \n" ); document.write( "100/2 + 60/4 + 40/8=70 \n" ); document.write( "50+15+5=70 \n" ); document.write( "70=70\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |