document.write( "Question 350042: please help me in this problem set! An organization wants to sell tickets to a concert. it plans on selling 300 reserved-seat tickets and 150 tickets at the door. the price of a reserved-seat ticket is to be $2 more than a ticket at the door. if the organization wants to collect at least $3,750, what is the maximum it can charge for a reserved-seat ticket? \n" ); document.write( "
Algebra.Com's Answer #250179 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 300 reserved-seat tickets \n" ); document.write( "150 tickets at the door. \n" ); document.write( ".. \n" ); document.write( "ticket at door be x \n" ); document.write( "price of a reserved-seat ticket is to be $2 more = x+2 \n" ); document.write( "collection $3,750, \n" ); document.write( "... \n" ); document.write( "150x+300(x+2)=3750 \n" ); document.write( "150x+300x+600=3750 \n" ); document.write( "450x=3750-600 \n" ); document.write( "450x=3150 \n" ); document.write( "x=$ 70 at the door price \n" ); document.write( "reserved = $ 72 \n" ); document.write( " |