document.write( "Question 1098523: There were 271 tickets sold for a basketball game. The activity cardholders' tickets cost $1.25 and the non-cardholders' tickets cost $2.25. The total amount of money collected was $569.75 How many of each kind of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #712892 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C+NC=271; C=cardholder, NC=non-cardholder \n" ); document.write( "1.25C+2.25NC=569.75 \n" ); document.write( "but C=271-NC \n" ); document.write( "Therefore, 1.25(271-NC)+2.25NC=569.75 \n" ); document.write( "338.75-1.25NC+2.25NC=569.75 \n" ); document.write( "NC=231 (cost is 519.75) \n" ); document.write( "C=40 (cost is 50) \n" ); document.write( "Total is $569.75 \n" ); document.write( " |