document.write( "Question 1129740: A teacher has decided to take her fifth grade class to a play. The manager of the theater agreed to discount the regular $39 price of the ticket by $0.10 for each ticket sold. The cost of the bus, $160, will be split equally among each of the students. How many students must attend to keep the cost per student at or below $39?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #746327 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x students \n" ); document.write( "cost per ticket is 39-0.1x \n" ); document.write( "cost of everything is 160 + x(39-0.1x) \n" ); document.write( "average cost is (160+39x-0.1x^2)/x \n" ); document.write( "that has to be <=39 \n" ); document.write( "multiply through by x \n" ); document.write( "160+39x-0.1x^2-39x<=0 \n" ); document.write( "x^2>=1600 \n" ); document.write( "x>=40 \n" ); document.write( "For 40 students, cost is $35.00 per student or $1400 for 40 students and with bus $1560 \n" ); document.write( "The average cost is $39.\r \n" ); document.write( "\n" ); document.write( "40. \n" ); document.write( " \n" ); document.write( " |