document.write( "Question 784830: suppose you sell a total of 292 tickets for a football game. an adult ticket cost $3.00 and a student ticket cost $1.00. The sponsors collect $470 in ticket sales. Write and solve a system to find the # of each ticket. I got this so far:
\n" );
document.write( "3a + 1s =470\r
\n" );
document.write( "\n" );
document.write( "help \n" );
document.write( "
Algebra.Com's Answer #477269 by xinxin(76)![]() ![]() ![]() You can put this solution on YOUR website! 3a + 1s = 470 (1) \n" ); document.write( "a + s = 292 (2)\r \n" ); document.write( "\n" ); document.write( "You can arrange either (1) or (2) to get an equation with only one variable. For example, (2) can be rearranged as a = 292 - s (3). Next we need to combine (1) and (3) to get s: 3 * (292 - s) + s = 470, s = 203. So a is 89.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |