document.write( "Question 1032361: There are 550 people at a tournament. 1/3 of the adults and 1/5 of the children wear jerseys.The number of adults and children not wearing jerseys are equal.How many children do not wear jerseys? \n" ); document.write( "
Algebra.Com's Answer #647065 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let a = no. of adults
\n" ); document.write( "let c = no. of children
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement
\n" ); document.write( ":
\n" ); document.write( "There are 550 people at a tournament.
\n" ); document.write( "a + c = 550
\n" ); document.write( " 1/3 of the adults and 1/5 of the children wear jerseys.
\n" ); document.write( "therefore
\n" ); document.write( "2/3 of the adults and 4/5 of the children are NOT wearing jerseys
\n" ); document.write( ":
\n" ); document.write( "The number of adults and children not wearing jerseys are equal.
\n" ); document.write( "\"2%2F3\"a = \"4%2F5\"c
\n" ); document.write( "Multiply both sides by 15 to get rid of the denominators
\n" ); document.write( "5(2a) = 3(4c)
\n" ); document.write( "10a = 12c
\n" ); document.write( "a = \"%2812c%29%2F10\"
\n" ); document.write( "a = 1.2c
\n" ); document.write( ":
\n" ); document.write( "Using the 1st equation, replace a with 1.2c
\n" ); document.write( "1.2c + c = 550
\n" ); document.write( "2.2c = 550
\n" ); document.write( "c = 550/2.2
\n" ); document.write( "c = 250 children total
\n" ); document.write( ":
\n" ); document.write( "How many children do not wear jerseys?
\n" ); document.write( "\"4%2F5\"*250 = 200 children
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the number of Adults not wearing jerseys
\n" ); document.write( "550-250 = 300 adults
\n" ); document.write( "2/3 * 300 = 200; equal to the children not wearing jerseys
\n" ); document.write( "
\n" );