document.write( "Question 835606: You're part of a high school committee whose purpose is to organize an upcoming school dance. The dance is to include a band and there are 2 currently available. Band A charges $300 plus $1.75 for every ticket sold. Band B charges $300 per hour. To encourage attendance the ticket price should be as low as possible, so if the dance will last 2 hours and have an attendance of 200 students, which is the least expensive band? \n" ); document.write( "
Algebra.Com's Answer #503639 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Band A charges $300 plus $1.75 for every ticket sold.
\n" ); document.write( "Cost: A(x) = 300+1.75x
\n" ); document.write( "-------------------------
\n" ); document.write( "Band B charges $300 per hour.
\n" ); document.write( "Cost: B(x) = 300x
\n" ); document.write( "--------------------------------------
\n" ); document.write( "To encourage attendance the ticket price should be as low as possible, so if the dance will last 2 hours and have an attendance of 200 students, which is the least expensive band?
\n" ); document.write( "A(200) = 300 + 1.75*200 = $650
\n" ); document.write( "B(2) = 300*2 = $600
\n" ); document.write( "=============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );