Overview (for a 17-year-old working at AoPS Prealgebra 1 & 2 level)
This guide links the ideas you learn in prealgebra to the listed standards. For each idea I will: explain the concept, show worked examples step-by-step, and give a couple of short practice problems with answers so you can check understanding.
1) Number and Quantity: Using units and defining quantities (N-Q.1, N-Q.2)
Key idea: Always define the variable clearly and keep track of units. Units help you check if an answer makes sense.
- Define a quantity: e.g., let t = time in minutes, let d = distance in meters.
- Use units through calculations: if speed is 5 m/s and time is 10 s, distance = speed × time = 5 m/s × 10 s = 50 m. Units cancel/multiply appropriately.
Example 1
Problem: A car travels at 60 kilometers per hour for 2.5 hours. What distance does it cover? Define variables and show units.
Solution (step-by-step):
- Let v = speed = 60 km/hour, t = time = 2.5 hours.
- Distance d = v × t = 60 km/hour × 2.5 hour.
- Hours cancel: d = 60 × 2.5 km = 150 km.
Practice
- A runner does 8 laps on a 400-meter track. What distance in kilometers did the runner cover? (Answer: 8×400 = 3200 m = 3.2 km)
- If a recipe for 4 servings uses 300 grams of flour, how much flour for 1 serving? (Answer: 300 g ÷ 4 = 75 g)
2) Seeing structure in expressions (A-SSE.1, A-SSE.2, A-SSE.3)
Key idea: Recognize patterns so you can simplify and manipulate expressions. Look for common factors, distributive patterns, and standard forms like perfect squares or difference of squares.
Common patterns
- Common factor: ab + ac = a(b + c)
- Distributive property: a(b + c) = ab + ac
- Perfect square trinomial: (x + a)^2 = x^2 + 2ax + a^2
- Difference of squares: a^2 - b^2 = (a - b)(a + b)
Example 2
Problem: Simplify 6x^2 + 9x. Show structure.
Solution:
- Look for a common factor: 6x^2 and 9x both share 3x.
- Factor: 6x^2 + 9x = 3x(2x + 3).
- Recognizing structure helps solving or plugging into equations later.
Example 3 — spotting special forms
Problem: Factor x^2 - 9.
Solution: x^2 - 9 is a difference of squares: x^2 - 3^2 = (x - 3)(x + 3).
Practice
- Factor 4x^2 - 12x. (Answer: 4x(x - 3))
- Write x^2 + 6x + 9 as a squared binomial. (Answer: (x + 3)^2)
3) Creating equations and rearranging formulas (A-CED.1, A-CED.4)
Key idea: Translate words into equations by defining variables. Rearranging formulas means solving for a particular variable (isolate that variable).
Turning a word problem into an equation
- Read carefully and define variables: e.g., let x = number of shirts.
- Translate relationships (sum, product, difference) into algebraic expressions.
- Solve the resulting equation.
Example 4
Problem: A cellphone plan costs a base fee of $20 plus $0.10 per text message. If your bill is $35, how many text messages were sent?
Solution:
- Let m = number of text messages.
- Cost = 20 + 0.10m. Set equal to 35: 20 + 0.10m = 35.
- Subtract 20: 0.10m = 15.
- Divide: m = 15 / 0.10 = 150 texts.
Rearranging a formula
Problem: The area of a rectangle is A = lw. Solve for the width w.
Solution: Divide both sides by l (assuming l ≠ 0): w = A / l.
Practice
- Translate and solve: The sum of twice a number and 7 is 23. What is the number? (Answer: 2x + 7 = 23 → 2x = 16 → x = 8)
- Rearrange: For the formula C = 2πr, solve for r. (Answer: r = C / (2π))
4) Reasoning with equations and inequalities (A-REI.1, A-REI.3)
Key idea: Solve linear equations and inequalities step-by-step and interpret solutions. Check for special cases (no solution or infinitely many).
Solving linear equations
General steps:
- Simplify both sides (distribute, combine like terms).
- Move variable terms to one side and constants to the other.
- Divide or multiply to isolate the variable.
- Check your solution by plugging it back in.
Example 5
Problem: Solve 3(x - 2) = 2x + 6.
Solution:
- Distribute: 3x - 6 = 2x + 6.
- Subtract 2x: x - 6 = 6.
- Add 6: x = 12.
- Check: 3(12 - 2) = 3(10) = 30 and 2(12) + 6 = 24 + 6 = 30. Works.
Equations with no solution or infinitely many
If after simplifying you get a false statement like 0 = 5, then there is no solution. If you get a true identity like 0 = 0, then there are infinitely many solutions (the equation is true for all values of the variable).
Inequalities
Solve like equations, but remember: when you multiply or divide both sides by a negative number, reverse the inequality sign.
Example 6
Problem: Solve -2x + 5 > 1.
Solution:
- Subtract 5: -2x > -4.
- Divide by -2 (reverse inequality): x < 2.
Practice
- Solve 4x + 7 = 31. (Answer: x = 6)
- Solve 5 - 3x ≤ 11. (Answer: 5 - 3x ≤ 11 → -3x ≤ 6 → x ≥ -2)
5) Interpreting categorical and quantitative data (S-ID.1, S-ID.2, S-ID.3)
Key idea: Represent data visually and explain what the graphs and summary numbers (mean, median, mode, slope) tell you in context.
Types of displays
- Categorical data — use bar charts and pie charts. Example: favorite ice-cream flavors.
- Quantitative data — use dot plots, histograms, and box plots. Example: heights in centimeters.
- Two quantitative variables — use scatter plots to look for relationships.
Interpreting a line of best fit and slope
If a scatter plot shows a roughly linear trend, we can fit a line. In context:
- Slope: the rate of change — how much the y-variable changes for each 1-unit increase in x.
- Intercept: the predicted y-value when x = 0 (interpret carefully; sometimes x=0 is outside the data range and the intercept may not be meaningful).
- Use the line to make predictions, but beware of extrapolation far beyond the data.
Example 7
Problem: A scatter plot shows hours studied (x) vs. score (y). A reasonable fit line is y = 5x + 40. Interpret slope and intercept.
Answer: Slope 5 means: each additional hour of study is associated with a 5-point increase in predicted score. Intercept 40 means: the model predicts a score of 40 for 0 hours studied (interpret only if 0 hours is sensible).
Measures of center and spread
Mean and median summarize the center; standard deviation (or range, IQR) summarize spread. For skewed data, median is often better than mean.
Practice
- Given a bar chart with categories A:5, B:10, C:5, which category is most common? (Answer: B)
- Given points (1, 45), (2, 50), (3, 55), fit a line by inspection: y ≈ 5x + 40. Predict score at x=4. (Answer: 60)
Quick Study Tips and Next Steps
- Always write what your variable means and include units — this prevents mistakes and helps with interpretation.
- Practice spotting structure: spend 10 minutes factoring and expanding expressions every day until it becomes automatic.
- When making equations from words, underline the quantities and translate one phrase at a time.
- For inequalities, remember the sign flip when multiplying/dividing by negatives — try a quick check by plugging in a test number.
- When interpreting data, always state the context: ‘in this context the slope means…’
Extra Practice Set (Answers below)
- Define variables and solve: A movie theater charges $8 per ticket and a $2 transaction fee. If you paid $26, how many tickets did you buy?
- Factor: 9x^2 - 6x.
- Solve: 2(x + 4) = 3x - 1.
- Solve inequality: -4x + 2 < 10.
- Interpretation: A line fit to data is y = -2x + 80, where x is days since a product launch and y is remaining inventory (in hundreds). Interpret the slope and predict inventory at x = 10.
Answers
- Let t = number of tickets. 8t + 2 = 26 → 8t = 24 → t = 3 tickets.
- 9x^2 - 6x = 3x(3x - 2).
- 2(x + 4) = 3x - 1 → 2x + 8 = 3x - 1 → 8 + 1 = 3x - 2x → x = 9.
- -4x + 2 < 10 → -4x < 8 → x > -2 (reverse sign when divide by -4).
- Slope -2 means inventory drops by 200 units per day (since y is in hundreds). At x = 10: y = -2(10) + 80 = 60 → 60 hundreds = 6,000 units remaining.
If you want, tell me which of these areas you find hardest and I will give a short targeted practice set with step-by-step solutions for that topic.