Consecutive Integers Flashcards
Counting integers: add 1 before you are done. How many integers are there from 6 to 10, inclusive?
5
Counting integers in consecutive multiples: How many even integers between 12 and 24, inclusive?
The jumps are 2, so we do (Last - First) /2 +1
6
Counting integers in evenly spaced sets: How many multiples of 7 are between 10 and 80? (note this does not say, “inclusive”)
(77 - 14)/7 = 9+1 = 10
Evenly spaced sets: what’s the difference between the mean and median?
They are equal to each other. Example: 4, 8, 12, 16, 20: median and mean are 12
Evenly spaced sets: what is teh mean in relation to the first and last number?
The meman is equal to the average of the first and last terms
What is the sum of all integers from 20 to 50, inclusive?
The sum of an evenly spaced set = average * # of terms