document.write( "Question 1156580: In a church choir the ratio of males to females is 2:3. On one Sunday service ten male members were absent and six new female members joined the choir as guests for the day. If on this day the ratio of males to females was 1:3, how many regular choir members does the choir have? \n" ); document.write( "
Algebra.Com's Answer #779306 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let m = the number of males
\n" ); document.write( "let f = the number of females.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "normally the ratio is 2/3.
\n" ); document.write( "you get m/f = 2/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when 10 males are missing and 6 females are added, the ratio becomes 1/3.
\n" ); document.write( "you get (m-10)/(f+6) = 1/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have two equations that need to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "these two equations can be solved simultaneously in various ways. i chose to make them into standard inear equations and then add or subtract one equation from the other to narrow down the unknown variables to one so they can be solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "first equation is m/f = 2/3.
\n" ); document.write( "multiply both sides of this equation by f to get m = 2/3 * f.
\n" ); document.write( "multiply both sides of this equation by 3 to get 3m = 2f.
\n" ); document.write( "subtract 2f from both sides of this equation to get 3m - 2f = 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "second equation is (m-10)/(f+6) = 1/3.
\n" ); document.write( "multiply both sides of this equation by (f+6) to get m-10 = 1/3 * (f+6).
\n" ); document.write( "multiply both sides of this equation by 3 to get 3 * (m-10) = f + 6.
\n" ); document.write( "simplify to get 3m - 30 = f + 6.
\n" ); document.write( "subtract f from both sides of this equation and add 30 to both sides of this equation and combine like terms to get 3m - f = 36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your two equations that need to be solved simultaneously are now:
\n" ); document.write( "3m - 2f = 0
\n" ); document.write( "3m - f = 36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get f = 36.
\n" ); document.write( "go back to the original ratio of m/f = 2/3 and replace f with 36 to get m/36 = 2/3.
\n" ); document.write( "multiply both sides of this equation by 36 to get m = 36 * 2/3.
\n" ); document.write( "simplify to get m = 24.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have m = 24 and f = 36.
\n" ); document.write( "24/36 is the same as 2/3, so the original ratio is correct.
\n" ); document.write( "(24 - 10) / (36 + 6) = 14/42.
\n" ); document.write( "divide both numerator and denominator by 14 to get 1/3.
\n" ); document.write( "the modified ratio is also correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this confirms the values of m and f are good.
\n" ); document.write( "your solution is that the choir has 24 males and 36 females as regular members.
\n" ); document.write( "that's a total of 60.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );