PDF

Welcome — What you'll learn

This lesson helps a 14‑year‑old student understand: how to read and rewrite expressions, how to make and solve equations and inequalities from words, how to use units and quantities correctly, and how to interpret simple data and scatterplots. Examples are clear and step‑by‑step with practice problems and solutions.

Standards covered (brief)

  • Number & Quantity: Quantity (use units and reason with them)
  • Algebra: Seeing structure in expressions; Creating equations; Reasoning with equations and inequalities
  • Statistics & Probability: Interpreting categorical & quantitative data

1) Seeing structure in expressions (A‑SSE 1, 1a, 1b, 2, 3)

Goal: Recognize parts of an expression and rewrite it in a helpful form.

Key ideas (step‑by‑step)

  1. Look for familiar patterns: squares, cubes, common factors, or binomial products.
  2. Ask: Can I factor something out? Can I rewrite as a product? Is there a simpler form (like vertex form) that helps?
  3. Choose the format that makes the next step (solving, interpreting) easier.

Example A — recognize parts of an expression

Expression: x^2 + 6x + 9

Step 1: Do you see a pattern? x^2 + 6x + 9 = (x + 3)^2 (perfect square).

Why this helps: (x + 3)^2 shows the expression has a minimum at x = -3 and makes solving equalities easier.

Example B — factor out a common factor

Expression: 4x + 12

Step 1: Both terms have a factor 4. Step 2: Factor: 4x + 12 = 4(x + 3).

Why this helps: Factored form reveals zeros or simplifies division.

Example C — choose a form for interpretation (A‑SSE3)

Context: Height of a ball h(t) = -16t^2 + 64t (feet, time in seconds)

Step 1: Rewrite in vertex form to find max height: h(t) = -16(t^2 - 4t) = -16[(t^2 - 4t + 4) - 4] = -16[(t - 2)^2 - 4] = -16(t - 2)^2 + 64.

Step 2: From -16(t - 2)^2 + 64 we see the maximum height is 64 ft at t = 2 s. The vertex form made interpretation easy.


2) Number & Quantity — use units and quantities (N‑Q 1,2)

Goal: Treat numbers with units carefully, and use units to check work.

Examples & tips

  • If speed = 30 miles/hour and time = 2 hours, distance = speed × time = 60 miles. Unit check: (miles/hour)×(hours) = miles.
  • When making an equation from a context, include units and make sure both sides match units.
  • Convert units before plugging into formulas (e.g., seconds ↔ minutes).

3) Creating equations and solving (A‑CED 1,4; A‑REI 1,3)

Goal: Translate words into equations (or inequalities), then solve them step‑by‑step.

How to translate a word problem (step‑by‑step)

  1. Read carefully and underline key quantities and units.
  2. Choose a variable (x, t, d...) and write what it means.
  3. Write an equation linking quantities using math operations (sum, product, rate × time, etc.).
  4. Solve the equation step‑by‑step, check units, and interpret the answer in context.

Example — linear equation

Problem: "A pizza costs $8 plus $1.50 per topping. If Sam pays $14, how many toppings did Sam get?"

Step 1: Let t = number of toppings.

Step 2: Equation: 8 + 1.5t = 14.

Step 3: Solve: 1.5t = 14 - 8 = 6 → t = 6 / 1.5 = 4. So Sam got 4 toppings.

Example — inequality

Problem: "A ride allows people who are at least 48 inches tall. If h is a rider's height in inches, write and solve the inequality for allowed riders."

Write: h >= 48. Interpretation: If h = 50, the rider is allowed. If h = 47, not allowed.


4) Reasoning with equations and inequalities (A‑REI 1,3)

Goal: Solve linear equations and understand when to apply methods like substitution.

Step‑by‑step solving a linear equation

Example: 3(x - 2) = 12

  1. Distribute: 3x - 6 = 12
  2. Add 6: 3x = 18
  3. Divide by 3: x = 6
  4. Check: 3(6 - 2) = 3(4) = 12 ✓

Solving a two‑step inequality

Example: 2x + 5 < 13

  1. Subtract 5: 2x < 8
  2. Divide by 2: x < 4
  3. Interpret: Any x less than 4 works.

5) Interpreting categorical & quantitative data (S‑ID 1,2,3)

Goal: Read a scatterplot or table, find the approximate relationship, and interpret slope and intercept in context.

Key steps

  1. Create a scatterplot from pairs (x,y) or read one.
  2. Describe overall pattern: linear, increasing, decreasing, curved, clusters, outliers.
  3. If approximately linear, estimate slope (rate of change) and intercept and interpret them in context.

Example — scatterplot interpretation

Data: Hour studied (x) vs. Score on test (y): (1,65), (2,72), (3,78), (4,83)

Step 1: Plot or observe trend: y increases as x increases → positive relationship.

Step 2: Estimate slope between (1,65) and (4,83): slope = (83 - 65)/(4 - 1) = 18/3 = 6. That means roughly each extra hour studied increases score by about 6 points.

Step 3: Intercept: if fit line y = 6x + b, use a point to find b: 65 = 6(1) + b → b = 59. Interpretation: The model predicts about 59 points with 0 hours (this is an intercept—interpret carefully if 0 hours is inside the data range).


Practice problems (with quick answers)

  1. Rewrite x^2 - 10x + 25 and explain what the form shows. (Answer: (x - 5)^2; shows perfect square, min at x=5.)
  2. Factor out the common factor: 9y - 27. (Answer: 9(y - 3).)
  3. Word problem → equation: A taxi charges $3 base fare plus $2 per mile. If a ride costs $15, how many miles m? (Equation: 3 + 2m = 15 → m = 6 miles.)
  4. Solve the equation: 5(2x + 1) = 45. (Steps: 10x + 5 = 45 → 10x = 40 → x = 4.)
  5. Solve inequality: -3x + 4 >= 10. (Steps: -3x >= 6 → x <= -2. Remember flip inequality when dividing by negative.)
  6. Scatterplot: Given (2,50), (4,62), (6,74) estimate slope and interpret. (Slope ≈ (74-50)/(6-2) = 24/4 = 6; each 2 more hours maps to 12 more points → per hour ≈ 6 points.)

Answers explained (short)

  1. (x - 5)^2 shows it's a square; minimum value 0 at x = 5, so original min is 0 at x=5.
  2. 9(y - 3) shows common factor 9.
  3. m = 6 miles; check units: dollars cancel properly in equation setup.
  4. x = 4, check: 5(2*4 +1) = 5(9) = 45.
  5. When dividing -3: x <= -2 (inequality direction flips).
  6. Slope 6 means y increases by 6 for each 1 unit increase in x (rate of change).

Common mistakes and quick tips

  • For factoring, try the Greatest Common Factor (GCF) first.
  • When rewriting expressions, decide whether factoring or expanding helps more for the goal.
  • Always label units and check they match both sides of an equation.
  • When solving inequalities, remember to reverse the inequality when multiplying/dividing by a negative number.
  • For scatterplots, a line of best fit is an estimate; slope/intercept should be interpreted in context, not just as numbers.

Next steps for practice

Try creating your own word problems (prices, speeds, heights), write the equation, solve, and check units. Plot a small table of (x,y) values and draw a scatterplot; estimate slope and intercept and explain them in words.

If you want, tell me one problem or a real situation and I will help you write the equation, solve it, and explain the answer step‑by‑step.


Ask a followup question

Loading...