document.write( "Question 339182: I need to find the system of linear equations. It has to be two equations with two variables each. \r
\n" ); document.write( "\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. \r
\n" ); document.write( "\n" ); document.write( "The teacher has given this as a hint:
\n" ); document.write( "1. Let x = # of boys on the first day. Let y = # of girls on the first day.
\n" ); document.write( "2. Answer the question: In terms of x and y, how many boys and girls total on the first day?
\n" ); document.write( "3. Answer the question: Using the answer to # 2, what is 60% of this total.
\n" ); document.write( "4. The given info says x = answer to # 3.
\n" ); document.write( "That will give you your first equation.
\n" ); document.write( "For the second equation
\n" ); document.write( "5. How do you increase x (the # of boys) by 6?
\n" ); document.write( "6. Repeat #2 and #3 but with 75%.
\n" ); document.write( "7. Set your answer from # 6 equal to your answer to #5.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I know how many boys and girls there were, but even with the hint, I cannot figure out what the equations are supposed to be.
\n" ); document.write( "

Algebra.Com's Answer #243178 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let boys be x
\n" ); document.write( "girls be y
\n" ); document.write( "..
\n" ); document.write( "total students = x+y
\n" ); document.write( "..
\n" ); document.write( "60 % are boys
\n" ); document.write( "..
\n" ); document.write( "Number of boys = 0.6(x+y)
\n" ); document.write( "Number of girls = 0.4(x+y)
\n" ); document.write( "..
\n" ); document.write( "When you add 6 boys to the class
\n" ); document.write( "The number of boys = 0.6(x+y)+6
\n" ); document.write( "..
\n" ); document.write( "The total remains the same.(x+y)
\n" ); document.write( "The boys increases to 75% of total = 0.75(x+y)
\n" ); document.write( "..
\n" ); document.write( "0.6(x+y)+6=0.75(x+y)
\n" ); document.write( "0.6x+0.6y+6 = 0.75x+0.75y
\n" ); document.write( "add -0.6x and -0.6y to both sides
\n" ); document.write( "0.6x-0.6x+0.6y-0.6y+6 = 0.75x+0.75y-0.6x-0.6y
\n" ); document.write( "6 = 0.15x+0.15y
\n" ); document.write( "6=0.15(x+y)
\n" ); document.write( "divide by 0.15
\n" ); document.write( "6/0.15 = 0.15/0.15 * (x+y)
\n" ); document.write( "x+y= 40
\n" ); document.write( "..
\n" ); document.write( "on the first day 60% were boys
\n" ); document.write( "60% of 40 are boys
\n" ); document.write( "0.6 * 40 = 24 boys.
\n" ); document.write( "..
\n" ); document.write( "the balance 16 were girls on the first day.
\n" ); document.write( "..
\n" ); document.write( "CHECK
\n" ); document.write( "add 6 +24 = 30
\n" ); document.write( "30/40 = 3/4 = 75%
\n" ); document.write( "
\n" );