document.write( "Question 230267: hilton university drama club sold 311 tickets for a play. student tickets cost 50 cents each,nonstudent tickets cost $1.50. if total receipts were 385.50, find how many tickets of each type were sold. \r
\n" );
document.write( "\n" );
document.write( "how to set if up? \n" );
document.write( "
Algebra.Com's Answer #170583 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! You need to have 2 equations with 2 variables.\r \n" ); document.write( "\n" ); document.write( "Let x=Number of student tickets, y=Number of Non-student tickets\r \n" ); document.write( "\n" ); document.write( "Equation 1: x+y=311 \n" ); document.write( "Equation 2: 0.50x + 1.50y = 385.50\r \n" ); document.write( "\n" ); document.write( "To solve, I will use substitution by isolating for x in equation 1.\r \n" ); document.write( "\n" ); document.write( "x = 311 - y\r \n" ); document.write( "\n" ); document.write( "Substitute this into equation 2:\r \n" ); document.write( "\n" ); document.write( "0.50(311-y) + 1.50y = 385.50 \n" ); document.write( "155.5 - 0.5y + 1.50y = 385.50 \n" ); document.write( "y=385.50 - 155.5 \n" ); document.write( "y=230\r \n" ); document.write( "\n" ); document.write( "Find x by subbing y=230 into Equation 1:\r \n" ); document.write( "\n" ); document.write( "x = 311 - 230 \n" ); document.write( "x = 81\r \n" ); document.write( "\n" ); document.write( "The number of student tickets sold was 81, and non-student tickets was 230. \n" ); document.write( " |