important math formulas (upcat)

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

The Associative Property

(a+b)+c=a+(b+c)

(ab)c=a(bc)

2
New cards

The Distributive Property

a*(b+c)=ab+ac

a*(b-c)=ab-ac

(a+b)/c=(a/b)+(b/c)

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

3
New cards

Fast Fractions

{1/x}+{1/y}={x+y}/{xy}

For example: {1/2}+{1/5}={2+5}/{2*5}=7/10

4
New cards

Laws for Combining

{x^a}*{x^b}=x^(a+b)

{x^a}/{x^b}=x^(a-b)

(x^a)^b=x^(a*b)

5
New cards

1 and 0 as bases

1 raised to any power is 1. 0 raised to any nonzero power is 0

Any nonzero number to the power of 0 is 1, e.g. 7^0=1

6
New cards

Fractions as exponents

x^(1/2) = sqrt{x}

7
New cards

Negative exponents

x^(-y) = 1/{x^y}

8
New cards

Negative bases

With an even exponent: positive result

With an odd exponent: negative result

9
New cards

Estimating roots

To estimate square roots of numbers that aren't perfect squares, just examine the nearby perfect squares. For example, to find sqrt{50}, you know that sqrt{49}=7 and sqrt{64}=8, so find sqrt{50}must be between 7 and 8.

10
New cards

Cube roots

root{3}{n}=a number that, when cubed, equals n.

E.g.:

root{3}{-8}=-2

11
New cards

Simplifying roots

Separate the number into its prime factors, and take out matching pairs. E.g.:

sqrt{20}=sqrt{225}=2{sqrt{5}}

sqrt{72}=sqrt{33222}=3{sqrt{222}}=3*2{sqrt{2}}=6{sqrt{2}}

12
New cards

Adding roots

Roots can be added like variables. E.g.:

2{sqrt{7}}+9{sqrt{7}}=11{sqrt{7}}

13
New cards

1

is not a prime.

14
New cards

2

is the smallest prime and the only even prime.

15
New cards

integer

is any counting number including negative numbers (e.g. -3, -1, 2, 7...but not 2.5)

16
New cards

Ratios

let us compare the proportions of two quantities.

Ratios are given by x:y, x to y, or x/y. If a question says "for every x there is/are a y," you are most likely dealing with a ratio question. Ratios can also be x:y:z.

Ratios can be simplified like fractions. 3:6 is the same as 1:2.

17
New cards

The Meaning of "Percent"

x% = x/100

18
New cards

Calculating Percentages

% = {part / whole} * 100

19
New cards

Percent Change

% change = {change / originalvalue} * 100

20
New cards

3 divisibility

sum of digits divisible by 3

21
New cards

4 divisibility

the last two digits of number are divisible by 4

22
New cards

5 divisibility

the last digit is either a 5 or zero

23
New cards

6 divisibility

even number and sum of digits is divisible by 3

24
New cards

8 divisibility

if the last three digits are divisible by 8

25
New cards

9 divisibility

sum of digits is divisible by 9

26
New cards

FOIL

First, Outer, Inner, Last:

(x+2)(x+7) = {xx}+{7x}+{2x}+{27} = {x^2}+{9x}+{14}

27
New cards

Common patterns to memorize

(a+b)^2={a^2}+{2ab}+{b^2}

(a-b)^2={a^2}-{2ab}+{b^2}

{a^2}-{b^2}=(a+b)(a-b)

28
New cards

Cross-Multiplication

a/b=c/d right ad=bc

29
New cards

Quadratic equations

For ax^2+bx+c, where a is not 0, if you can factor it to (x+y)(x-z), then the solutions are -y and z. For example:

{x^2}-7x=-10

{x^2}-7x+10=0

(x-2)(x-5)=0

x=2 or x=5

30
New cards

right angle

an angle that measures 90 degrees

31
New cards

straight line

180 degrees

32
New cards

If two lines intersect

then their intersection is exactly one point

resulting angles = 360degrees

33
New cards

Circle Area

=pi{r}^2

34
New cards

circle circumference

2pi{r}

35
New cards

circle Arc length

{x/360}2{pi}r

36
New cards

circle Area of sector

={x/360}{pi}r^2

37
New cards

General triangle area

Area={1/2}b*h

Side A - Side B < Side C

Side A + Side B > Side C

38
New cards

Right Triangles

a^2 + b^2 = c^2 where c is the hypotenuse.

39
New cards

45˚-45˚-90˚ triangle

triangle has sides in a ratio of x : x : x√2, with x√2 as the hypotenuse

40
New cards

30˚-60˚-90˚ triangle

triangle has sides in a ratio of x : x√3 : 2x, with the 1x side opposite the 30 degree angle and 2x as the hypotenuse

41
New cards

Certain right triangles

triangles have sides with all integer lengths. These sets of numbers are called Pythagorean triples,

42
New cards

Pythagorean triple

sets of numbers and you should memorize some of them: 3-4-5, 5-12-13, and 8-15-17. A multiple of a Pythagorean triple is also a Pythagorean triple (e.g., 6-8-10).

43
New cards

Square Perimeter

4s, where s = side

44
New cards

square Area

s^2

45
New cards

Rectangles Area

l*w, where l = length and w = width

46
New cards

rectanglr Perimeter

2l+2w

47
New cards

Trapezoid

{{Base1+Base2}/2}*height

48
New cards

Polygons

Total degrees = 180(n-2), where n = # of sides

Average degrees per side or angle measurements of regular polygon = 180(n-2)/n

49
New cards

Slope-Intercept Form

y=mx+b, where m is the slope and b is the y-intercept.

50
New cards

Slope

m=({y_2}-{y_1})/({x_2}-{y_1})

51
New cards

The Distance Formula

sqrt{({x_2}-{x_1})^2+({y_2}-{y_1})^2}

52
New cards

Sequences

1+2+3+ . . . +n={n(n+1)}/2

53
New cards

Probability

Probability of event = {number of ways that fit the requirement}/{number of total ways}

54
New cards

Mean

Mean of n numbers = {sum}/{n}

55
New cards

Median

the middlemost value when numbers are arranged in ascending order; for an even count of numbers, take the average of the middle two

56
New cards

Mode

The number that occurs most frequently in a list or set

57
New cards

Distance, Rate, and Time

d=rt, Distance=Rate*Time

58
New cards

Combination

nCr={n!}/{r!(n-r)!}

When the order does not matter—for example, picking any 3 friends from a group of 5.

59
New cards

Permutation

nPr={n!}/{(n-r)!}

When the order does matter—for example, how many ways you could order 3 letters from the word PARTY?