document.write( "Question 341368: There were 284 tickets sold for a basketball game. The activity cardholder's ticket cost $1.25 and the non cardholders' tickets cost $2.25. The total amount of money collected was $521. How many of each kind of ticket were sold?
\n" );
document.write( "How many activity cardholders ticket were sold?
\n" );
document.write( "How many non-cardholders ticket were sold? \n" );
document.write( "
Algebra.Com's Answer #244440 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be the number of activity cardholder's tickets sold at $1.25\r \n" ); document.write( "\n" ); document.write( "non - 284-x tickets $2.25 \n" ); document.write( "Total revene = $521 \n" ); document.write( ".. \n" ); document.write( "1,25x+(284-x)*2.25 = 521 \n" ); document.write( "1.25x + 639-2.25x=521 \n" ); document.write( "-x= -639-521 \n" ); document.write( "x= 118 activity cardholder's tickets \n" ); document.write( "284-118= 166 non activity cardholder's tickets \n" ); document.write( " |