document.write( "Question 950485: The ticket booth at a football game.
\n" );
document.write( "Adult tickets sold $3 each, and student tickets were $2 each. The total sales for tickets was $2300. How many adult tickets and student tickets were sold? \n" );
document.write( "
Algebra.Com's Answer #580423 by macston(5194)![]() ![]() You can put this solution on YOUR website! A= number adult tickets; S=number student tickets \n" ); document.write( "$3A+$2S=$2300 \n" ); document.write( "0<=A<=766 \n" ); document.write( "1<=S<=1150 \n" ); document.write( "Not enough information given to solve any further. \n" ); document.write( " |