asked 42.4k views
0 votes
Jack is playing a game. When a player wins 3 consecutive games, the player receives 10 bonus points and then the player’s total score, s, increases by 5% of the player’s current points. Jack currently has p points and has won 3 consecutive games

asked
User Eveleen
by
7.9k points

2 Answers

0 votes

Answer:

Explanation:

The function that represents a player’s points including the bonus points, b, is b(p) = p + 10

The function that gives the net points after the percentage increase in a player’s total points is s(p) = 1.05p

Jack’s total score after winning the bonus points, given by the function (s ∘ b)(p), is 1.05p+10.5

answered
User Nafis
by
7.7k points
4 votes
s(p) = p*1.05 is the increase in s for the 5%.

b(p) = s(p) + b where b is 10 is his new score after winning the 3 games
answered
User Strauberry
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.