document.write( "Question 185586: Tickets for a concert were sold to adults for $3 and children for $2. If the total receipts were $824 and twice as many adult tickets were sold as childrens tickets how many of each were sold?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #139219 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let A = the number of adult tickets sold and C = the number of children's tickets sold. \n" ); document.write( "From the problem description, you are told: \n" ); document.write( "A = 2C \"...twice as many adult tickets were sold as children's tickets...\" \n" ); document.write( "The cost of the adult tickets can be expressed as ($3)A while the cost of the children's tickets can be expressed as ($2)C, so we can set up the equation for solving as follows: \n" ); document.write( "($3)A+($2)C = $824 You can dispense with the $ signs and just work with the numbers: \n" ); document.write( "3A+2C = 824 Substitute, from above, A = 2C \n" ); document.write( "3A+A = 824 \n" ); document.write( "4A = 824 \n" ); document.write( "A = 206 and C = A/2 = 103 \n" ); document.write( "So 206 adult and 103 children's tickets were sold. \n" ); document.write( " \n" ); document.write( " |