document.write( "Question 153617: I need help solving this equation.\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? I need to write two equations to solve this problem.\r
\n" );
document.write( "\n" );
document.write( "I got this far:
\n" );
document.write( "s= students = $2
\n" );
document.write( "a= adults = $3
\n" );
document.write( "attendance = 400
\n" );
document.write( "tickets sales = $1050
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113064 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"The attendance at a baseball game was 400 people\" __ s+a=400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\" Student tickets cost $2 and adult tickets cost $3. total ticket sales were $1050\" \n" ); document.write( "__ s(2)+a(3)=1050 __ 2s+3a=1050 \n" ); document.write( " |