asked 180k views
5 votes
Different ways to count from 580 -994

asked
User Eve Juan
by
9.2k points

2 Answers

2 votes

You can use subtraction to figure out how many numbers there are from one endpoint to another. For example, in the set {1,2,3,4,5} we see 5 values. Subtract the large endpoint from the smaller and we get 5-1 = 4, then add 1 back on to get 4+1 = 5. The formula is a-b+1 where a > b.

Here's another example: {8,9,10}. Clearly we see 3 values. Using the subtraction rule mentioned above, we get a-b+1 = 10-8+1 = 2+1 = 3. This method is preferred if you have a tons of values you don't want to count out one at a time.

Such as this example {580, 581, ...., 993, 994}. We have a-b+1 = 994-580+1 = 415 meaning there are 415 items in the set {580, 581, ..., 993, 994}

answered
User Kevinsss
by
7.8k points
3 votes
By 10s, 100s, 5s, 15s, 20s, 30s,
answered
User Exsulto
by
8.2k points

Related questions

asked Jan 22, 2016 189k views
Natix asked Jan 22, 2016
by Natix
8.2k points
1 answer
4 votes
189k views
asked Sep 12, 2017 65.4k views
Bdanin asked Sep 12, 2017
by Bdanin
8.2k points
1 answer
5 votes
65.4k views
asked Jan 23, 2018 202k views
Fabrizio Prosperi asked Jan 23, 2018
by Fabrizio Prosperi
7.7k points
2 answers
5 votes
202k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.