document.write( "Question 99465: Basic algebra
\n" );
document.write( "instructions: Write an equation to model each sitiuation. Then solve.\r
\n" );
document.write( "\n" );
document.write( "The attendance at a baseball game was 400 people. Student tickets cost $2 and adult tickets cost $3. Total ticket sales were $1050. How many tickets of each type were sold? Answer is 150students and 250 adults. How do I set up the equation? \n" );
document.write( "
Algebra.Com's Answer #72353 by edjones(8007)![]() ![]() You can put this solution on YOUR website! How do I set up the equation? \n" ); document.write( "let a=number of adult tickets s=number of student tickets \n" ); document.write( "a+s=400 \n" ); document.write( "2s+3a=1050 \n" ); document.write( "Ed \n" ); document.write( "graph included \n" ); document.write( " |