Quant Revisit List Flashcards
sqrt(3)
1.7
sqrt(2)
1.4
Put this into an equation:
Draw 2 variable + total matrix for this problem:
What are the steps to solve:
EASY
Process: 1) split 10 into factors (5*2)^n => (5^n * 2^n) so we have common base 2) solve for n
What’s the median and mean for consecutive integers?
2,4,6,8 = MEDIAN=5, MEAN=5; for 1,2,3,4,5,6,7 then MEDIAN=4 and MEAN=4. Middle number is both mean and median.
U got this bro!
Count number of multiples of 3
(Last - First)/(multiple) + 1
How many different ways can you draw an isocolies triangle 40 degree angle?
40,40,100; 40,70,70; etc.
Imagine you’re given a triangle inside a square, if that triangle’s base is the diameter of the circle, and the triangle touches the outside of a circle. What do you know about this triangle?
I know that the triangle has a 90 degree angle at the point that touches the circle.
(x+y)^2
x^2 + 2xy + y^2
(x-y)^2
x^2 -2xy + y^2
How to solve?
SUBTRACT AREAS! will need to create equation using each triangle
((x^5)^4) =
x^20
y^4 * y^9 =
y^13
Sqrt(p*q) =
Sqrt(p)*Sqrt(q)
Even * Odd * Even = ?
Even
Odd * Even * Odd = ?
Even
Factor 147
Methodology: go from smallest to biggest when prime factoring. Clearly not divisible by 2, because 147 is odd.
Next, check for divisibility by 3 – 1+4+7 = 12, so it’s divisible by 3. (or, better, notice that it’s 3 less than the round number 150, which is 3x50, so 147 is 3x49)
How do we tell if something is divisible by 3?
If each digit summed up sums to something that is divisible by three, then the answer is YES.
Example: 147 divisible by 3? Is 3 a factor of 147? 1+4+7 = 12, therefore YES.
Is 0 an integer?
Is 0 even?
YES
and
YES
Zero is both EVEN and an integer.