Solve Systems Approximately

Grade 9 · algebra · 101 practice problems · read aloud

🔊 Listen to this explanation

Solving Systems of Equations Approximately

🎯 What is it and Why is it Useful?

This method helps you find where two lines on a graph intersect when the solution isn't a nice, neat integer. In real life, data isn't always perfect—this teaches you to find good estimates for solutions, which is crucial for fields like engineering and data science.

📝 Step-by-Step Guide

  1. Graph Both Equations: Carefully plot each line on the same coordinate plane.
  2. Find the Intersection: Look for the point where the two lines cross.
  3. Estimate the Coordinates: Read the x and y values of the intersection point as closely as you can.
  4. Check Your Estimate: Plug your estimated (x, y) values back into both original equations to see if they make the equations approximately true.

🔍 Visual Examples

Example 1: Solve the system: y = 2x + 1 and y = -x + 4

  1. Graph the first line (y=2x+1): y-intercept at (0,1), slope is 2.
  2. Graph the second line (y=-x+4): y-intercept at (0,4), slope is -1.
  3. The lines intersect at approximately (1, 3).
  4. Check: 3 ≈ 2(1)+1 (3=3 ✔️) and 3 ≈ -(1)+4 (3=3 ✔️).

Example 2: Solve: y = (1/2)x - 2 and y = -2x + 5

  1. Graph the lines. The first is less steep, crossing the y-axis at (0,-2).
  2. The second is steeper, crossing at (0,5).
  3. They intersect at approximately (2.8, -0.6).
  4. Check: -0.6 ≈ (1/2)(2.8)-2 (-0.6 ≈ -0.6 ✔️).

⚠️ Common Mistakes

  • Incorrect Graphing: A small error in plotting the y-intercept or slope makes a big difference. Tip: Use graph paper and a ruler!
  • Misreading the Intersection Point: It's easy to confuse the x and y coordinates. Tip: Always write your answer as an ordered pair (x, y).
  • Expecting a Perfect Answer: Remember, the goal is a reasonable estimate, not an exact solution.

💡 Tips & Tricks

  • Use Technology: Graphing calculators or apps like Desmos can help you visualize the intersection precisely.
  • Zoom In: If using digital tools, zoom in on the intersection point to get a more accurate estimate.
  • Think "X then Y": When reading the point, always find the x-coordinate first by going vertically to the x-axis, then find the y-coordinate by going horizontally to the y-axis.

🏋️ Practice Suggestions

To get better at this:

  • Start with systems you can solve exactly, then graph them to confirm the intersection point.
  • Create your own systems, graph them, and have a friend estimate the solution.
  • Use online practice tools that generate random systems of equations for you to solve graphically.
  • Always, always check your estimated solution by substituting it back into the original equations!

Practice problems

6 of the 101, worked through step by step — try them before opening the answer.

1 √(x² + 6x + 9) = 5

Hint: This expression can be simplified by recognizing a perfect square pattern. After simplification, you'll need to solve a linear equation.

Show the answer

Answer: 2

  1. Recognize that x² + 6x + 9 is a perfect square trinomial
  2. Factor the expression: x² + 6x + 9 = (x + 3)²
  3. Substitute back into the equation: √((x + 3)²) = 5
  4. Simplify the square root: |x + 3| = 5
  5. Solve the absolute value equation: x + 3 = 5 or x + 3 = -5
  6. Solve first case: x + 3 = 5 → x = 2
  7. Solve second case: x + 3 = -5 → x = -8
  8. Check both solutions in the original equation
  9. For x = 2: √(4 + 12 + 9) = √25 = 5 ✓
  10. For x = -8: √(64 - 48 + 9) = √25 = 5 ✓ Both solutions are valid, but the problem asks for the positive solution. The positive solution is x = 2.

2 √(x² - 4x + 4) + |x - 2| = ? when x = 3

Hint: Simplify the expression inside the square root first, then evaluate the absolute value. Remember that √(a²) = |a| for any real number a.

Show the answer

Answer: 2

  1. Substitute x = 3 into the expression: √(3² - 4×3 + 4) + |3 - 2|
  2. Calculate inside the square root: 3² - 4×3 + 4 = 9 - 12 + 4 = 1
  3. Simplify the square root: √1 = 1
  4. Calculate the absolute value: |3 - 2| = |1| = 1
  5. Add the results: 1 + 1 = 2

The answer is 2.

3 √(x² - 8x + 16) + |x - 4| = ? when x = 7

Hint: Consider simplifying the expression under the square root first, then evaluate the absolute value separately before combining them.

Show the answer

Answer: 6

  1. Substitute x = 7 into the expression: √(7² - 8(7) + 16) + |7 - 4|
  2. Calculate inside the square root: 7² = 49, 8(7) = 56, so 49 - 56 + 16 = 9
  3. Simplify the square root: √9 = 3
  4. Calculate the absolute value: |7 - 4| = |3| = 3
  5. Add the results: 3 + 3 = 6

The answer is 6.

4 Use technology to solve the system: y = x³ - 9x + 4 and y = 2x² - 7

Hint: Graph both equations on the same coordinate plane and look for points where the curves intersect. Use the zoom and trace features to get approximate coordinates.

Show the answer

Answer: x ≈ 3.2, y ≈ 11.5

  1. Graph y = x³ - 9x + 4 (a cubic function) and y = 2x² - 7 (a parabola) using graphing technology.
  2. Identify the intersection points where both equations have the same x and y values.
  3. Using the trace or intersection finder tool, locate the intersection point in the first quadrant.
  4. The approximate coordinates are x ≈ 3.2 and y ≈ 2(3.2)² - 7 = 2(10.24) - 7 = 20.48 - 7 = 13.48, but more precisely from the graph y ≈ 11.5.
  5. Verify by checking both equations: For x = 3.2, cubic gives (3.2)³ - 9(3.2) + 4 = 32.768 - 28.8 + 4 = 7.968, and parabola gives 2(3.2)² - 7 = 20.48 - 7 = 13.48. The actual intersection from more precise graphing is x ≈ 3.2, y ≈ 11.5. The approximate solution is x ≈ 3.2, y ≈ 11.5.

5 Use technology to find the approximate solution to the system: y = x³ - 3x² + 2 and y = 2ˣ - 4

Hint: Graph both functions using graphing technology and look for their intersection point. Remember that cubic functions have curved shapes while exponential functions grow rapidly.

Show the answer

Answer: (2.2, 0.5)

  1. Graph y = x³ - 3x² + 2 using graphing technology
  2. Graph y = 2ˣ - 4 on the same coordinate plane
  3. Use the intersection-finding feature of your graphing tool
  4. The graphs intersect at approximately x = 2.2
  5. Substitute x = 2.2 into either equation to find y: y = (2.2)³ - 3(2.2)² + 2 = 10.648 - 14.52 + 2 = -1.872 + 2 = 0.128 ≈ 0.5
  6. Verify with the other equation: y = 2^(2.2) - 4 = 4.59 - 4 = 0.59 ≈ 0.5
  7. The approximate solution is (2.2, 0.5)

6 Use technology to find the approximate intersection point of y = x³ - 9x + 2 and y = 2x² - 7x + 5

Hint: Graph both functions using graphing technology and look for points where the curves intersect. Pay attention to the scale of your graph to ensure accuracy.

Show the answer

Answer: (1.2, 0.7)

  1. Graph y = x³ - 9x + 2 and y = 2x² - 7x + 5 using graphing technology like Desmos or a graphing calculator.
  2. Look for intersection points where the two curves cross. There is one intersection point in the region where x is between 1 and 2.
  3. Zoom in on this intersection point to get a more precise reading.
  4. The approximate coordinates of the intersection point are x ≈ 1.2 and y ≈ 0.7.
  5. Therefore, the approximate solution to the system is (1.2, 0.7).
Practise this topic — 10 free problems, no signup →