

InterviewSolution
Saved Bookmarks
1. |
How many numbers are divisible by 13 from 100 to 300?1. 142. 153. 164. 17 |
Answer» Correct Answer - Option 3 : 16 Given: How many numbers are divisible by 13 from 100 to 300 Calculation: ⇒ Among the numbers 100 to 300 the first number is divisible by 13 is 104 and the last number is 299 ⇒ It is an arithmetic progression and we can find the terms that are multiples of 13 as ⇒ 299 = a + (n - 1)d ⇒ 299 = 104 + (n - 1) × 13 ⇒ n = 16 ∴ The required result will be 16. |
|