Let's say the problem is
In a game, you throw a circular coin with radius 1 unit onto a square board having side 10 units. A circle with radius 2 units is shaded in the center of the board. You win the game if the circle is able to touch the interior of the circle or at least its boundary. What is the probability that you win the game? Note: The coin will always land completely within the board.
Obviously, the solution would be much more simple if the coin is replaced with a dart, which is treated as if it lands on a single point.
How do you solve this now that you have to take into account the area of the coin too?
Hint: think about where the center of the coin needs to land for its edge to land somewhere inside of the circle. This is an area larger than the circle, since the coin has a positive area. Then you can treat the coin like its a dart, as you mentioned.