Saved Bookmarks
| 1. |
Find the number of natural numbers between `102` and `998` which are divisible by `2` and `5` both. |
|
Answer» 110,120, 130,……..,990 ` a_(n) = 990 rArr 110 + (n -1) xx 10 = 990` ` therefore n = 89` |
|