document.write( "Question 1179620: There were 487 tickets purchased for a game. The lower reserved tickets were $9.50 and the upper reserved was $8.00. The total amount of money spent was $4428.50. How many of each kind of ticket were purchased? \n" ); document.write( "
Algebra.Com's Answer #809195 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = # of tickets at $9.50 each \n" ); document.write( "487-x = # of tickets at $8.00 each \n" ); document.write( "Total ticket sales: 9.50(x)+8(487-x) \n" ); document.write( "The total ticket sales was $4428.50: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "I'll let you finish from there. \n" ); document.write( " \n" ); document.write( " |