Statistics and formula logic Flashcards
Average =
Sum / #
How do you find the number of terms in a set of consecutive integers that only includes one of its endpoints but not both?
Last # - first #
How do you find the # of terms between two numbers in a set of consecutive integers?
Last # - first # - 1
What is an evenly spaced set?
The numbers in the set increase or decrease by the same amount (and therefore share a common difference)
How to count the # of consecutive integers in a set that includes the first and last numbers?
Highest # - lowest # +1
How to count the # of consecutive multiples of a given # in a range of values that are inclusive of the first and last numbers?
((Highest # divisible by the given # - lowest # divisible by the given #)/ given #) + 1
How do you determine the average of an evenly spaced set of terms?
(First term + last term) / 2
What is the average of the terms in an evenly spaced set with an odd # of terms?
The middle term when the terms are in numerical order.
What is the average of the terms in an evenly spaced set with an even # of terms?
The average of the two middle terms of the set when the terms are in numerical order.
How to count the # of consecutive multiples of two given #s in a range of values that are inclusive of the first and last numbers?
Don’t want to double count ***
The # of multiples of A or B =
The # of multiples of A + the # of multiples of B - the # of multiples of LCM(A,B)
How to count the # of consecutive multiples of two given #s (but not of both) in a range of values that are inclusive of the first and last numbers?
The # of multiples of A or B =
The # of multiples of A + the # of multiples of B - 2*(the # of multiples of LCM(A,B))
What is the weighted average formula?
…Expanded?
Weighted Avg = sum of weighted terms / total number of weighted terms
(Data point 1)(frequency of data point 1) + (data point 2)(frequency of data point 2) … (data point n)(frequency of data point n) / (total frequency of data points)
In an evenly spaced deck, the mean is equal to what?
The median
S={1,4,6,7,4,8,7,7,4}
What is the mode of S?
4 and 7
S={1,4,6,7,3,8,5,9,2}
What is the mode of S?
No mode