document.write( "Question 270704: There were 200 tickets sold for Mr. Rustin. Tickets were $1.50 for students and $3.00 for adults. The total amount collected was $495. How many of each type of ticket were sold?\r
\n" );
document.write( "\n" );
document.write( "(Here is what I tried:)
\n" );
document.write( "Variables:
\n" );
document.write( "s= student tickets
\n" );
document.write( "a=adult tickets\r
\n" );
document.write( "\n" );
document.write( "$1.50s+$3.00a=$495
\n" );
document.write( "s+a=$200\r
\n" );
document.write( "\n" );
document.write( "I tried using the method of substitution but I can't seem to get to any solution. Could you please help me with this one?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #198245 by Alan3354(69443) You can put this solution on YOUR website! There were 200 tickets sold for Mr. Rustin. Tickets were $1.50 for students and $3.00 for adults. The total amount collected was $495. How many of each type of ticket were sold? \n" ); document.write( "(Here is what I tried:) \n" ); document.write( "Variables: \n" ); document.write( "s= student tickets \n" ); document.write( "a=adult tickets \n" ); document.write( "$1.50s+$3.00a=$495 \n" ); document.write( "s+a=$200 \n" ); document.write( "------------ \n" ); document.write( "What you have is the right approach, you were just one step away \n" ); document.write( "s + a = 200 (not dollars) \n" ); document.write( "--> s = 200 - a \n" ); document.write( "Then sub for s into the 1st eqn \n" ); document.write( "1.5(200-a) + 3a = 495 \n" ); document.write( "300 + 1.5a = 495 \n" ); document.write( "1.5a = 195 \n" ); document.write( "a = 130 \n" ); document.write( "s = 70 \n" ); document.write( " \n" ); document.write( " |