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

Respuesta :

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