document.write( "Question 176219: heres the problem that my teacher had gave me.\r
\n" );
document.write( "\n" );
document.write( "Tara is a musician. She signs a contract with a local lounge to play a show for them on Friday night. The lounge manager agrees to pay $110 to reserve the night,plus an additional $6 for every customer,c,that comes in to hear her show.\r
\n" );
document.write( "\n" );
document.write( "Questions:
\n" );
document.write( "1.Write an equation that shows how much Tara will earn in total,e,depending on how many customers come to hear her show,c?
\n" );
document.write( "2.If 25 customers come,how much will Tara earn in total?
\n" );
document.write( "3.If Tara wants to earn at least $500,how many customers will need to attend? \n" );
document.write( "
Algebra.Com's Answer #131317 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Tara is a musician. She signs a contract with a local lounge to play a show for them on Friday night. The lounge manager agrees to pay $110 to reserve the night,plus an additional $6 for every customer,c,that comes in to hear her show. \n" ); document.write( "Questions: \n" ); document.write( "1.Write an equation that shows how much Tara will earn in total (e),depending on how many customers come to hear her show (c)? \n" ); document.write( "E(c) = 110 + 6c \n" ); document.write( "---------------------------------------- \n" ); document.write( "2.If 25 customers come,how much will Tara earn in total? \n" ); document.write( "E(25) = 110 = 6*25 = 110 + 150 = $260 \n" ); document.write( "---------------------------------------- \n" ); document.write( "3.If Tara wants to earn at least $500,how many customers will need to attend? \n" ); document.write( "110 + 6c >= 500 \n" ); document.write( "6c >= 390 \n" ); document.write( "c >= 65 (# of customers needed for Tara to make at least $500) \n" ); document.write( "================================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |