- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How many whole numbers are there in between 19 and 42?
To do:
We have to find the number of whole numbers between 19 and 42.
Solution:
Number of whole numbers between $a$ and $b$(where $b>a$) $=b-a-1$
Therefore,
Number of whole numbers between 19 and 42 $=42-19-1$
$=42-20$
$=22$
The number of whole numbers between 19 and 42 is 22.
Advertisements