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 #626835 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 300+(30*1.40)(125)=$5550 \n" ); document.write( " |