2023 SSMO Team Round Problems/Problem 5
Problem
Joshy is playing a game with a dartboard that has two sections. If Joshy hits the first section, he gets points, and if he hits the second section, he gets
points. Assume Joshy always hits one of the two sections. Let
be the maximum value that Joshy cannot achieve. Let
be the number of positive integer scores Joshy cannot achieve. Let
be the number of ways for Joshy to achieve
points. Find
.
Solution
From the Chicken McNugget Theorem, we know:
Thus,
Next, is the number of ordered integer solutions
to the equation:
Solving this, we find the general solution:
We want integer solutions, so and
.
From
, we get
.
From
, we get
.
So , giving
solutions.
Finally,
~SMO_Team