InterviewSolution
Saved Bookmarks
| 1. |
State whether the statements are true (T) or false (F).There are 200 natural numbers between 1002 and 1012. |
|
Answer» True. We know that, natural numbers between a and b = b –a – 1 = 1012 – 1002 – 1 = (101 + 100) (101 – 100) – 1 = 201 – 1 = 200 |
|