document.write( "Question 581662: A group of 60 people attend a ball game. There were twice as many children as adults in the group. Write a system of equations that you could use to set up this problem, where \"a\" is the number of adults and \"c\" is the number of children in the group. Solve the system of equations for \"c\", the number of children in the group.
\n" );
document.write( "Show the work step by step and explain how you did it.
\n" );
document.write( "HELP ME PLEASEEE! \n" );
document.write( "
Algebra.Com's Answer #371761 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let a = number of adults, and c = number of children\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"A group of 60 people attend a ball game\" means that a + c = 60.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"There were twice as many children as adults in the group\" means that c = 2a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the system of equations is \r \n" ); document.write( "\n" ); document.write( "a + c = 60 \n" ); document.write( "c = 2a\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now let's solve for c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + c = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + 2a = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3a = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 60/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 20 adults\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 2a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 2(20)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and there are 40 children\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: add up the two counts to get 40+20 = 60, so this checks the first condition (that there are 60 people). Also, notice how 40 kids is exactly double 20 adults. \n" ); document.write( " \n" ); document.write( " |