14 - Statistics Flashcards
(10 cards)
How to find median: EVEN number of elements
Divide by two, then take average of that position + position after
(E.g. 1234 - median is avg of 2 and 3 = 2.5)
How to find median: ODD number of elements
Add 1 to number of items, divide by 2: n+1/2
(E.g. 1, 3, 5, 6, 10: 6/2 = 3)
How to find positive correlation when looking at two variables
As one variable goes up, other goes up
Higher values go together and lower values go together (e.g profitability 1& customer retention 2 AND profitability 5 & cust ret 6)
What holds true in an evenly spaced set
Mean = Median
If we are given the mean, how can we calculate the sum
sum = mean x number of terms (from avg formula)
Knowing that the Mean = Median is one way of finding the average of an evenly spaced set.
What is the second way? Find mean of integers from 101 to 202 inclusive
Add first and last term and divide by 2
101+202/2=303/2=151.5
How many integers are there from 101 to 202, inclusive
(202 - 101) + 1 = 102
How to find total number of multiples of 2 OR 3 in a range
Multiples of 2 + multiples of 3 - multiples of LCM (6)
total number multiples of 2 OR 3 but not both
Multiples of 2 + multiples of 3 - 2 x multiples of LCM (6)
Counting number of multiples in a range (general + example)
E.g. how many multiples of 3 between 17 and 41, inclusive