document.write( "Question 312407: A school club is planning a bus trip to the wildlife park. A bus which will hold up to 45 people will cost 600 dollars and admission tickets cost 30 dollars each.\r
\n" ); document.write( "\n" ); document.write( "If you intend to charge each person 50 dollars, including bus and admission ticket, what is the minimum number of people who must participate to ensure that these costs are covered?
\n" ); document.write( "

Algebra.Com's Answer #223310 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number of persons be x \r
\n" ); document.write( "\n" ); document.write( "cost will be 30x +600\r
\n" ); document.write( "\n" ); document.write( "50x will be the amount collected.
\n" ); document.write( "if the costs have to be met the revenue must be equal to the collection\r
\n" ); document.write( "\n" ); document.write( "30x+600=50x
\n" ); document.write( "20x =600
\n" ); document.write( "x= 30\r
\n" ); document.write( "\n" ); document.write( "To break even they have to have a minimum of 30 persons.
\n" ); document.write( "
\n" ); document.write( "
\n" );