๐ŸŽ‰
Correct!
Great job!
๐Ÿ“ Math Study Notebook
Algebra 1 ยท Geometry โ€” Key Concepts & Practice
โœ๏ธ Self-Study Edition
๐Ÿ† Score: 0 / 0 answered
Let's go! ๐Ÿš€
๐Ÿ“˜

Algebra 1 โ€” 10 Core Problems

Q1 Linear Equations โš ๏ธ Tricky Sign! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ ISOLATE the variable โ€” move numbers to one side, variable to the other. Do the SAME to BOTH sides!
โœ๏ธ Example (Similar)
Solve: \(2x + 3 = 9\)
Step 1: Subtract 3 โ†’ \(2x = 6\)
Step 2: Divide by 2 โ†’ \(x = 3\) โœ“
Solve for \(x\):
\(3x - 7 = -1\)
Hint: Don't forget โ€” subtracting a negative = adding!
๐Ÿ“– Step-by-Step Solution
\(3x - 7 = -1\)
Add 7 to both sides: \(3x = -1 + 7 = 6\)
Divide both sides by 3: \(x = 2\) โœ“
Common Mistake: Many students forget that \(-1 + 7 = +6\), not \(-8\). Always watch the signs!
Q2 Slope โš ๏ธ Rise over Run! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ SLOPE = \(\frac{rise}{run} = \frac{y_2 - y_1}{x_2 - x_1}\) โ€” always y on top, x on bottom!
โœ๏ธ Example (Similar)
Points \((1, 2)\) and \((3, 6)\)
Slope \(= \frac{6-2}{3-1} = \frac{4}{2} = 2\) โœ“
What is the slope of a line passing through \((2, 1)\) and \((6, 9)\)?
Watch the order โ€” keep the same point first in both numerator and denominator!
๐Ÿ“– Step-by-Step Solution
\(m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{9-1}{6-2} = \frac{8}{4} = 2\) โœ“
Common Mistake: Flipping it as \(\frac{x_2-x_1}{y_2-y_1}\) gives \(\frac{1}{2}\) โ€” always y-difference over x-difference!
Q3 Exponents โš ๏ธ Zero Power! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ ANYTHING to the power of ZERO = 1! (except 0โฐ, which is undefined). \(a^0 = 1\)
โœ๏ธ Example (Similar)
\(5^0 = 1\), \(\quad (xyz)^0 = 1\), \(\quad (-7)^0 = 1\)
Simplify: \(4x^0 + 3\) (where \(x \neq 0\))
Be careful โ€” is the exponent applied to 4 or just x?
๐Ÿ“– Step-by-Step Solution
\(x^0 = 1\), so \(4x^0 = 4 \times 1 = 4\)
Then \(4 + 3 = 7\) โœ“
Common Mistake: Writing \((4x)^0 = 1\). The exponent is only on \(x\), not on 4!
Q4 Distributive Property โš ๏ธ Negative Distributor! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ DISTRIBUTE to ALL terms inside. \(a(b+c) = ab + ac\). When negative: FLIP both signs inside!
โœ๏ธ Example (Similar)
\(-2(x - 3) = -2 \cdot x + (-2)(-3) = -2x + 6\)
Expand and simplify: \(-3(2x - 4) + x\)
Don't forget to distribute the negative sign to EVERY term!
๐Ÿ“– Step-by-Step Solution
\(-3(2x - 4) + x\)
Distribute: \(-6x + 12 + x\)
Combine like terms: \((-6+1)x + 12 = -5x + 12\) โœ“
Common Mistake: Writing \(-3(-4) = -12\) (forgetting negative ร— negative = positive!)
Q5 Factoring โš ๏ธ Sum & Product! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ Factor \(x^2 + bx + c\): Find two numbers that MULTIPLY to c and ADD to b. โœ• then +
โœ๏ธ Example (Similar)
Factor \(x^2 + 5x + 6\)
Need: \(_ \times _ = 6\) AND \(_ + _ = 5\) โ†’ 2 and 3
Answer: \((x+2)(x+3)\) โœ“
Factor completely: \(x^2 - 5x + 6\)
Both numbers must be NEGATIVE (product positive, sum negative)!
๐Ÿ“– Step-by-Step Solution
Need: \(_ \times _ = +6\) AND \(_ + _ = -5\)
Try: \(-2 \times -3 = 6\) โœ“ and \(-2 + (-3) = -5\) โœ“
So: \((x-2)(x-3)\) โœ“
Common Mistake: Using \((x+2)(x+3)\) โ€” gives \(+5x\), not \(-5x\)!
Q6 Systems of Equations โš ๏ธ Substitution Trap! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ SUBSTITUTION: isolate one variable โ†’ plug into the other equation โ†’ solve โ†’ back-substitute!
Solve the system:
\(\begin{cases} y = 2x + 1 \\ 3x + y = 16 \end{cases}\)
The first equation is already solved for y โ€” use substitution!
๐Ÿ“– Step-by-Step Solution
Substitute \(y = 2x+1\) into \(3x + y = 16\):
\(3x + (2x+1) = 16\)
\(5x + 1 = 16 \Rightarrow 5x = 15 \Rightarrow x = 3\)
Back-substitute: \(y = 2(3)+1 = 7\) โœ“
Q7 Inequalities โš ๏ธ FLIP when Dividing by Negative! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ Multiply/divide by a NEGATIVE number โ†’ FLIP the inequality sign! \(<\) becomes \(>\)
โœ๏ธ Example (Similar)
Solve: \(-2x < 8\)
Divide by \(-2\) โ†’ FLIP: \(x > -4\) โœ“
Solve: \(-4x + 2 \geq 18\)
You WILL divide by a negative โ€” remember to flip!
๐Ÿ“– Step-by-Step Solution
\(-4x + 2 \geq 18\)
Subtract 2: \(-4x \geq 16\)
Divide by \(-4\) โ†’ FLIP \(\geq\) to \(\leq\): \(x \leq -4\) โœ“
Common Mistake: Forgetting to flip the sign when dividing by \(-4\)!
Q8 Quadratic Formula โš ๏ธ Discriminant Check! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ DISCRIMINANT \(= b^2 - 4ac\): Positive โ†’ 2 real roots, Zero โ†’ 1 root, Negative โ†’ No real roots
Using the quadratic formula, solve: \(x^2 - 6x + 9 = 0\)
Formula: \(\displaystyle x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
Check the discriminant first โ€” what does it tell you?
๐Ÿ“– Step-by-Step Solution
\(a=1, b=-6, c=9\)
Discriminant: \((-6)^2 - 4(1)(9) = 36 - 36 = 0\)
Since discriminant \(= 0\), exactly ONE solution!
\(x = \frac{-(-6)}{2(1)} = \frac{6}{2} = 3\) โœ“
Note: \(x^2-6x+9 = (x-3)^2\) โ€” a perfect square!
Q9 Functions โš ๏ธ f(x) notation confusion! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ f(x) just means "plug in x". f(3) = replace every x with 3!
Given \(f(x) = 2x^2 - x + 4\), find \(f(-2)\).
(-2)ยฒ is POSITIVE! Be careful squaring negatives.
๐Ÿ“– Step-by-Step Solution
\(f(-2) = 2(-2)^2 - (-2) + 4\)
\(= 2(4) + 2 + 4\)
\(= 8 + 2 + 4 = 14\) โœ“
Common Mistake: Writing \((-2)^2 = -4\). Squaring a negative ALWAYS gives a positive!
Q10 Slope-Intercept Form โš ๏ธ Which is m, which is b? โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ \(y = \)m\(x + \)b โ€” m = slope (steepness), b = y-intercept (where it crosses y-axis)
A line has slope \(m = -\frac{2}{3}\) and passes through \((0, 5)\).
Which equation represents this line? What is \(f(3)\)?
The point (0, 5) gives you the y-intercept directly!
๐Ÿ“– Step-by-Step Solution
\(y = mx + b\) with \(m = -\frac{2}{3}\) and \(b = 5\):
\(y = -\frac{2}{3}x + 5\)
\(f(3) = -\frac{2}{3}(3) + 5 = -2 + 5 = 3\) โœ“
๐Ÿ“

Geometry โ€” 10 Core Problems

G1 Pythagorean Theorem โš ๏ธ Which side is c? โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ aยฒ + bยฒ = cยฒ โ€” c is ALWAYS the HYPOTENUSE (the longest side, opposite the right angle)!
โœ๏ธ Example (Similar)
Legs: 3, 4. Find hypotenuse.
\(3^2 + 4^2 = c^2 \Rightarrow 9 + 16 = 25 \Rightarrow c = 5\) โœ“
A right triangle has legs of length 5 and 12. What is the length of the hypotenuse?
This is a famous Pythagorean triple โ€” 5, 12, __
๐Ÿ“– Step-by-Step Solution
\(a^2 + b^2 = c^2\)
\(5^2 + 12^2 = c^2\)
\(25 + 144 = 169\)
\(c = \sqrt{169} = 13\) โœ“ (The 5-12-13 triple is very common on tests!)
G2 Triangle Angles โš ๏ธ Sum is ALWAYS 180ยฐ! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ TRIANGLE SUM: All 3 interior angles always add to 180ยฐ, no exceptions!
Two angles of a triangle are 47ยฐ and 63ยฐ. What is the third angle?
Subtract both known angles from 180ยฐ
๐Ÿ“– Step-by-Step Solution
Third angle \(= 180ยฐ - 47ยฐ - 63ยฐ = 180ยฐ - 110ยฐ = 70ยฐ\) โœ“
Check: \(47 + 63 + 70 = 180\) โœ“
G3 Circle โ€” Area & Circumference โš ๏ธ r vs d Confusion! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ AREA = \(\pi r^2\) (r squared), CIRCUMFERENCE = \(2\pi r\) (r not squared). Don't mix them up!
A circle has diameter 10. What is its area?
Diameter given โ†’ radius = diameter รท 2 first!
๐Ÿ“– Step-by-Step Solution
Diameter \(= 10\), so radius \(r = 5\)
Area \(= \pi r^2 = \pi(5)^2 = 25\pi\) โœ“
Common Mistake: Using diameter in formula: \(\pi(10)^2 = 100\pi\) โ€” wrong! Always halve to get radius first!
G4 Parallel Lines & Transversals โš ๏ธ Alternate vs Co-interior! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ ALTERNATE interior = EQUAL (Z-shape). CO-INTERIOR = add to 180ยฐ (C-shape). CORRESPONDING = EQUAL (F-shape).
Two parallel lines are cut by a transversal. One angle is 115ยฐ. What is the measure of its co-interior (same-side interior) angle?
Co-interior angles are supplementary โ€” they add up to 180ยฐ!
๐Ÿ“– Step-by-Step Solution
Co-interior angles add to 180ยฐ:
\(180ยฐ - 115ยฐ = 65ยฐ\) โœ“
Common Mistake: Thinking co-interior = equal (that's alternate interior angles!). Co-interior = supplementary (= 180ยฐ).
G5 Volume of Cylinder โš ๏ธ Use r, not d! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ V = ฯ€rยฒh โ€” Base area (circle) ร— Height. Think: stack of circles!
A cylinder has radius 3 and height 7. What is its volume?
Leave answer in terms of ฯ€
๐Ÿ“– Step-by-Step Solution
\(V = \pi r^2 h = \pi (3)^2 (7) = \pi \cdot 9 \cdot 7 = 63\pi\) โœ“
Common Mistake: Forgetting to square the radius: \(\pi \cdot 3 \cdot 7 = 21\pi\) โ€” wrong!
G6 Special Right Triangles โš ๏ธ 30-60-90 Ratios! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ 30-60-90: sides = \(x\) : \(x\sqrt{3}\) : \(2x\). Short leg ร— 2 = hypotenuse. 45-45-90: \(x\) : \(x\) : \(x\sqrt{2}\).
In a 30-60-90 triangle, the short leg = 5. What is the hypotenuse?
In 30-60-90: hypotenuse = 2 ร— short leg. No calculator needed!
๐Ÿ“– Step-by-Step Solution
30-60-90 ratio: \(x : x\sqrt{3} : 2x\)
Short leg (opposite 30ยฐ) \(= x = 5\)
Hypotenuse \(= 2x = 2(5) = 10\) โœ“
Long leg (opposite 60ยฐ) would be \(= 5\sqrt{3}\)
G7 Similarity & Proportions โš ๏ธ Match corresponding sides! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ SIMILAR shapes: same shape, different size. Set up CORRESPONDING RATIOS and cross-multiply!
Triangle ABC ~ Triangle DEF. If \(AB = 4\), \(BC = 6\), and \(DE = 10\), find \(EF\).
Set up a proportion: \(\frac{AB}{DE} = \frac{BC}{EF}\)
๐Ÿ“– Step-by-Step Solution
\(\frac{AB}{DE} = \frac{BC}{EF}\)
\(\frac{4}{10} = \frac{6}{EF}\)
Cross-multiply: \(4 \cdot EF = 60\)
\(EF = 15\) โœ“
G8 Exterior Angle Theorem โš ๏ธ Not 180ยฐ โ€” it's a sum! โ˜…โ˜…โ˜† Medium
๐Ÿ“Œ EXTERIOR ANGLE = sum of the TWO NON-ADJACENT interior angles. Think: "far away angles add up!"
An exterior angle of a triangle measures 110ยฐ. One of the non-adjacent interior angles is 65ยฐ. What is the other non-adjacent interior angle?
Exterior = remote interior 1 + remote interior 2
๐Ÿ“– Step-by-Step Solution
Exterior angle = sum of two non-adjacent interior angles:
\(110ยฐ = 65ยฐ + x\)
\(x = 110ยฐ - 65ยฐ = 45ยฐ\) โœ“
Common Mistake: Using \(180ยฐ - 110ยฐ = 70ยฐ\). That gives the adjacent interior angle, not the remote ones!
G9 Midpoint Formula โš ๏ธ Average both coordinates! โ˜…โ˜†โ˜† Easy
๐Ÿ“Œ MIDPOINT = \(\left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2}\right)\) โ€” just AVERAGE the x's and AVERAGE the y's!
Find the midpoint of the segment with endpoints \((-3, 4)\) and \((7, -2)\).
Add the x's and divide by 2. Same for y's.
๐Ÿ“– Step-by-Step Solution
\(M = \left(\frac{-3+7}{2},\ \frac{4+(-2)}{2}\right) = \left(\frac{4}{2},\ \frac{2}{2}\right) = (2, 1)\) โœ“
G10 Surface Area of a Cone โš ๏ธ Slant height โ‰  regular height! โ˜…โ˜…โ˜… Hard
๐Ÿ“Œ CONE SA = \(\pi r^2 + \pi r l\) โ€” base circle PLUS lateral face. l = slant height (not the vertical height h!)
A cone has radius \(r = 6\) and slant height \(l = 10\). What is its total surface area?
Total SA = base (circle) + lateral face (sector). Leave answer in terms of ฯ€.
๐Ÿ“– Step-by-Step Solution
Total Surface Area \(= \pi r^2 + \pi r l\)
\(= \pi(6)^2 + \pi(6)(10)\)
\(= 36\pi + 60\pi = 96\pi\) โœ“
Common Mistake: Using height instead of slant height! If given height, find slant height first using Pythagorean theorem: \(l = \sqrt{r^2 + h^2}\)
โœ๏ธ Keep practicing โ€” you've got this! โœ๏ธ