Learn Flashcards
How many permutations of n objects?
n! (“n factorial”)
How many combinations of size r taken from a set of n objects?
n! / ( r! (n-r)! )
How many permutations of size r taken from a set of n objects?
n! / ( (n-r)! )
Is the sum / difference of two numbers odd or even?
Even if the numbers are both odd or both even, otherwise odd.
45 - 45 - 90 triangles have lengths of sides in ratio …
45 - 45 - 90 triangle has lengths of side in ratio 1 : 1 : sqrt (2)
30 - 60 - 90 triangles have lengths of sides in ratio …
30 - 60 - 90 triangles have lengths of sides in ratio 1 : sqrt(3) : 2
x + y | …
x + y | <= | x | + | y |
If a triangle is inscribed in a circle such that one of its sides is a diameter of the circle then …
If a triangle is inscribed in a circle such that one of its sides is a diameter of the circle then IT IS A RIGHT TRIANGLE
Work formula:
1/r + 1/s = 1/h Where r is the time for r to complete the job alone, s is the time for s to complete the job alone, and h is the time for them to complete the job together.
Compound interest formula
FutureValue = PresentValue (1 + InterestPerPeriod)^(NumberOfPeriods)
Normal distribution. x% of values are within [1 / 2 / 3] standard distributions of the mean
About 68% of the values are within 1 standard deviation of the mean. About 95% of the values are within 2 standard deviations of the mean. About 99.7% of the values are within 3 standard deviations of the mean.
How to find the lowest common multiple?
Union of the two sets of prime factors
How to find the greatest common factor?
Take the intersection of the sets of prime factors
To list all of the factors of a number…
List the factor pairs
How many factors does a square number have?
3