document.write( "Question 12481: a group of 65 people attend a ball game. there were four times 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. \n" ); document.write( "
Algebra.Com's Answer #6349 by vasu2qute(17)\"\" \"About 
You can put this solution on YOUR website!
solution:
\n" ); document.write( " No: of adults = a
\n" ); document.write( " No: of children =c
\n" ); document.write( " children = 4 times adults
\n" ); document.write( " c = 4xa=4a
\n" ); document.write( " total=65
\n" ); document.write( " a+c=65
\n" ); document.write( " a+4a=65
\n" ); document.write( " 5a=65
\n" ); document.write( "a=65/5=13
\n" ); document.write( "c=4a=4x13=52
\n" ); document.write( "
\n" );