document.write( "Question 198240This question is from textbook 
\n" );
document.write( ":  On the first day of school, the percentage of boys in a particular class is 60%. During the school year, six girls move away, and are replaced in the class by six boys; this makes the class roster 75% boys. Find the number of boys and girls in the class on the first day of school. \n" );
document.write( "
| Algebra.Com's Answer #148700 by anantha(86)      You can put this solution on YOUR website! sol; \n" ); document.write( "let the total numbe of students in a class be 100 \n" ); document.write( "60%of the class=60/100*100=60 \n" ); document.write( "boys in the class=60 \n" ); document.write( "total students in the class=100 \n" ); document.write( "girls in the class=100-60=40 \n" ); document.write( "later 6 girls are move away \n" ); document.write( "now toal number of students=100-6=94 \n" ); document.write( "and againg 6 girls are replace by 6 boys \n" ); document.write( "now total number of students in the class=94+6=100 \n" ); document.write( "now 75% of the class=75/100*100=75 \n" ); document.write( "now number of boys in a class =75 \n" ); document.write( "number of girls in the class=100-75=25 \n" ); document.write( " \n" ); document.write( " |