document.write( "Question 572247: Tickets for adults cost 2.00 and tickets for kids cost 1.00. If 175 people attended and the total amount of money made was 255, how many students attended the game \n" ); document.write( "
Algebra.Com's Answer #368693 by mathsmiles(68)\"\" \"About 
You can put this solution on YOUR website!
Adult tickets are 2.00. Let's use A to mean the number of adult tickets
\n" ); document.write( "Kids tickets are 1.00. Let's use K to mean the number of kids tickets.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A + K = 175 since the total number of people was 175\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The amount of money is $2 times the number of adults plus $1 times the number of kids, so
\n" ); document.write( "2A + 1K = 255\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we have 2 equations:
\n" ); document.write( "2A + K = 255
\n" ); document.write( "A + K = 175\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Using elimination method, subtract the above two equations vertically giving
\n" ); document.write( "2A + K = 255
\n" ); document.write( "-A - K = -175
\n" ); document.write( "-----------------
\n" ); document.write( "A = 80\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There were 80 adult tickets.
\n" ); document.write( "If the total of adult and kids tickets is 175, this leave 95 kids tickets.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One final check:
\n" ); document.write( "2A + K = 255
\n" ); document.write( "2(80) + 95 = 255
\n" ); document.write( "160 + 95 = 255
\n" ); document.write( "255 = 255 Correct!\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );