PDF

Overview — What you'll learn

This guide covers five core skill areas from AoPS Prealgebra 1 & 2 with step-by-step explanations and short practice problems (with answers). The goal is to help you use units properly, see structure in algebraic expressions, create and rearrange equations, reason about equations and inequalities, and interpret data.

1) Number and Quantity: Using units and defining quantities (N-Q.1, N-Q.2)

Key ideas:

  1. Always attach units to numbers that measure something (meters, hours, dollars, etc.). Units tell you what the number means.
  2. Use dimensional analysis (units algebra) to convert units and check equations. Treat units like factors you can cancel.
  3. When a problem describes a quantity, define a variable and give it units (for example x = time in hours).

Example — converting and using units:

  1. Problem: You drive 150 kilometers in 2 hours and 30 minutes. What is your average speed in km/h?
  2. Step 1: Convert time to hours: 2 hours 30 minutes = 2 + 30/60 = 2.5 hours.
  3. Step 2: Speed = distance / time = 150 km / 2.5 h = 60 km/h.
  4. Note units at every step so you don’t mix hours and minutes.

Practice: If a printer prints 120 pages in 3 minutes, how many pages per minute? (Answer: 40 pages/min)

2) Seeing structure in expressions (A-SSE.1, A-SSE.2, A-SSE.3)

Key ideas:

  1. Recognize common parts: factors, terms, coefficients, constants.
  2. Use the distributive property to expand or factor: a(b + c) = ab + ac.
  3. Factor out common factors to simplify and rewrite expressions (this helps with solving equations later).

Examples:

  1. Rewrite 6x + 9: both terms have a common factor 3, so 6x + 9 = 3(2x + 3).
  2. Expand (x + 4)(x + 2): multiply using distributive property: x(x + 2) + 4(x + 2) = x^2 + 2x + 4x + 8 = x^2 + 6x + 8.
  3. See structure to spot patterns: x^2 + 5x can be written x(x + 5). Looking for parentheses or common factors makes algebra easier.

Practice: Factor 12y + 18. (Answer: 6(2y + 3))

3) Creating equations and rearranging formulas (A-CED.1, A-CED.4)

Key ideas:

  1. Translate words into equations by assigning variables and writing relationships exactly as described.
  2. Rearrange formulas by undoing operations step-by-step (use inverse operations) to isolate the variable you're solving for.

Examples:

  1. Translation: "Three more than twice a number is 11." Let x = the number. Equation: 2x + 3 = 11. Solve: 2x = 8, x = 4.
  2. Rearranging a formula: Area of a rectangle A = l * w. Solve for l: l = A / w (divide both sides by w, assuming w ≠ 0).
  3. More involved: Celsius and Fahrenheit: C = (F - 32)*5/9. Solve for F:
    1. Multiply both sides by 9/5: (9/5)C = F - 32.
    2. Add 32: F = (9/5)C + 32.

Practice: A rectangle has perimeter 2l + 2w = 36. Solve for w in terms of l. (Answer: 2w = 36 - 2l ⇒ w = 18 - l)

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

Key ideas:

  1. When solving linear equations, do the same operation to both sides to keep equality.
  2. For inequalities, the same rules apply, except if you multiply or divide by a negative number, you must reverse the inequality sign.
  3. Check solutions by substituting back into the original equation/inequality whenever possible.

Examples:

  1. Equation solve: 3x - 7 = 11.
    1. Add 7: 3x = 18.
    2. Divide by 3: x = 6.
  2. Inequality solve: -2x + 5 > 1.
    1. Subtract 5: -2x > -4.
    2. Divide by -2 (flip sign): x < 2.
  3. Compound inequality: 1 ≤ 2x + 1 < 7. Solve in steps:
    1. Subtract 1: 0 ≤ 2x < 6.
    2. Divide by 2: 0 ≤ x < 3. So x is in [0, 3).

Practice: Solve 4(x - 2) ≤ 8. (Work: 4x - 8 ≤ 8 → 4x ≤ 16 → x ≤ 4)

5) Interpreting categorical and quantitative data (S-ID.1, S-ID.2, S-ID.3)

Key ideas:

  1. Categorical data: categories like colors, names, or types. Use bar charts or pie charts to display counts or percentages.
  2. Quantitative data: numbers you can average (heights, times, scores). Use histograms, box plots, or scatter plots.
  3. Describe patterns: center (mean, median), spread (range, IQR), and shape (skewed, symmetric). For scatter plots, describe trend, strength, and direction; interpret slope and intercept for linear models.

Examples:

  1. Categorical: 30 students choose sports: 10 soccer, 12 basketball, 8 tennis. Bar chart is best; percent for basketball = 12/30 = 40%.
  2. Quantitative: Test scores: 72, 85, 92, 85, 78.
    1. Mean = (72 + 85 + 92 + 85 + 78)/5 = 412/5 = 82.4.
    2. Median (middle value after sorting 72,78,85,85,92) = 85.
    3. Mode = 85 (appears twice).
  3. Scatter plot and linear model: Suppose a line of best fit is y = 2x + 1. Then the slope 2 means: for each one-unit increase in x, y increases by 2. Intercept 1 is the predicted y when x = 0.

Practice: You survey 20 people; 8 prefer A, 6 prefer B, 6 prefer C. What percent prefer A? (Answer: 8/20 = 40%)

Quick tips and common mistakes

  • Always write units when you measure something; cancel units when converting.
  • When factoring, check by expanding to confirm you get the original expression.
  • When rearranging formulas, perform inverse operations step-by-step and keep track of what you do to both sides.
  • For inequalities, remember to flip the sign when multiplying or dividing by a negative number.
  • When interpreting data, look for outliers (values far from the rest) that can affect the mean more than the median.

Short set of mixed practice problems (with answers)

  1. (Units) You travel 3 hours 15 minutes and cover 195 miles. What is speed in miles per hour? (Answer: 195 ÷ 3.25 = 60 mph.)
  2. (Structure) Factor 9x + 12. (Answer: 3(3x + 4))
  3. (Translate) "Five less than triple a number is 22." Write and solve. (Let x. 3x - 5 = 22 ⇒ 3x = 27 ⇒ x = 9.)
  4. (Inequality) Solve -3(2 - x) ≥ 9. (Work: -6 + 3x ≥ 9 ⇒ 3x ≥ 15 ⇒ x ≥ 5.)
  5. (Data) Scores: 60, 70, 80, 90, 100. What is mean and median? (Mean = 80, median = 80.)

Final suggestions for study

Practice translating words to equations and labeling units. Work on spotting common algebraic structures (common factors, distributive pieces) so that manipulating expressions becomes mechanical. For data, practice making simple charts and describing what they show in one sentence (center, spread, or trend).

If you want, give me one or two problems you’re working on (one algebra and one data problem) and I’ll walk through them step-by-step with you.


Ask a followup question

Loading...