Consider points A, B, and C with coordinates (1, 1), (8, 10), and (4, 6), respectively.
The number of ways to go from A to B via C is calculated as the product of the number of ways to go from A to C and the number of ways to go from C to B, which is expressed as 8C5 × 8C4 = 3920.