document.write( "Question 533882: There were 662 tickets sold for a basketball game. Carholder's ticket is $1.75 and noncardholder's ticket is $2.50. The total money collected was $1399.25. How many of each kind of ticket was sold?\r
\n" );
document.write( "\n" );
document.write( "Cardholder's ticket=
\n" );
document.write( "Non-Cardholder's ticket= \n" );
document.write( "
Algebra.Com's Answer #351203 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! There were 662 tickets sold for a basketball game. Carholder's ticket is $1.75 and noncardholder's ticket is $2.50. The total money collected was $1399.25. How many of each kind of ticket was sold? \n" ); document.write( "=========================================== \n" ); document.write( "Let c = the number of cardholder tickets \n" ); document.write( "Then 662 - c = the number of non-cardholder tickets \n" ); document.write( "The total amount collected is: \n" ); document.write( "1.75c + 2.5(662-c) = 1399.25 \n" ); document.write( "Simplify and solve: \n" ); document.write( "1.75c + 1655 - 2.5c = 1399.25 \n" ); document.write( "-0.75c = -255.75 \n" ); document.write( "c = 341 \n" ); document.write( "So the numbers are: \n" ); document.write( "Cardholders = 341 \n" ); document.write( "Non-cardholders = 662 - 341 = 321 \n" ); document.write( " |