2024 SSMO Relay Round 4 Problems/Problem 1
Problem
Freddy the Frog can jump unit right or up. He is at
and wants to get to
. However, he is scared of points
and
and will not hop onto those points. How many ways can he reach his destination?
Solution
Using the Principle of Inclusion and Exclusion, the answer is the number of ways to get to minus the number of ways to get to
passing through
minus the number of ways to get to
passing through
plus the number of ways to get to
passing through both
r
This is equivalent to
~SMO_Team