1.6 Chapter 1 Study Guide
( \newcommand{\kernel}{\mathrm{null}\,}\)
- natural numbers (N): The "counting" numbers, nonnegative whole numbers, aka 0,1,2,3,... forever.
- integers (Z): All of the whole numbers, including negative numbers. These also go on forever but in both directions, ...,−3,−2,−1,0,1,2,3,....
- rational numbers (Q): All numbers that can be written as a ratio of two integers, so things like 12,−75,274001, etc. These include integers, because we can write 4=41 if we want. Decimal representations of rational numbers either end, like 1.5, or repeat forever, like 1.33333....
- real numbers (R): All of the above numbers, together with irrational numbers, such as √2,√5,π,e, etc. These numbers' decimal representations never end or have a repeating pattern.
- commutative: An operation is commutative if it doesn't matter what order you do it in. Addition and multiplication are commutative since a+b=b+a and ab=ba, but subtraction and division aren't!
- factor: A number's factors are the numbers that can be multiplied to produce it. For example, factors of 12 are ±1,±12,±2,±6,±3,±4.
- sum: the result of an addition.
- difference: the result of a subtraction.
- product: the result of a multiplication.
- quotient: the result of a division. The number you divide BY is the divisor. The number getting divided is the dividend.
- strictly less than / less than or equal to: symbols are < and ≤ respectively. For example, 3<π.
- strictly greater than / greater than or equal to: symbols are > and ≥ respectively. For example, if we say x≥4, that means x could be equal to 4 or anything larger than that.
- numerator / denominator: The top of a fraction is the numerator. The bottom of a fraction is the denominator.
- reciprocal: The reciprocal of ab is ba.
- compound fraction: A fraction that has fractions inside of its numerator or denominator or both.
- least common multiple (LCM): The smallest number that all of a set of numbers divide evenly into. Example: the LCM of 3,4, and 6 is 12. This is used when getting a common denominator.
- percent: a proportion out of 100. Example: 20% is 20/100=15=0.2.
- power / exponent: ak is "a raised to the power k" and can be thought of as multiplying a by itself a total of k times. The base is a, and the exponent is k.
- radical / root: √a=b means b is the positive number such that b2=a. Similarly, 3√a=b means b3=a, and so on.
- scientific notation: a number is in scientific notation if it is written as X.XXXX times an appropriate power of 10. Examples: 1,234,000=1.234×106 and 0.00001234=1.234×10−5. If the exponent is positive, it's a large number. If the exponent is negative, it's a tiny number.
- Subtraction is the same as adding a negative number, and adding negative numbers is the same as taking the difference (the sign of the answer matches the sign of the bigger number). For example, 2−3=2+(−3)=−1.
- Multiplication distributes over sums and differences, like 2(1+3)=2⋅1+2⋅3=2+6=8, but you have to be careful when distributing a negative number. For example, −3(a+b)=−3a−3b.
- Positive × positive = positive. Negative × negative = positive. Positive × negative = negative. The same applies to division!
0. Parentheses first. Working from the innermost outward, completely take care of expressions inside parentheses.
1. Exponents (powers). If numbers are being raised to a power, compute those first.
2. Multiplication/Division. Working left to right, compute any multiplications and divisions.
3. Addition/Subtraction. Working left to right, compute any sums and differences.
Example:
2(3+(4−2)2)−(3+1)4=2(3+(2)2)−44=2(3+4)−44=2(7)−44=14−1=13
- To multiply fractions, multiply across the top and multiply across the bottom: ab⋅cd=abcd.
- To divide fractions, multiply by the reciprocal: ab÷cd=ab⋅dc.
- To add or subtract fractions, get a common denominator for all fractions, and then add or subtract (using parentheses if necessary).
When rounding to a certain place, look at the digit directly to the right. If it's less than 5, round down. If it's 5 and up, round up.
- Adding and subtracting: arrange vertically with decimal points lined up and add/subtract down columns as usual:
- Multiplying: ignore the decimal points and multiply the numbers, then count up the total number of decimal places and put the new point that far into the product. Example: for 1.5⋅0.4, first multiply 15⋅4=60, then each number had one decimal place, so put the point two places in to get 0.60 as the answer.
- Powers of 10 trick: If multiplying by 10k, move the decimal point k steps to the right, adding zeros into the spaces. Example: 4.2⋅103=4200. If dividing by 10k (aka multiplying by 10−k), move the decimal point k steps to the left, adding zeros if needed. Example: 4.2⋅10−3=0.0042.
Fraction | Decimal |
12 | 0.5 |
13 | 0.¯3, which means the 3s go on forever like 0.33333... |
23 | 0.¯6, which due to rounding rules rounds to things like 0.6667 |
14 | 0.25, like how 25 cents is a quarter of a dollar |
34 | 0.75 |
15 | 0.2, which you can remember as 0.20 because 20 is one-fifth of a 100 |
18 | 0.125 |
32,52,72,... | 1.5,2.5,3.5,..., which are just like finding mixed numbers from improper fractions |
- To find XX% of a quantity, convert to a decimal by moving the point two steps to the left, getting 0.XX, and then multiply. Example: 10% of 30 would be 0.1(30)=3.
- To convert from a ratio to a percent, just divide partwhole and multiply by 100. Example: 2 out of 5 students come to office hours means 25⋅100=0.4⋅100=40% of students come to office hours.
abac=ab+c | abac=aba−c=ab−c | (ab)c=abc | a−n=1an and 1a−n=an |
a0=1 | a1=a | 0n=0 | 1n=1 |
(ab)c=acbc | (a+b)c≠ac+bc | negativeeven power=positive | negativeodd power=negative |
n√0=0 | n√1=1 | (n√a)n=a | n√a=a1n |
(n√a)m=n√am=amn | n√ab=n√an√b | n√ab=n√an√b | n√a+b≠n√a+n√b |
√4=2 | √400=20 |
√9=3 | √3600=60, etc. |
√16=4 | √10000=100, etc. |
√25=5 | 3√8=2 |
√36=6 | 3√27=3 |
√49=7 | 3√64=4 |
√64=8 | 3√125=5 |
√81=9 | 3√1000=10 |
√100=10 | 4√16=2 |
√121=11 | 4√81=3 |
√144=12 | 4√10000=10 |
- If two fractions have the same denominator, compare the numerators. The bigger numerator gives a larger fraction. Example: 23>13.
- If they have the same numerator, compare the denominators. The bigger denominator gives a smaller fraction. Example: 14<12.
- If they have different numerators and denominators, find a common denominator and then compare the new numerators. Example: 54=1512 is smaller than 43=1612.