document.write( "Question 1134157: At a wedding, 4/9 of the audience were female and the rest male. 1/3 of the adults were female. if there were 85 male children. How many attended the wedding altogether \n" ); document.write( "
Algebra.Com's Answer #751599 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let t = total people attending wedding
\n" ); document.write( "let a = number of adults
\n" ); document.write( "let g = no. of little girls
\n" ); document.write( "85 = no. of little boys
\n" ); document.write( "At a wedding, 4/9 of the audience were female and the rest male.
\n" ); document.write( "\"4%2F9\"t female; \"5%2F9\"t male
\n" ); document.write( " 1/3 of the adults were female.
\n" ); document.write( "then
\n" ); document.write( "\"2%2F3\" of the adult are males
\n" ); document.write( ":
\n" ); document.write( "I don't think there is enough information here to do this, but we can make some reality assumptions.
\n" ); document.write( "All solutions have to be integers, the number of girls has to be at least 85, (more little girls at a wedding seems reasonable)
\n" ); document.write( "And the total no. has to number divisible by 9, to accommodate these fractions
\n" ); document.write( ":
\n" ); document.write( "total males - adult male = 85 boys
\n" ); document.write( "\"5%2F9\"t - \"2%2F3\"a = 85
\n" ); document.write( "total females - adult females = g
\n" ); document.write( "\"4%2F9\"t \"1%2F3\"a = 85
\n" ); document.write( ":
\n" ); document.write( "Multiply the female equation by 2, subtract the male equation
\n" ); document.write( "\"8%2F9\"t \"2%2F3\"a = 2g
\n" ); document.write( "\"5%2F9\"t \"2%2F3\"a = 85
\n" ); document.write( "--------------------------------- subtraction eliminates a
\n" ); document.write( "\"3%2F9\"t = 2g - 85
\n" ); document.write( "rewrite this equation to
\n" ); document.write( "2g = \"1%2F3\"t + 85
\n" ); document.write( "g = \"%28%281%2F3%29t+%2B+85%29%2F2\"
\n" ); document.write( "Put this equation y= in my Ti83, looking at the table
\n" ); document.write( "the first integer solution where g>85 and t is divisible by 9
\n" ); document.write( "t = 279 and g = 89
\n" ); document.write( "Check this by finding the number of adults
\n" ); document.write( "279-(89+85) = 185, we are not able to divide this into 3rds evenly so this is not our solution:
\n" ); document.write( ":
\n" ); document.write( "The next is t = 297 and g = 92
\n" ); document.write( "Find the number of adults: 297-(92+85) = 120, divisible be 3 (80 males, 40 females)
\n" ); document.write( "I am going to say we have a total of 297 people,
\n" ); document.write( "consisting of
\n" ); document.write( "80 male adults
\n" ); document.write( "40 female adults
\n" ); document.write( "85 boys
\n" ); document.write( "92 girls
\n" ); document.write( "--------
\n" ); document.write( "297 people\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );