GREGMAT Quant Mountain

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/139

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:51 PM on 7/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

140 Terms

1
New cards

Integers

Natural Numbers - 1,2,3,4

Whole Numbers - 0,1,2,3,4

Integers - -3,-2,-1,-,1,2,3

2
New cards

Consecutive Integers

Difference between two integers is 1. (e.g., 6 and 7 are consecutive integers)

3
New cards

The Number Line

Humans invented to more easily see the relationship between numbers.

4
New cards

4 Arithmetic Operations

Addition, Subtraction, Multiplication, Division

5
New cards

Exponents

Shorthand for multiplication (e.g., 5^6)

6
New cards

Roots

The reverse of exponents.

1. "even" roots cannot have a negative only positive values or zero

2. "odd" roots can take either positive or negative values

3. n^2 = 64, then n equals both 8 and -8

4. Square Root of 64 though is only 8

7
New cards

Factorials

Multiply every integer together down to 1 (e.g., 4! = 4 x 3 x 2 x 1)

8
New cards

Operations with Negatives

1. Negative added to another negative is always negative

2. Negative subtracted from a negative can result in either a negative number, zero, or positive number

3. Negative times a positive is a negative. Two negatives equal a positive

4. Division is the same as multiplication

9
New cards

PEMDAS

Parenthesis, Exponents, Multiplication, Division, Addition, Subtraction

10
New cards

PEMDAS Trickiness

It's easy to conclude that additional is before subtraction and multiplication is before division. However, it is better to consider them on the same level. You work from left to right.

11
New cards

# of Integers in an Interval

Last Number - First Number + 1

12
New cards

Sum of Integers in an interval

1. (from 1 to N) - (n(n+1)/2) (e.g., sum of integers from 1 to 80 = (80 x 81)/2

2. (from m to n, where n is not equal to 1) (e.g., find sum of integers from 30 to 101) -

find the number of integers in the interval: 101 - 30 + 1 = 72.

calculate the sum of the first and last number: 30 + 101 = 131

(72 x 131)/2 = 4716

13
New cards

Factors / Divisors

If an integer is divisible by a certain number, then that certain number is a factor of that integer

14
New cards

Greatest Common Factor (GCF)

Largest factor common to both numbers

15
New cards

Even and Odd Integers

1. Even integers are integers with 2 as a factor

2. Odd numbers are integers that are not even

16
New cards

Consecutive Even/Odd Integers

1. Consecutive Even - 2,4,6,8

2. Consecutive Odd - 1,3,5,7

17
New cards

Multiples

If n is an integer, the numbers 0n, 1n, 2n, 3n, 4n and so on are multiples of n

18
New cards

Three Consecutive Integers

1. A multiple of 3 is always included amongst the three integers

2. The product of the three integers is always a multiple of 3

3. The sum of the three integers is also a multiple of 3

19
New cards

Least Common Multiple (LCM)

Smallest positive multiple they share in common.

20
New cards

# of Multiples in an Interval

1. (From 1 to n) - How many multiples of 31 from 1 to 1,000. (1000/31 = 32.26)

2. (From n to m, where n is not 1) - ((last multiple - first multiple)/multiple in question) + 1

21
New cards

Sum of Multiples in an Interval

1. What is the sum of all multiples of 3 from 1 to 500.

Step 1 - Find the number of multiples of 3 from 1 to 500 (e.g., (500/3) = 166)

Step 2 - List out the first three multiples and last three multiples (3,6,9..492,495, 498)

Step 3 - Notice that every "pair" adds up to 501. (e.g., 3+498, 6 +495, etc.)

Step 4 - There are 83 pairs (166/2). The final equation is as follows: (166/2) x 501 = 41,583

22
New cards

Divisibility Rules (1,2,3,4)

1. All integers are divisible by 1

2. An integer is divisible by 2 if its even

3. An integer is divisible by 3 if the sum of digits is divisible by 3 (e.g., 816 --> 8+1+6 = 15, a # divisible by 3)

4. An integer is divisible by 4 if the last two digits in that integer are also divisible by 4. (e.g., 56,234,332 is divisible by 4 because 32 / 4 = 8)

23
New cards

Divisibility Rules (5,6,8,9,10)

5. Divisible by 5 if it ends in 5 or 0

6. Divisible by 6 if also divisible by 2 and 3

7. calculator

8. Divisible by 8 if the last three digits of the number are divisible by 8.

9. Divisible by 9 if the sum of digits is divisible by 9. (e.g., 5985 -> 5+9+8+5 = 27 / 9 = 3)

10. Divisible by 10 if last digits in the number is 0

24
New cards

Divisibility Rule (11)

11. Alternating signs of positive and negative on a number (e.g., 638 --> +6 - 3 + 8 = 11 / 11 = 1, so this works)

25
New cards

Prime Numbers

Numbers with exactly two factors - 1 and itself

26
New cards

Primes up to 50

2,3,5,7,9,11,13,17,19,23,29,31,37,41,43,47

27
New cards

Prime Factorization

Every positive integer can be written as the product of primes (e.g., 24 can be written as 2^3 x 3)

28
New cards

Every Prime Factorization is Unique

No two distinct integers share the same prime factorization

29
New cards

Determine whether a number is Prime

To determine whether the integer n is prime, take the square root of n and see if it is divisible by any prime number lower than the square root value. Sqrt(107) = 10.34. So see if 2,3,5,7 divide evenly into 107. They do not so prime

30
New cards

Factors of Factorials

8! has the following factors: 8,7,6,5,4,3,2,1 but also 56 is a factor 7 x 8 or 30 is a factor 6 x 5.

31
New cards

Non Factors of Factorials

How to find factors that not factors of 20!

1. Simply find the prime numbers greater than 20 (e.g., 23, 29,31,37,41)

2. How do we find non prime numbers? Just find the multiples (23: 46,69,92 or 29:58,87,116)

32
New cards

# of Numbers in Factorials Part 1

Add Floors: (n/p) + (n/p^2) + (n/p^3) etc... until the square root of number is bigger than the numerator (e.g., 100!/3^x)

1. 3^1 1 to 100 = 33

2. 3^2 1 to 100 = 11

3. 3^3 1 to 100 = 3

4. 3^4 1 to 100 = 1

5. 3^5 1 to 100 = 0 (243 is greater than 100)

33
New cards

# of Numbers in Factorials Part 2

Example: find the powers of 15 in 200!

1. Prime Factorize (3x5)^x

2. 5 is limiting factor in this example

3. 5^1 (5) 1 to 200 = 40

4. 5^2 (25) 1 to 200 = 8

5. 5^3 (125) 1 to 200 = 1

6. Sum the numbers up to get 49

Example: find the powers of 4 in 200!

Hint - Don't forget to convert 4 to (2)^2X

34
New cards

# of Numbers in Factorials Part 3

knowt flashcard image
35
New cards

Trailing Zeros

Example: (270!/10^x)

Step 1. Breakdown 10 into primes 2 x 5, 5 is less common so that is limiting factor.

Step 2. 5^1 in 270 = 54

Step 3. 5^2 in 270 = 10

Step 4. 5^3 in 270 = 2

Sum it up= 66 trailing zeros

36
New cards

Zero is Weird (Part 1)

1. it is neither positive nor negative

2. It is even (divisible by 2)

3. It is a multiple of EVERY integer

4. It's a factor only of itself

37
New cards

Zero is Weird (Part 2)

5. Cannot divide by 0

6. Anything raised to 0 power equals 1

7. 0! = 1

38
New cards

Primes are Infinite

Primes within a fixed interval tend to decrease as the numbers get larger. (e.g., 1 to 100: 25, 101 to 200: 21, 201 to 300: 16)

39
New cards

Positive Factors with PF

1. First prime factorize the integer (e.g., 3000 = 2^3 x 3^1 x 5^3)

2. Add 1 to each exponent in the prime factorization ( 4 x 2 x 4 = 32)

40
New cards

Odd Factors w/PF

1. First prime factorize the integer

2. Focus only on the odd prime divisors

3. Add one to the exponents and mutliply

41
New cards

Even Factors with PF

# of positive factor - # of odd factors = # of even factors

42
New cards

GCF with PF

1. Prime factorize the two numbers and identify the numbers / exponents they share in common

43
New cards

LCM with PF

1. Prime factorize the two numbers.

2. Write down all the prime divisors

3. Take the largest exponent present for each prime divisor.

4. Exp:

110 = (2^1)(5^1)(11^)

200 = (2^3)(5^2)

Answer: (2^3)(5^2)(11^1) = 2200

44
New cards

Exponent Unit Digit Patterns

0^n: always 0

1^n: always 1

2^n: 2,4,8,6,2,4,8,6 (repeats in blocks of 4)

3^n: 3,9,7,1,3,9,7,1 (repeats in blocks of 4)

4^n: 4,6,4,6 (repeats in blocks of 2)

5^n: always 5

6^n: always 6

7^n: 7,9,3,1 (repeats in blocks of 4)

8^n: 8,4,2,6 (repeats in blocks of 4)

9^n: 9,1,9,1 (repeats in blocks of 2)

45
New cards

Roots as Exponents

Square Root(5) = 5^1/2

Cubed Root (5) = 5^1/3

Fourth Root(5) = 5^1/4

46
New cards

Operations on Roots 1

Square Root (a^2) = |a|

(Square Root(a))^2 = a, if a > 0

Square Root(a) x Square Root(b) = Square Root(ab)

47
New cards

Operations on Roots 2

(Square Root(a)/Square Root(b) = Square Root(a/b), if a,b>0

N root(a^n) = |a|, if n is a positive even integer

N root(a^n) = a, if n is an odd positive integer

48
New cards

"Pulling Out" Perfect Squares

Roots can be simpliefied by taking out all the perfect squares (or cubes, or the nth power, depending on the question), under the root after prime factorizing what's inside.

Square Root(360) = Square Root((2^2 x 3^2) x (2 x 5)

= 6 Square Root(10)

49
New cards

Rationalizing Denominators

If there is a single radical in the denominator of a fraction, multiply both the numerator and denominator by that radical. This will have the effect of removing the radical from the denominator

50
New cards

Rationalizing Denominators 2

(a)/(b + Sqrt(c)) can be simplified by multiplying both sides by (b - Sqrt(c))

Answer becomes - a(b - sqrt(c))/ b^2-c

51
New cards

The Number Line Revisited

The real numbers comprises all real numbers, even irrational ones. Even though we cannot nail down Sqrt(2) decimals exactly, it does have a position on the real number line. All irrational (and rational) numbers do

52
New cards

Real Number Properties 1

Property 1: Adding number a to number is is the same thing as adding number b to number a

Property 2: Brackets have no impact when we are just multiplying or adding 3 + (4+5) = (3+4) + 5

Property 3: The distributive law: a(b+c) = a x b + a x c

Property 4: 0 added to a number returns the number itself, and 0 multiplied by a number returns 0

53
New cards

Real Number Properties 2

Property 5: If the product of two n umber is 0, either (or both) of the numbers must be 0

Property 6: Dividing any number by 0 is not defined

Property 7: The sum and product of two positive numbers is positive

Property 8: The sum and product of two negative number is negative and positive respectively

54
New cards

Real Number Properties 3

Property 9: If the product of two numbers is negative, exactly one of the two numbers is negative

Property 10: The absolute value of the sum of two integers is always less than or equal to the sum of the absolute values of the two integers. that is |a+b| less than or equal to |a| + |b|

Property 11: The absolute value of the product of two integers is equal to the product of the absolute values of the two integers. That is, |ab| = |a|x|b|

Property 12:

- a = a^2 = Sqrt(a), if a = 1

- a^2 > a > sqrt(a),if a > 1

- sqrt(a) > a > a^2, if 0 < a < 1

55
New cards

Real Number Properties 4

-|a+b| less than or equal to |a| + |b, if a > 0 and b < 0, ab < 0

-|a| x |b| = |ab|

- If a > 1 , a^2 > a

- If 0 < a < 1, a^2 < a

56
New cards

Absolute Value

Casual Definition: The absolute value is a machine that "makes whatever is inside its positive

Correct Definition: The absolute value of something is its distance from 0 on the number line

FYI - The absolute value of something can equal zero but never a negative value

57
New cards

Representing Ratios

All represent the same thing - the ratio of a to b

- a:b

- (a/b)

- a to b

58
New cards

Proportions

A proportion is an equation involving two fractions, or two ratios. Basically, its just two fractions equal to each other

-(a/b) = (c/d)

- 3/5 = 21 / 35

59
New cards

Cross Multiplication

Can use cross multiplication to prove that two fractions equal each other or solve for some unknown value.

60
New cards

Percent

A percent is simply a fraction, or ratio, meaning "parts per 100". 37% is simply 37 parts per 100, or 0.37.

61
New cards

Percent Increase

|difference|/small number

Percent increase can never be negative. That's why there is an absolute value in the numerator.

62
New cards

Percent Decrease

|difference|/larger number

63
New cards

Quick Perfect Calculations

30% more than a = 1.3a

30% less than a = 0.7a

64
New cards

% greater than 100

(larger number) / (smaller number)

For example, 30 is 200% of 15

65
New cards

% of vs % More

b is 200% of a means that b = 2a

However, b is 200% more than a means that b = 3a

66
New cards

Fraction / Decimal / Ratio / Percent

- 1/2 = 0.5 = 50% = 1:2

-12/5 = 2.4 = 240% = 12:5

67
New cards

Algebraic Expressions

Equations but without the = sign.

1. 4x

2. 2x+3

3. 7y + 2y

68
New cards

Polynomials

Sum of infinite number of terms in which each term is either a constant or a product of a coefficient and one or more variables with non-negative integer exponents. (e.g., 4x^2 + 7x + 1)

69
New cards

Polynomial Degree

The degree of a polynomial is the highest power of the variable in the polynomial.

- Degree of a Term: The sum of the exponents of the variables in that term: 6x^2y^3 has a degree of 2 + 3 = 5

-Degree of a Polynomial (Expression): The highest degree of any term in the polynomial: 5x^4+2x^2y has a degree of 4 bc the first term has a degree of 4

-Constant has a degree of zero

-Sum up the exponents, even if they come from different variables

70
New cards

Linear and Quadratic Polynomials

Polynomial with degree 1 = linear

Polynomial with degree 2 = quadratic

71
New cards

Simplifying Expressions 1

= 6x^3 + 2xy + 2x^3 - xy

= (6x^3 + 2x^3) + (2xy - xy)

= 8x^3 + xy

72
New cards

Simplifying Expressions 2 (FOIL)

FOIL - Front, Outside, Inside, Last

E.g., (x+4)(2x-5) = 2x^2-5x+8x-20

73
New cards

Simplifying Expressions 3

=6x^3 + 9x

=3x x 2x^2 + 3x x 3

= 3x(2x^2 + 3)

74
New cards

Simplifying Expressions 4

Factoring and Cancelling:

=(7x^2+14x)/(2x+4)

=7x(x+2)/2(x+2)

=7x/2

75
New cards

Algebraic Identities

Identity 1: ax + bx = x(a+b)

Identity 2: ax - bx = x(a-b)

Identity 3: (a+b)^2 = a^2 + 2ab + b^2

Identity 4: (a-b)^2 = a^2 - 2ab + b^2

Identity 5: (a+b)(a-b) = a^2 - b^2

76
New cards

Linear Equations

x = 5

y = 3x + 7

x + y + 8z = 732

77
New cards

Solving Linear Equations

Find the value of the variable that make the equation true. Often isolating the variable.

- 8x + 13x = 42

- 21x = 42

- x = 2

78
New cards

Solving Absolute Value Equations

Set up two equations, one for when the expression inside the absolute value is positive, and one when it is not.

- 3x + 6 = 21, when 3x+6 great than or equal to 0

- -(3x+6) = 21, when 3x+6 is less than or equal to 0

79
New cards

System of Equations

Example 1: A set of two equations, each with two variable

Example 2: Set of three equations, each with three variables

Systems of equations are solvable if the number of variables in each equation equals the number of equations in the set. And the equations cannot be equivalent or inconsistent (e.g., x+y = 2 and 2x + 2y = 4 are the same thing, while 2x + 2y = 5 would be inconsistent as its impossible for the two statements to be true at same time)

80
New cards

Elimination Method

You manipulate one or both of the equations so that, when you add one equation to the other or subtract one equation from the other, one of the variables is eliminated, allowing you to solve the system of equations

Example 1 - Adding the equations to eliminate a variable

Example 2 - Subtract the second equation from the first to eliminate a variable

81
New cards

Substitution Method

Isolate one variable in one equation and plug it in the other equation to solve

82
New cards

System of Equations Possibilities

- The system has one solution (e.g., only one pair of variables satisfy the equations)

-The system has infinite solutions (e.g., there are infinite pairs of the variables that would satisfy the equations)

-The system has no solution (e..g, there are no pairs of variables that would satisfy the equations)

83
New cards

The Quadratic Formula

The solutions of ax^2+bx+c=0 are the quadratic formula

<p>The solutions of ax^2+bx+c=0 are the quadratic formula</p>
84
New cards

The Discriminant 1

The discriminant D is D = b^2 - 4ac

Notice that it's what is inside of the square root in the quadratic formula

85
New cards

The Discriminant 2

-If D > 0, the quadratic has two solutions

-If D = 0, the quadratic has one solution (e.g., a repeating root)

-If D < 0, the quadratic has no solutions

86
New cards

Factoring Quadratics

For a quadratic of the form (x^2 + bx + c)

- Find two integers m and n, whose sum is b and product c

- Write it in the form (x+m)(x+n)

87
New cards

Completing the Square

Technique we can apply to a quadratic equation in order to get into a more useful form.

Example: y = x^2 + 6x + 10

Step 1: Halve and then square the x term's coefficient (6/2 = 3, 3^2 = 9)

Step 2: Add 9 to both sides of the equation and group the three terms together, leaving the 10 on the outside. (y + 9 = (x^2 + 6x + 9) + 10

Step 3: Move the 9 back over: y = (x+3)^2 + 1

This formula let's us see the minimum possible y value. Zero out the (x+3)^2 term with x = -3 and we can see that the smallest possible y value is 1.

88
New cards

Minimizing / Maximizing Quadratics

Notice that the square term cannot be negative. Hence, the minimum value of the quadratic is b.

Similarly, you can show that the maximum value of the below quadratic is b:

b - (x+a)^2

89
New cards

Absolute Value Quadratics

The same principle applies as in a linear equation: set up two equations (one positive and one negative)

15 = |x^2 + 7x|

- 15 = x^2 + 7x

- -15 = x^2 + 7x

Set both equation to zero to get the more familiar quadratic form:

- 0 = x^2 + 7x - 15

- 0 = x^2 + 7x + 15

90
New cards

Inequalities

- x > p includes all values strictly greater than p

- x < p includes all values strictly less than p

- x >/= includes all values greater than or equal to p

- x

91
New cards

Solving Inequalities 1

Simplest condition of solving an inequality.

-We can add or subtract anything we'd like to both sides

-We can multiply or divide ONLY positive numbers

With these conditions, solving an inequality is easy. It's no different than solving an algebraic equation.

Example:

- 3x - 7 > 8

- Add 7 to both sides

- 3x > 15

- Divide each side by 3

- x > 5

92
New cards

Solving Inequalities 2

Multiplying or dividing by a negative value, then the inequality sign FLIPS.

Example 1:

-5x < 10

- x > -2

Example 2:

(-7/18)x>14. Multiply both sides by 18

-7x > 252

x < -36

93
New cards

Solving Inequalities 3

When completing inequalities with absolute values, two inequalities are created. For the first, just remove the absolute value sign and change nothing else. For the second, make it negative and FLIP the sign.

|x| > 10

results in x > 10 and x < -10

94
New cards

Solving Inequalities 4

Squares and square roots can also introduce extra inequalities. For examples,

x^2 > 9

implies x > 3

and

-x > 3 --> x < -3

95
New cards

Functions

Functions are represented using the notation f(x). Let's examine what each piece of this represents:

1. The bit inside the brackets, in this case x represents the *input* of the function

2. The letter f represents the name of the function

3. The whole thing f(x) represents the *output* produced by the function (with an input of x)

Functions are sometimes shown like this:

f(x) - x^2 + 7x + 10

What this means exactly is that the *output produced when giving an input* of x to the function f is always equivalent to performing the operation x^2+7x+10

96
New cards

Domain of a function

possible input values

97
New cards

Range of a function

Possible output values

98
New cards

Even function

f(-x) = f(x)

In a polynomial, all terms must have even exponents. For example, f(x) = x^8 + x^4 + x^0

99
New cards

Odd function

f(-x) = -f(x)

In a polynomial, all terms must have odd exponents. For example, f(x) = x^7 + x^3 + x^1

100
New cards

Words to Algebra 1

- + = addition, plus, sum, more, added to

- - = minus, difference, decrease, less than, under, remaining

- x = times, product, of, twice, quadruple, into, increase by a factor

- (division) = divided by, over, ratio, slices, halve, quarter, decrease by a factor