document.write( "Question 405005: Ticktets to the county fair cost $8 for adults and $7 for children. A group of visitors bought 7 tickets for $52. How many adults and children were in the group? I know the answer but am having problems setting up the equation/proportion to get the answer!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #286174 by zaibi(4)![]() ![]() You can put this solution on YOUR website! solution \n" ); document.write( "defined variables\r \n" ); document.write( "\n" ); document.write( "x=cost for adults \n" ); document.write( "y=cost for children \n" ); document.write( "equations \n" ); document.write( "x+y=7 \n" ); document.write( "8x+7y=52\r \n" ); document.write( "\n" ); document.write( "which will give us\r \n" ); document.write( "\n" ); document.write( "x=3 \n" ); document.write( "y=4 \n" ); document.write( " |