Quant Flashcards

(132 cards)

1
Q

When I do smart numbers

A

I’ll avoid weird numbers like 0, 1 and fractions and the numbers in the problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If I want to check divisibility by 9

A

I check to see if sum of digits is divisible by 9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the first 5 prime numbers?

A

2,3,5,7,11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 6th to 10th prime numbers

A

13, 17, 19, 23 ,29

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If I want to check divisibility by 8

A

I can divide by 2 three times
or
I can check if the last 3 digits are divisible by 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If I want to check divisibility by 6

A

I need to make sure it’s divisible by 2 & 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If I want to check divisibility by 4

A

I can divide by 2 twice
or
I can check if the last 2 digits are divisible by 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If I want to know if a # is divisible by 3

A

I sum the digits of the number (Integers only) and check if it’s divisible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If N is a divisor of X & Y

A

Then N is a divisor of X + Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When checking divisibility of a large number by another large number

A

I can check if it’s divisible by a factor pair of the divisor
ex 6750 div by 18
6750/2 works
and
6750/9 works
2*9=18 so it works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

√ 2

A

approx 1.4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

√ 3

A

Approx 1.7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

11^2

A

121

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

13^2

A

169

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

14^2

A

196

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

15^2

A

225

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

16^2

A

256

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

25^2

A

625

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

4^3

A

64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

5^3

A

125

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

10^3

A

1000
It is a zero per power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

When do you Test Cases in Problem Solving?

A

You use it when the problem asks a must be or could be question

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

When do you Test Cases in Data sufficiency

A

Use it when several unknowns and it’s a Y/N question

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

x^2 - y^2=

A

(x+y) (x-y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
x^2 - 2xy + y^2 =
(x-y) (x-y) or (x-y)^2
26
x^2 + 2xy + y^2
(x+y) (x+y) or (x+y)^2
27
When should you use smart numbers?
Problem solving only for variable expressions, relative values in answers or the problem never gives a real #
28
When should you work backwards?
Problem solving only when answers are nice real numbers or if there is only 1 variable
29
If I see x^2 - x < 0 or x^2 < x
They both say that 0 < x < 1
30
If I see XY < 0
I know X and Y have opposing signs
31
If I see XY > 0
I know X and Y have the same sign
32
(a + b)/c =
a/c + b/c
33
If two denominators share a factor
It is faster to find the least common multiple instead of cross multiplying. ex: 6&8 least common multiple of 24
34
-(3)^2=
-9
35
(-3)^2+
9
36
3^4=
81
37
x^2=16 x=
4^2 or -4^2
38
x^3 * x^4 =
x^7 always add the exponents for multiplication
39
x^3 + x^4=
Can only be changed through factoring x^3(1+x)
40
(x^y)/ x^2 =
x^(y-2)
41
x^-2 =
1/x^2
42
(x^2)^4 =
x^8 you multiply with exponents
43
(ab)^3=
(a^3)(b^3)
44
(x/y)^2 =
(x^2)/(y^2)
45
Prime factorization of 18^3 is
(2^3)(3^6) 18= 2*9 =2*(3^2) (2*(3^2))^3= (2^3)(3^6)
46
(2^3)*(3^3)=
(6^3) Only works if they have the same exponents
47
How do you estimate a root of a non perfect square ex:70?
Look for the perfect squares nearby and estimate ex: 64^0.5 = 8 and 81^0.5= 9 so 70^0.5 is approx 8.5
48
What happens when you square root a number between 0 & 1?
You get a larger number because division by a number less than 1 and larger than 0
49
What is the main difference in cube root vs root main in regards to negativity
You can cube root a negative number but not normal root one.
50
8^2/3 =
(8^1/3)^2 = (2)^2 = 4
51
√x * √y =
√xy
52
√x/√y =
√x/y
53
When doing the radical of a large number with no obvious perfect square factor, what tool can be used?
Prime factorization ex: √360= √(2 * 2* 2* 3* 3 * 5) = √((2^2) * (3^2) * 2 * 5) =2 * 3 * √10 = 6√10
54
√((3^10)+(3^11)) =
√((3^10)*(1+3)) = √(3^10) * √4 = (3^5)*2
55
m^(5y) * m^(y+5) =
m^(5y+y+5) = m^(6y +5)
56
1/8 in decimal is =
0.125 or 12.5%
57
3/8 in decimal is
0.375 or 37.5%
58
5/8 in decimal is
0.625 or 62.5%
59
7/8 in decimal is
0.875 or 87.5%
60
When multiplying decimals what technique should be used
Multiply as if no decimals then add it in after by counting how many digits were behind the decimal originally ex: 0.75 x 0.2 = 75 x 2 x .001=0.150 Times 0.001 cuz three behind decimals like 0.150
61
How to structure a x is y% of what number?
Z = unknown y= in decimal x = y*z so x/y = z ex: 16 is 2% of what number? 16 = 0.02*z so 16/0.02 = z 1600/2 = z = 800
62
When I see "x in terms of y"
I know to isolate "x" and get it in the value of "y" ex: x= 4 + 3y
63
If I see a variable is an exponent
I know to factor bases into primes ex: 3^x= 27^4 -> 3^x = 3^3^4 3^x = 3^12 so x=12
64
What are the 3 exceptions for bases of exponents
1, 0 and -1 because they always lead to the same number (except -1 which can lead to 1 or -1 depending if even or odd)
65
When using the substituting method
I know to isolate the variable not mentioned in the question.
66
When a question asks for "x+y ="
I don't need to find each individual solution just the combined x+y value
67
When I come across a difficult multiplication like 102*301
I know I can distribute the multiplication using foil ex: (100 + 2) * (300 +1) = 30,000 + 100 + 600 + 2 = 30,702
68
When I see a quadratic with a number before the x^2 ex: 2X^2 4x + 4
I know to first factor out the number and then tackle the quadratic. Same thing for a minus sign as well Ex: 2( x^2 + 2x + 2)
69
If I see a problem like x^2 = 4
I know to square root both sides and use the negative and positive results Ex: x = 2 & x= -2
70
When I see a hard square like 306^2
I know I can do: 300^2 + 2 * 300 * 6 +6^2 Because of (a+b)^2 = a^2 + 2ab + b^2
71
When I want to do percent larger
I know to use the formula ((a-b)/b) * 100
72
When I see a straight line
I know its the shortest distance between two points
73
when I see two or more intersecting lines
I know their middle angles add up to 360
74
When I see two lines intersect I know the angles opposite
are equal to each other. aka Vertical Angles
75
When a transversal line cuts through two parallel lines
I know the angles are the same for both lines
76
I know that when you add any acute angle with any obtuse angle
That both angles add to 180 degrees
77
When I see the symbol ||
I know the lines mentioned are parallel ex: MP ||AB
78
When I see a parallelogram
I know that the opposite sides and opposite angles are equal
79
When I see a shape with 4 sides
I know the angles inside add to 360 degrees
80
When I see a shape with 5 sides
I know the angles add to 540 degrees
81
When I see a shape I know I can calculate the amount of angles with
(n - 2) * 180 where n = amount of sides
82
When I cut a 4 sided shape with a line connecting opposite sides
I know it makes two triangles with 180 degrees each
83
To get the area of a trapezoid
I know to do (B1+B2)/ 2 * height
84
To get the area of a parallelogram
I know to do Base * Height
85
When I see a question asking for the surface area of all faces
I know it's asking for the sum of all faces
86
When someone is asking for the surface area of a cube or rectangular solid
I know it has 6 faces
87
Volume for a 4 sided object is:
Length * Width* Height
88
When I'm asked about fitting a 3D object into another 3D object
I know that knowing the volume of each is not enough. It depends on dimension
89
When trying to find the third side of a right sided triangle
I know to use the Pythagorean Theorem a^2 + b^2 = c^2
90
When I see two sides of a triangle are equal
I know that their angles are also equal
91
Triangles sides are bounded by what two restraint
1. A side of a triangle can't be more than the sum of the two other sides. (t1+t2) > t3 regardless of which side!! 2. A side of a triangle can't be less than the sum of the difference of the other two sides (t1- t2) < t3 regardless of which side!!
92
Every right triangle is composed of what?
Two legs (a & b) and a hypotenuse (c) The right angle is formed by the legs a & b
93
When I see a triangle with two of the sides 3 - 4 - 5
I know it's a right triangle. 9 + 16 = 25 for the Pythagorean theorem Multiples include: 6 - 8 - 10 9 - 12 -15 12 - 16 -20
94
When I see a triangle with two of the sides 5 - 12 - 13
I know it's a right triangle with the values: 25 + 144 = 169 for the Pythagorean theorem Multiples include: 10 -24 -26
95
When I see a triangle with two of the sides 8 - 15 -17
I know it's a right triangle with the values: 64 + 225 = 289 for the Pythagorean theorem
96
When I see a triangle with two of the three sides equal that has a right angle
I know its a 45 - 45 - 90 triangle
97
When I see a 45 - 45 - 90 triangle
I know I can find the sides through this formula: Leg : Leg : Hypotenuse x : x : x√2
98
When I see a square with a given diagnoal
I know I can use the 45 - 45 - 90 ratio to find the sides of the square which are equal to the leg of the 45-45-90
99
When I see a equilateral triangle (all 3 same sides) cut in the middle to form two other triangles
I know it turns into two 30 - 60 - 90 triangles
100
When I see a 30 - 60 - 90 triangle
I know I can find the sides using this ratio Leg : Leg : Hypotenuse 30° : 60° : 90° x : x√3 : 2x
101
When I see a exterior angle of a triangle
I know I can find the interior angel through 180° - exterior angle = interior angle I also know that the two other interior angles = to the exterior angle
102
When I think about the base of a triangle
I know it's important to remember that each side of a triangle can be the base
103
When I see a triangle that the sides are multiples of each other
I know that they have the same angles
104
When I see triangles with the same angles
I know that they are multiples of each other
105
When I see a line pass through the center of a circle
I know it's the diameter of the circle
106
When I have the radius of the circle
I know I can find the diameter, circumference and area of a circle
107
What are the formulas of a circle if radius is equal to r
Radius = r Diameter = 2r Circumference = 2 * r * π Area = π * r^2
108
When I need to estimate a value with π
I make π = 3
109
When I see a center angle and an inscribed angle
I know the inscribed angle is equal to 1/2 of the center angle.
110
If I see an inscribed triangle where one side is the diameter
I know that the triangle must be a right triangle
111
When I see a question involving quadrants on a coordinate plane
I know the quadrants are ordered as follows: Q2|Q1 Q3|Q4
112
I know that if I have two points on a line and I want to find the slope
I need use the formula Rise/Run or (y2-y1)/(x2-x1) It is not important which point is x1 or x2 as long as it's consistent
113
When I see a question asking for an x intercept
I know it's the point where y = 0
114
When I see a question asking for a y intercept
I know its the point where x = 0
115
When I see it's a linear equation
I know it cannot have terms such as x^2, √x or xy
116
Linear equations are usually represented in the following form
y = mx + b Always reorganize to isolate y
117
When I see an angle BAC
I know that A is the mid point
118
When X & Y are positive , if 3x < 2y
Then x < y and same goes for other situations where the larger quantity has the smaller multiplier
119
When I want to check divisibility by 11 in a 3 digit number
I know to see if the hundred digit and the single digit summed equal the tens digit. ex: 165/11 = 15 1 + 5 = 6
120
When I have a 3 set problem
I know to use the formula: Total = Group A + Group B + Group C - (AB) - (BC) - 2(ABC)
121
What is 1/11 in decimals
0.0909090
122
What is 2/11
0.1818
123
What is 3/11
O.272727
124
4/11
0.3636
125
How do I find x/11 if x = 1 to 10
= to 0.9x repeating Ex: 8/11 = 0.72727 10/11 = 0.9090
126
2^5
32
127
2^6
64
128
4^3
64
129
3^4
81
130
1/6 in percent is
16.66% or 16&2/3%
131
1/9 in decimals is
0.11111
132
What happens if you add 1 to both the numerator and denominator of a fraction
The fraction gets closer to 1