document.write( "Question 449028: I didn't know where else to go so here I am.
\n" );
document.write( "This week's subject is functions, such as inverse or series and sequence functions. My homework wants me to name the function and solve the problem. I don't even know what kind of function the problem is never mind be able to solve it. Can Some one help?
\n" );
document.write( "A basketball team has a halftime promotion where a fan gets to shoot a 3 pointer in an attempt to win a jackpot. The jackpot begins with $5000 for the first game and increases $500 each time there's no winner. Joe has tickets to the 15th game of the season. How much will the jackpot be for that game if no one else wins by then? \n" );
document.write( "
Algebra.Com's Answer #308887 by Alan3354(69443) You can put this solution on YOUR website! name the function and solve the problem. I don't even know what kind of function the problem is never mind be able to solve it. Can Some one help? \n" ); document.write( "A basketball team has a halftime promotion where a fan gets to shoot a 3 pointer in an attempt to win a jackpot. The jackpot begins with $5000 for the first game and increases $500 each time there's no winner. Joe has tickets to the 15th game of the season. How much will the jackpot be for that game if no one else wins by then? \n" ); document.write( "-------------- \n" ); document.write( "J = 5000 + 500*(n-1) J = $$, n = game number start at 1 \n" ); document.write( "It's a linear function \n" ); document.write( "---------- \n" ); document.write( "For game 15, n = 15 \n" ); document.write( "J = 5000 + 500*(15-1) \n" ); document.write( "J = 5000 + 7000 \n" ); document.write( "J = $12,000 if there's no winner \n" ); document.write( "--------------------- \n" ); document.write( "What happens if there's a winner isn't specified. \n" ); document.write( " \n" ); document.write( " |