document.write( "Question 253346: Assume 300 students attend a dance. Which band would you choose and the cost per ticket you need to cover your expenses.
\n" );
document.write( "Band A charges $600 to play for the entire evening
\n" );
document.write( "Band B charges $350 plus $1.25 for each ticket sold \n" );
document.write( "
Algebra.Com's Answer #185645 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! 300 students attend a dance. \n" ); document.write( "Band A charges $600 to play for the entire evening. \n" ); document.write( "Band B charges $350 plus $1.25 for each ticket sold \n" ); document.write( "Charges for band B = 350+300*(1.25) \n" ); document.write( " = 350+375 \n" ); document.write( " = 725 $ \n" ); document.write( "I will choose band A \n" ); document.write( "and the the cost per ticket you need to cover the expenses = 600/300 = 2$ \n" ); document.write( " \n" ); document.write( " |