Overview
This guide explains the listed Grade 8 and High School Common Core topics in student-friendly language, gives clear step-by-step worked examples, and supplies practice problems with answers. Use it to teach, study, or plan lessons.
How this is organized
- Grade 8 sections: Expressions & Equations, The Number System, Geometry — each with a short explanation, one worked example, and practice problems.
- High School sections: Number & Quantity (Quantity), Algebra (Seeing structure in expressions, Creating equations, Reasoning with equations/inequalities), and Statistics (interpreting categorical & quantitative data) — same format.
Grade 8 — Expressions & Equations (core ideas)
Grade 8 focuses on working with expressions (including exponents and roots), rewriting and solving equations, and using expressions to model relationships.
Key ideas (simple)
- Use and simplify integer exponents and radicals.
- Rewrite expressions to reveal structure (factor, expand, combine like terms).
- Solve linear equations and interpret solutions in context.
Worked example — simplify and then solve
Problem: Simplify (3^2)^3 and then solve 4(x + 2) = 20.
- Simplify (3^2)^3: Apply power of a power: (a^m)^n = a^(m·n). So (3^2)^3 = 3^(2·3) = 3^6 = 729.
- Solve 4(x + 2) = 20: divide both sides by 4 → x + 2 = 5. Subtract 2 → x = 3.
Practice problems (Grade 8)
- Simplify: (2^3)·(2^4).
- Simplify: sqrt(49) + 3.
- Solve: 5x - 7 = 18.
Answers: 1) 2^(3+4)=2^7=128. 2) 7+3=10. 3) 5x = 25 → x = 5.
Grade 8 — The Number System (core ideas)
Understand rational vs. irrational numbers, place them on a number line, and perform arithmetic with them (including approximations).
Key ideas
- Irrational numbers cannot be written as a fraction (e.g., sqrt(2), pi). You can approximate them with decimals.
- Perform operations and compare rational and irrational numbers; estimate when exact form is messy.
Worked example — approximating an irrational
Problem: Approximate sqrt(2) to three decimal places and compute 1 + sqrt(2).
- We know sqrt(2) ≈ 1.4142135... Rounded to three decimals: 1.414.
- So 1 + sqrt(2) ≈ 1 + 1.414 = 2.414 (to three decimals).
Practice
- Which is larger: 22/7 or pi? (22/7 ≈ 3.142857, pi ≈ 3.141593 → 22/7 is slightly larger.)
- Estimate sqrt(5) to two decimal places.
Grade 8 — Geometry (core ideas)
Use coordinate geometry, congruence and similarity ideas, and the Pythagorean theorem in problem solving.
Key ideas
- Use coordinates to compute distances and slopes.
- Apply Pythagorean theorem to right triangles and distance in the plane.
- Understand basic transformations (translations, rotations, reflections) and what they preserve.
Worked example — distance between points
Problem: Find the distance between A(1, 2) and B(5, 6).
- Compute differences: Δx = 5 - 1 = 4, Δy = 6 - 2 = 4.
- Distance = sqrt((Δx)^2 + (Δy)^2) = sqrt(4^2 + 4^2) = sqrt(16 + 16) = sqrt(32) = 4·sqrt(2) ≈ 5.657.
Practice
- Find the length of the hypotenuse in a right triangle with legs 7 and 24.
- If you translate a triangle 3 units right and 2 units down, do side lengths change? (No.)
Answers: 1) sqrt(7^2 + 24^2) = sqrt(49 + 576) = sqrt(625) = 25.
High School — Number & Quantity (Quantity)
Work with quantities and units, using dimensional analysis, rates, densities, and modeling real-world measures.
Key ideas
- Identify the units in a quantity and keep units consistent when computing.
- Use unit conversion and dimensional analysis to check formulas and compute correct results.
Worked example — unit conversion & density
Problem: A piece of metal has mass 250 g and volume 100 cm^3. Find its density in g/cm^3 and kg/m^3.
- Density in g/cm^3: 250 g / 100 cm^3 = 2.5 g/cm^3.
- To convert to kg/m^3: 1 g/cm^3 = 1000 kg/m^3. So 2.5 g/cm^3 = 2.5 × 1000 = 2500 kg/m^3.
Practice
- Convert 90 km/h to m/s. (90 km/h = 90,000 m / 3600 s = 25 m/s.)
- Given flow rate 3 liters per minute, how many liters per hour? (3 × 60 = 180 L/hr.)
High School — Algebra: Seeing Structure in Expressions
Learn to read expressions, spot patterns (factoring, perfect squares, difference of squares), and rewrite them to reveal meaning.
Key ideas
- Recognize factoring patterns: quadratic factoring, difference of squares, perfect-square trinomials, and factoring by grouping.
- Rewrite an expression to isolate meaningful parts for solving or modeling (e.g., complete the square).
Worked example — factoring and interpreting
Problem: Factor x^2 + 5x + 6 and explain structure.
- Find two numbers that multiply to +6 and add to +5: 2 and 3.
- So x^2 + 5x + 6 = (x + 2)(x + 3). Structure: product of two linear factors; reveals roots x = -2 and x = -3.
Practice
- Factor: 9x^2 - 16. (Difference of squares → (3x - 4)(3x + 4)).
- Rewrite by completing the square: x^2 + 6x + 5. (x^2 + 6x + 9 - 9 + 5 = (x+3)^2 - 4.)
High School — Algebra: Creating Equations (modeling)
Translate real situations into equations or systems and solve them.
Key ideas
- Define variables, write an equation that models the situation, solve, and interpret the result.
- Model linear, quadratic and simple exponential situations.
Worked example — ticket sales (linear modeling)
Problem: A theater sold 200 tickets. Adult tickets cost $12, student tickets cost $8. If total receipts were $2,000, how many adult tickets were sold?
- Let a = number of adult tickets, s = number of student tickets. Equations: a + s = 200 and 12a + 8s = 2000.
- From first, s = 200 - a. Substitute: 12a + 8(200 - a) = 2000 → 12a + 1600 - 8a = 2000 → 4a = 400 → a = 100. So 100 adult tickets, 100 student tickets.
Practice
- Write and solve an equation: A rectangle has perimeter 50. If length = width + 5, find length and width.
Solution hint: 2L + 2W = 50, L = W + 5 → substitute.
High School — Reasoning with Equations & Inequalities
Develop techniques for solving linear and quadratic equations and inequalities, including checking solutions and interpreting them in context.
Key ideas
- Solve linear equations and inequalities (including those requiring distribution and combining like terms).
- Solve quadratic equations (factoring, completing the square, quadratic formula) and quadratic inequalities (by sign analysis or a number line).
Worked example — quadratic inequality
Problem: Solve x^2 - 5x + 6 < 0.
- Factor: (x - 2)(x - 3) < 0.
- Critical points are x = 2 and x = 3. Test intervals: x < 2 (both factors negative → product positive), 2 < x < 3 (first positive/second negative → product negative), x > 3 (both positive → positive). So solution: (2, 3).
Practice
- Solve 2x + 5 ≥ 9.
- Solve x^2 - 4x - 5 = 0.
Answers: 1) 2x ≥ 4 → x ≥ 2. 2) Factor (x - 5)(x + 1) = 0 → x = 5 or x = -1.
High School — Statistics & Probability: Interpreting Categorical & Quantitative Data
Learn to summarize distributions, compare groups, read plots, and interpret measures of center, spread, and association.
Key ideas
- For categorical data: use frequency tables, bar charts, and two-way tables to describe relationships.
- For quantitative data: use histograms, box plots, mean, median, range, IQR, identify outliers, and describe shape (skewness).
- Interpret scatterplots: direction, form, strength, and outliers; understand residuals and line of best fit conceptually.
Worked example — interpreting a box plot
Problem: A box plot shows Q1 = 10, median = 15, Q3 = 22, min = 5, max = 40. Describe center, spread, and possible outliers.
- Center: median is 15. Spread: IQR = Q3 - Q1 = 22 - 10 = 12. Range = 40 - 5 = 35.
- Outlier test: typical rule is 1.5·IQR = 18. Any point below Q1 - 18 = -8 or above Q3 + 18 = 40. So max = 40 is right at the cutoff and could be investigated; no definite outliers below. Comment: distribution appears right-skewed because max is far from Q3 compared to min from Q1.
Practice
- A scatterplot of hours studied vs. exam score shows a strong positive linear trend. What does that mean? (More hours tends to be associated with higher scores.)
- Construct a two-way table for 50 students classified by sport (Soccer/Basketball) and grade level (9th/10th) when given counts; interpret one conditional percentage.
Teaching tips & progression
- Always start by defining variables and units for contextual problems (Quantity—Number & Quantity).
- Encourage rewriting expressions: factoring and expansion are tools to simplify solving (Algebra structure).
- Use number lines and sketches for inequalities and graphs for data interpretation — visuals help build intuition.
- Give scaffolded practice: start with pure symbolic problems, then add context (word problems), then mixed-skill problems combining algebra, number sense, and data interpretation.
Quick summary of practice problems to assign
- Grade 8: Simplify exponent expressions; solve linear equations; compute distances using the Pythagorean theorem.
- HS Quantity: Unit conversions and dimensional analysis problems (speed, density, flow rates).
- HS Algebra: Factor polynomials, complete the square, model simple real situations with linear/quadratic equations.
- HS Statistics: Interpret box plots and scatterplots; compute and explain mean/median/IQR and conditional percentages.
Final notes
If you want, I can:
- Generate a printable worksheet with mixed problems and step-by-step solutions keyed to any subset of these standards.
- Create a short lesson plan (45 minutes) for one standard (e.g., factoring quadratics, unit conversions, or interpreting box plots).
- Provide more worked examples for any specific standard number you name.
Tell me which specific standard or topic you'd like a worksheet or lesson for, and I will prepare it.