document.write( "Question 1208613: Tickets to a local movie were sold for $6.00 for adults and $4.50 for students. If 276 tickets were sold for a total of $1632.00, how many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #846982 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = number of adults \n" ); document.write( "y = number of students\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y = 276 since there are 276 total people \n" ); document.write( "Solving for x gives us x = -y+276\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x = money from just the adults \n" ); document.write( "4.5y = money from just the students\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x+4.5y = total amount of money brought in \n" ); document.write( "6x+4.5y = 1632 \n" ); document.write( "6( x )+4.5y = 1632 \n" ); document.write( "6( -y+276 )+4.5y = 1632 ....... replace x with -y+276 \n" ); document.write( "I'll let the student take over from here. \n" ); document.write( " \n" ); document.write( " |