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.

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

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

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

Respuesta :

Let Jack's current point is [tex]p[/tex]

After winning 3 consecutive games, the bonus point is given by
[tex]b(p)=p+10[/tex]

The score after 5% = 0.05 increase is
[tex]s(p)= (1+0.05)p=1.05p[/tex]

[tex](s.b)(p)=1.05(p+10)=1.05p+10.5[/tex]