GRE formulas Flashcards
What is the formula for the volume of cylinder?
Pi r^2 h
How are roots represented as fractional exponents?
The square root of an exponent can also be represented as being raised to the 1/2 power; the cube root of an exponent can also be written as being raised to the 1/3 power; the fourth root of an exponent can be written as being raised to the 1/4 power and so on.
What is the formula for finding percents?
Is/of = x/100
Inequality Rule of a Triangle:
The length of a given side of a triangle is less than the sum of the lengths of the other two sides and greater than the difference between those two sides.
Number of integers from x to y inclusive:
Y-x+1, where y represents the larger and x the smaller of two given integers.
How to find the SUM of all integers from x to y inclusive:
X+y(y-x+1)/2
Step 1: Integer 1 + integer 2
Step 2: multiply the answer in step 1 by the larger integer minus the smaller integer plus one
Step 3: divide the answer in step 2 by two
Tada!
Product of the greatest common denominator (GCD) and the least common multiple (LCM):
If x = GCD of a+b and y=LCM of a+b, then ab = xy
How to solve quadratic equations with a coefficient greater than one in front of x^2:
Look at the equation and see if the coefficient can be factored out -
For example, 2x^2 -20x -48 = 0 can be factored as follows: 2 (x^2 - 10x-24)
Integers:
Any counting number including negative numbers (i.e. -3, -1, 2, 7..but NOT 2.5)
Real Numbers
Numbers that appear on the number line (i.e. one that is not imaginary) - including pi, the square root of 2, etc.
Order of Operations
PEMDAS (please excuse my dear aunt sally)
Complete any arithmetical operation in the following order:
- Parentheses
- Exponents
- Multiplication/Division
- Addition/subtraction
Prime Numbers
A prime number is one that is divisible only by itself and one. In other words, a positive integer with exactly 2 positive divisors. This includes 2, 3, 5, 7, 11, 13…not 9, because 9 is divisible by 3.
1 is NOT a prime. 2 is the smallest prime number and the only prime number that is even.
Prime Numbers below 60
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59
Prime Factorization
The prime factorization of a number is dividing a number into its constituent primes - i.e. 21 can be divided into 7 and 3, both of which are prime numbers. When two primes do not multiply to equal a given number, its prime factorization can be found by factoring the number until all factors are prime.
For instance, to find the prime factors of 24, first factor 24 - 12 and 2
2 is already prime
12 can be factored as 6 and 2
6 can be factored as 2 and 3
now we have all prime numbers one 3 and 3 2s - so the prime factorization is 2^3 x 3
How to find the number of factors a number has:
Step 1: Find the prime factorization of the given number
Step 2: Add 1 to any exponents in the answer (including an exponent of 1) and multiply each answer together.
For example, the prime factors of 21 are 7 and 3; the exponents of both 7 and 3, are 1, so add 1 to each and you get 2X2 = 4, so 21 has 4 factors in total (check: 1, 3, 7, 21).
Factor/Divisor
Any number that divides evenly into a given number.
Greatest Common Factor/Greatest Common Divisor
The biggest factor shared by two numbers. The easiest way to find the GCF is to take the prime factorization of both numbers and multiply all of the primes in each number. For example, the GCF of 12 and 30 can be calculated as follows:
12 prime factors: 2, 3
30 prime factors: 2, 3, 5
2 and 3 appear in both - so 2 x 3 = 6 prime factors
If two numbers share no primes, the GCF is 1.
Least Common Multiple
The smallest positive integer that two numbers share as a factor. So, the LCM of 4 and 6 is 12 - it is the smallest number that they BOTH divide evenly into. To find LCM, multiply each of the shared primes with each other, then multiply that answer by each number’s unshared primes.
Primes of 4: 2
Primes of 6: 2 and 3
shared primes - 2 x 2 = 4
unshared primes = 3 X 4 (shared) = 12
A number is divisible by 3 if:
The sum of the digits in the number is divisible by 3 (i.e. 33 - 3 +3 = 6 so it is divisible by 3)
A number is divisible by 4 if:
The number formed by the last two digits of a number are divisible by 4 (for instance, 144 - the last 2 digits form 44, so 144 is divisible by 4).
A number is divisible by 5 if:
The last digit of the number is a 5 or a zero
A number is divisible by 6 if:
It is an even number AND the sum of the digits is divisible by 3 I.e. 66 is even and 6+6 =12, which is divisible by 3, so it is divisible by 6.
A number is divisible by 8 if:
The last three digits form a number that is divisible by 8.
A number is divisible by 9 if:
The sum of digits is divisible by 9.