Difficulty: Easy
Correct Answer: 4/49
Explanation:
Introduction / Context:
This question checks counting with simple modular (last-digit) patterns over a finite range. We pick uniformly from consecutive integers and count those ending with 1.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Check endpoints: 1 is not included; 51 is outside the range; thus exactly four hits (every ten steps) remain: 11, 21, 31, 41.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
4/49
Discussion & Comments