Math Formulas Flashcards

(39 cards)

0
Q

How do you solve for the nth term?

(each term is equal to the previous term plus d) Arithmetic sequence.

A

The nth term is tn =t1 +(n−1)d

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

How does an arithmetic sequence work?

A

Sequence: t1, t1 + d, t1 + 2d, . . .

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

Number of integers from a to b inclusive.

A

a to b =a-b+1

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

The sum of the first n terms. Of an arithmetic sequence. (each term is equal to the previous term plus d)

A

Sn=(n/2) · (t1 + tn)

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

What is a geometric sequence ?

A

each term is equal to the previous term times r

Sequence: t1, t1 ·r, t1 ·r^2, …

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

What is prime factorization?

A

Ex:

200 = 4 × 50 = 2 × 2 × 2 × 5 × 5

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

How to find the GCF?

A

Ex:

200 = 2 × 2 × 2 × 5 × 5 60 = 2 × 2 × 3 × 5
GCF(200, 60) = 2 × 2 × 5 = 20

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

How to find the lcm?

A

check multiples of the largest number
LCM(200, 60): 200 (no), 400 (no), 600 (yes!)

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

How to find the sum of a group of numbers that has an n term.

A

Sum= average x (number of terms)

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

What is the fundamental counting principal!

A

If an event can happen in N ways, and another, independent event can happen in M ways, then both events together can happen in N ×M ways. (Extend this for three or more: N1 ×N2 ×N3 …)

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

What is probability?

A

probability = (number of desired outcomes)➗(number of total outcomes)

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

What is the probability of to DIFFERENT events happening?

A

P (A and B) = P (A) · P (B), as long as the events are independent (not mutually exclusive).

Mutually Exclusive: Situation where the acceptance of one alternative automatically excludes the other alternatives.

Mutually Inclusive: Situation where one event cannot occur without the other.

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

What is (x+a)•(x+b)?

A

(x+a)(x+b)=x2 +(b+a)x+ab

FOIL

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

What is the difference of two squares?

DOTS

A

a2 − b2 = (a + b)(a − b)

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

What is Reverse FOIL

A

You can use Reverse FOIL to factor a polynomial by thinking about two numbers a and b which add to the number in front of the x, and which multiply to give the constant. For example, to factor x2 + 5x + 6, the numbers add to 5 and multiply to 6, i.e., a = 2 and b = 3, so that x2 + 5x + 6 = (x + 2)(x + 3).

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

What determines which way a Parabola opens up?

A

y = ax2 + bx + c.

If a > 0, the parabola opens up. If a < 0, the parabola opens down.

16
Q

How to find the distance between two points in a linear function?

A

(The square root of)

(Xtwo-Xone)^2+(Ytwo-Yone)^2

17
Q

How to find the midpoint between two linear points?

A

(x1 + x2)/2 , (y1 + y2)/2

(X , Y)

18
Q

What is point slope form and what is it used for?

A

(y − y1) = m(x − x1)

19
Q

How do you find the total degrees of a polygon?

A

(N-2)•180

N=number of sides in the polygon

20
Q

How do you find the are of a triangle?

21
Q

How do you find the length of the hypotenuse given the other 2 sides?

22
Q

What is the area of a circle?

23
Q

What is the circumference of a circle?

24
How do you calculate the length of an arc on a circle?
Length Of Arc = (n◦/360◦) · 2πr
25
How do you find the area of a sector of a circle?
Area Of Sector = (n◦/360◦) · πr2
26
What do sides H, Sl, and Ll of a 30-60-90 triangle equal? H= Hypotenuse Sl= short leg Ll= long leg
``` H= 2x Sl= x Ll= x(square root of 3) ```
27
What are the sides of a 45-45-90 triangle?
H=x(the square root of 2) | L=x
28
How to find nth term of an geometric sequence?
N=t1•r^(n-1)
29
How to find the sum of n terms in a geometric sequence.
Sn=(t1/(1-r))•(1-r^n)
30
What is the formula to determine the number of lines created from n points?
n(n-1)/2
31
How many ways can six people fit in six chairs?
6!
32
How many ways can 6 people sit in 3 chairs?
6P3
33
If order doesn't matter then what can you do to determine the number of ways in which an group can be arranged?
nCr
34
What is the exponential growth formula?
original•(1+rate)^number of changes made
35
Exponential decay formula
original•(1-rate)^number of changes made
36
What is the formula for inverse proportions.
xy=k K is the constant of proportionality
37
What is the formula for direct proportions?
y=Kx K is the constant of proportionality
38
Squaring a polynomial
(a+b)^2 = (a+b)(a+b) =a^2+2ab+b^2