Math Tricks Flashcards
How do you predict if the sum, difference, or product will be ODD or EVEN?
Take simple even and odd numbers and plug them in
How to recognize MULTIPLES of 2?
Last number is even
How to recognize MULTIPLES of 3?
Sum of digits is multiple of 3
How to recognize MULTIPLES of 4?
Last two digits are multiple of 4
How to recognize MULTIPLES of 5?
Last digit is 5 or 0
How to recognize MULTIPLES of 6
Sum of digits are multiple of 3, and last digits is even
How to recognize MULTIPLES of 9
Sum of digits is multiple of 9
How to recognize MULTIPLES of 10?
Last digit is 0
How to recognize MULTIPLES of 12?
Sum of digits is a multiple of 3, last two digits are multiple of 4
How to find a COMMON FACTOR of two numbers?
Break both numbers down to prime factors. Take only shared prime factors and multiply every combination possible. Each product is a factor. E.g. 3x3x5 = 3, 5, 3x3 or 9, 3x5 or 15, 3x3x5 or 45
How to find LOWEST COMMON MULTIPLE of two numbers?
Prime factor both, multiply each factor by greatest number of times it appears in a prime factorization. E.g. 28 = (2x2)x7, and 42=2x3x7, is (2)2x(1)3x(1)7=84
How to find standard deviation?
- Find the mean of the set.
- Find absolute value between each number and the mean.
- Square each value
- Average all squared values
- Find square root of product
What is 0!
1
How to solve GROUP problem involving EITHER/OR CATEGORIES?
At a professional conference with 130, 94 are doctors, rest are dentists. If 48 are women, and 1/4 of dentists are women, how many are male doctors?
Make a grid with each column and row adding up to the total. Fill in cells with simple math and find the answer.
How to solve a PERMUTATION problem with equal n and n slots?
n!
(e.g. if n=3, then 3x2x1=6)