document.write( "Question 1009657: a museum charges $5 for admission tickets, but members receive a 1$ discount and students are admitted for half price. one Saturday, 1050 tickets were sold for a total of $4035. if 35 more students' tickets than full price tickets were sold, find number of each type of tickets sold. \n" ); document.write( "
Algebra.Com's Answer #625122 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+a+\" = number of admission tickets sold
\n" ); document.write( "Let \"+b+\" = number of member tickets sold
\n" ); document.write( "Let \"+c+\" = number of student tickets sold
\n" ); document.write( "-------------------------------------
\n" ); document.write( "(1) \"+a+%2B+b+%2B+c+=+1050+\"
\n" ); document.write( "(2) \"+5a+%2B+4b+%2B+2.5c+=+4035+\"
\n" ); document.write( "(3) \"+c+=+a+%2B+35+\"
\n" ); document.write( "---------------------------
\n" ); document.write( "Multiply both sides of (1) by \"+4+\" and
\n" ); document.write( "subtract (2) from (1)
\n" ); document.write( "(1) \"+4a+%2B+4b+%2B+4c+=+4200+\"
\n" ); document.write( "(2) \"+-5a+-+4b+-+2.5c+=+-4035+\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "\"+-a+%2B+1.5c+=+165+\"
\n" ); document.write( "\"+-2a+%2B+3c+=+330+\"
\n" ); document.write( "Substitute (3) into this result
\n" ); document.write( "\"+-2a+%2B+3%2A%28+a+%2B+35+%29+=+330+\"
\n" ); document.write( "\"+-2a+%2B+3a+%2B+105+=+330+\"
\n" ); document.write( "\"+a+=+225+\"
\n" ); document.write( "and
\n" ); document.write( "(3) \"+c+=+a+%2B+35+\"
\n" ); document.write( "(3) \"+c+=+225+%2B+35+\"
\n" ); document.write( "(3) \"+c+=+260+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+a+%2B+b+%2B+c+=+1050+\"
\n" ); document.write( "(1) \"+225+%2B+b+%2B+260+=+1050+\"
\n" ); document.write( "(1) \"+b+%2B+485+=+1050+\"
\n" ); document.write( "(1) \"+b+=+565+\"
\n" ); document.write( "------------------
\n" ); document.write( "225 admission tickets were sold
\n" ); document.write( "565 member tickets were sold
\n" ); document.write( "260 student tickets were sold
\n" ); document.write( "----------------------------
\n" ); document.write( "check:
\n" ); document.write( "(2) \"+5a+%2B+4b+%2B+2.5c+=+4035+\"
\n" ); document.write( "(2) \"+5%2A225+%2B+4%2A565+%2B+2.5%2A260+=+4035+\"
\n" ); document.write( "(2) \"+1125+%2B+2260+%2B+650+=+4035+\"
\n" ); document.write( "(2) \"+4035+=+4035+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );