how many whole numbers are there between 1064 and 1201
Answers
Answer:
137 whole numbers lie between 1064 and 1201
Answer:
If you are want to find the number of numbers between x and y, including x and y themselves, use this formula:
abs(y-x)+1
abs(1064–1201)+1=
abs(-137)+1=
137+1=
138
There are 138 numbers between 1064 and 1201 including 1064 and 1201
If you want to find the number of numbers between x and y excluding one variable, use this formula:
abs(y-x)
abs(1064–1201)=
abs(-137)=
137
There are 137 numbers between 1064 and 1201 excluding 1604, there are also 137 numbers between 1064 and 1201 excluding 1201
If you want to find the number of numbers between x and y, discluding both x and y, use this formula:
abs(y-x)-1
abs(1064–1201)-1=
abs(1064–1201)-1=
abs(-137)-1=
137–1=
136=
NOTE: If the answer you get is -1 then turn it into 0
There are 136 numbers between 1064 and 1201 excluding 1064 and 1201.