document.write( "Question 61590: You are selling tickets for a musical at your local community collage. Student tickets cost $5 and general admission tickets cost $8. If you sell 500 tickets and collect $3475, how many student tickets and how many general admission. \n" ); document.write( "
Algebra.Com's Answer #42408 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x= number of student tickets sold \n" ); document.write( "Then 500-x has to equal the number of general admission tickets sold\r \n" ); document.write( "\n" ); document.write( "Now we know that the amount of $ collected from selling student tickets x($5) plus the amount of $ collected from selling general admission tickets (500-x)($8) must equal the total amount collected ($3475). Thus, our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "x($5)+(500-x)($8)=$3475 Simplifying, we get: \n" ); document.write( "5x+4000-8x=3475 and \n" ); document.write( "-3x=-4000+3475 \n" ); document.write( "-3x=-525 \n" ); document.write( "x=175 student tickets \n" ); document.write( "500-x=500-175=325 general admission tickets\r \n" ); document.write( "\n" ); document.write( "Hope this helps --------------ptaylor \n" ); document.write( " |