document.write( "Question 1011233: The cost of renting a banquet hall for an event is $300 plus $30 for each person attending the event. If the hall provides live music, the cost is 40% more per person.
\n" );
document.write( "A). How much is the cost of an event for 125 people with like music ?
\n" );
document.write( "B). write a function for the cost of an event that includes luve music.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #626834 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C=$300+$30P \n" ); document.write( "C=$300+$30*1.4P=$300+$42P--live music function \n" ); document.write( "C=$300+$42*125=$5550 \n" ); document.write( " |