Given a starting number, double it and add
5 to get the result of round one. Double the result of round one and add 5
,
and so on.
Problem 1: The goal of the game is to
find the smallest starting whole number that produces a result of
100 or greater in three rounds or fewer.
Problem 2: The goal of the game is to find the smallest starting whole number that produces a result of
1,000 or greater in three rounds or fewer.
Problem 3: The goal of the game is to find the smallest starting whole number that produces a result of
1,000,000 or greater in three rounds or fewer.