Difficulty: Easy
Correct Answer: 20%
Explanation:
Given Data
Key Idea
In every block of 10 consecutive integers (e.g., 1–10, 11–20, …), the unit digits cycle through 0–9 exactly once. Therefore, in each block of 10 numbers, exactly two numbers end with 1 and 9.
Step-by-Step
Total blocks of 10 between 1 and 70 = 7 blocks (1–10, 11–20, …, 61–70)Count with unit digit 1 or 9 per block = 2Total such numbers = 7 × 2 = 14Total numbers overall = 70Percentage = (14 ÷ 70) × 100 = 20%
Common Pitfalls
Final Answer
Required percentage = 20%.
Discussion & Comments