document.write( "Question 711438: There are 73 children at the playground. 1/3 of the boys and 2/7 of the girls are swimming in the pool. If there are 22 kids in the pool in all, how many boys are there at the playground? \n" ); document.write( "
Algebra.Com's Answer #437409 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
There are 73 children at the playground.
\n" ); document.write( "b + g = 73
\n" ); document.write( "g = (73-b)\r
\n" ); document.write( "\n" ); document.write( " 1/3 of the boys and 2/7 of the girls are swimming in the pool.
\n" ); document.write( " If there are 22 kids in the pool in all,
\n" ); document.write( "\"1%2F3\"b + \"2%2F7\"g = 22
\n" ); document.write( "multiply by 21 to get rid of the denominators, resulting in:
\n" ); document.write( "7b + 3(2g) = 21*22
\n" ); document.write( "7b + 6g = 462
\n" ); document.write( "replace g with (73-b)
\n" ); document.write( "7b + 6(73-b) = 462
\n" ); document.write( "7b + 438 - 6b = 462
\n" ); document.write( "7b - 6b = 462 - 438
\n" ); document.write( "b = 24 boys at the playground?
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "confirm this by finding the number of girls, then the total in the pool.
\n" ); document.write( "73 - 24 = 49 girls
\n" ); document.write( "\"1%2F3\"*24 + \"2%2F7\"*49 =
\n" ); document.write( "8 + 14 = 22 in the pool
\n" ); document.write( "
\n" );