← Back to Learn by Concept

Algebra · Learn by Concept

Algebra Help: Solving Linear Quadratic Systems

Review real example questions for Solving Linear Quadratic Systems in Algebra.

Question 1 / 10

0 of 10 answered

Solve graphically and algebraically (substitution is recommended). The solutions are the intersection point(s) of the line and the parabola:

\begin{cases} y = x^2 - 4 \\ y = 2x - 4 \end{cases} $$​

All questions

Question 1

Solve graphically and algebraically (substitution is recommended). The solutions are the intersection point(s) of the line and the parabola:

\begin{cases} y = x^2 - 4 \\ y = 2x - 4 \end{cases} $$​
  1. {(0,4),(2,0)}\{(0,-4),(2,0)\} (correct answer)
  2. {(2,8),(2,0)}\{(-2,-8),(2,0)\}
  3. {(0,4)}\{(0,-4)\}
  4. {(2,0),(2,0)}\{(-2,0),(2,0)\}

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola), finding the point(s) where they intersect. To solve a linear-quadratic system algebraically, we use substitution: (1) solve the linear equation for one variable (usually y = mx + b is already solved), (2) substitute that expression into the quadratic equation, giving you a quadratic equation in one variable, (3) solve that quadratic using factoring, quadratic formula, or other methods, (4) back-substitute each solution into the linear equation to find the corresponding other coordinate. Solving the system {y = x² - 4, y = 2x - 4} by substitution: (1) Both equations are solved for y. (2) Set them equal: x² - 4 = 2x - 4. (3) Simplify: x² - 2x = 0. (4) Factor: x(x - 2) = 0, so x = 0 or x = 2. (5) Find corresponding y-values: for x = 0, y = 2(0) - 4 = -4; for x = 2, y = 2(2) - 4 = 0. Solutions: (0, -4) and (2, 0). Choice A correctly finds the intersection points as {(0, -4), (2, 0)} through proper substitution and solving. Choice B makes an error with x = -2: when we solve x² - 2x = 0 by factoring x(x - 2) = 0, we get x = 0 or x = 2, not x = -2. The factored form shows the solutions clearly—don't introduce extra values! Graphical verification tip: after solving algebraically, do a quick sketch: plot the line y = 2x - 4 (slope 2, y-intercept -4), sketch the parabola y = x² - 4 (opens upward, vertex at (0, -4)), see where they intersect. The intersection points at (0, -4) and (2, 0) match our algebraic solutions—the parabola's vertex touches the line at (0, -4), and they cross again at (2, 0). The graph confirms our algebra!

Question 2

Solve graphically and algebraically: the line y=2x4y=2x-4 intersects the parabola y=x24y=x^2-4. What are the intersection point(s)?

{y=2x4y=x24\begin{cases} y = 2x - 4 \\ y = x^2 - 4 \end{cases}
  1. (0,4)(0,-4) and (2,0)(2,0) (correct answer)
  2. (1,2)(1,-2) only
  3. (0,4)(0,4) and (2,0)(2,0)
  4. (0,4)(0,-4) only

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. Graphically, the solutions are where the line intersects the parabola (or circle): sketch both on the same axes and see where they meet. The graphical approach gives you a visual sense of how many solutions exist and approximately where they are, while the algebraic approach gives you exact coordinates. Using both methods together—graphing to see the big picture, algebra to get precise values—is powerful! Graphing both equations: the linear equation y=2x4y = 2x - 4 graphs as a line with slope 2 and y-intercept -4, and the quadratic y=x24y = x^2 - 4 graphs as a parabola opening upward with vertex at (0,4)(0, -4). Sketching shows intersections at (0,4)(0, -4) and (2,0)(2, 0). Visually, we can see they intersect at these points. Solving algebraically confirms the exact coordinates are (0,4)(0, -4) and (2,0)(2, 0). Choice A correctly finds the intersection points as (0,4)(0,-4) and (2,0)(2,0) through proper substitution and solving. Choice B only gives one solution when there are actually two: after substitution, we get x22x=0x^2 - 2x = 0 with solutions x=0x = 0 and x=2x = 2. Both are valid! When the line crosses a parabola, there are typically two intersection points—don't forget the second solution from the quadratic. Graphical verification tip: after solving algebraically, do a quick sketch: plot the line (easy: two points and connect), sketch the parabola or circle (use key features), see where they intersect. Do the intersection points roughly match your algebraic solutions? If your algebra gave (2,5)(2, 5) and (1,2)(-1, -2), but your sketch shows intersections around (5,10)(5, 10) and (3,7)(3, 7), recheck your algebra! The graph is a sanity check.

Question 3

How many real solutions (intersection points) does the linear-quadratic system have?

{y=x+3y=x2+2x+5\begin{cases} y = x + 3 \\ y = x^2 + 2x + 5 \end{cases}
  1. 1 real solution
  2. Infinitely many solutions
  3. 2 real solutions
  4. 0 real solutions (correct answer)

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. A linear-quadratic system has one equation that graphs as a straight line and one that graphs as a curve (parabola or circle): the solution(s) are the intersection point(s) where the line and curve meet. Depending on how the line crosses the curve, there can be 0 intersections (line misses), 1 intersection (line is tangent to curve), or 2 intersections (line passes through curve)—these are the three possibilities for linear-quadratic systems. After substituting the linear equation into the quadratic, we get the following: Starting with y = x + 3 and y = x² + 2x + 5, we substitute: x + 3 = x² + 2x + 5. Rearranging: 0 = x² + x + 2. The discriminant is b² - 4ac = 1² - 4(1)(2) = 1 - 8 = -7. This is negative, so no real solutions—the line doesn't intersect the curve at all. The discriminant tells us the number of intersections before we even solve! Choice A correctly identifies the number of solutions as 0 real solutions through proper analysis of the discriminant. Choice C claims 2 real solutions, but with a negative discriminant, there are no real solutions. After substitution, the discriminant is negative, indicating 0 real solutions. Check your algebra—the line and curve don't intersect! The discriminant preview: after substitution and simplification, you'll have a quadratic equation ax² + bx + c = 0. Before solving, check b² - 4ac: if positive, you'll get 2 intersection points; if zero, 1 intersection (tangent); if negative, 0 intersections (line misses curve). This tells you what to expect and helps catch errors—if you get 3 solutions, something's wrong!

Question 4

Solve the system. The solutions are where the line intersects the circle: {x2+y2=25y=4\begin{cases} x^2 + y^2 = 25 \\ y = 4 \end{cases} What are all intersection points (x,y)(x,y)?

  1. (±3,4)(\pm 3,4) (correct answer)
  2. (3,4)(3,4) only
  3. (±5,4)(\pm 5,4)
  4. (±4,3)(\pm 4,3)

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. To solve a linear-quadratic system algebraically, we use substitution: (1) solve the linear equation for one variable (usually y = mx + b is already solved), (2) substitute that expression into the quadratic equation, giving you a quadratic equation in one variable, (3) solve that quadratic using factoring, quadratic formula, or other methods, (4) back-substitute each solution into the linear equation to find the corresponding other coordinate. This gives you all the intersection points! Solving the system { x2+y2=25x^2 + y^2 = 25, y=4y = 4 } by substitution: (1) The linear equation gives us y=4y = 4. (2) Substitute into the circle equation: x2+42=25x^2 + 4^2 = 25. (3) Simplify: x2+16=25x^2 + 16 = 25, so x2=9x^2 = 9. (4) Solve: x=±3x = \pm 3. (5) The y-value is already given as 4 for both x-values. Solutions: (3,4)(3, 4) and (3,4)(-3, 4). Choice A correctly finds the intersection points as (±3,4)(\pm 3, 4) through proper substitution and solving. Choice B has the coordinates backwards: the solutions should be (x,y)=(±3,4)(x, y) = (\pm 3, 4), not (±4,3)(\pm 4, 3). After solving for x and then finding y, make sure you write them in the correct order: x-coordinate first, y-coordinate second! Circle-line systems are special: when solving x2+y2=r2x^2 + y^2 = r^2 with a line, you often get solutions with radicals like (5,5)(\sqrt{5}, \sqrt{5}). Don't be intimidated! These are exact answers. You can estimate decimals if asked, but the radical form is exact and preferred. Also, circle-line systems are symmetric—if (a,b)(a, b) is a solution and the line passes through the origin or has special symmetry, there's often a matching solution (a,b)(-a, -b) or similar.

Question 5

Solve the system algebraically. (The solution(s) are the intersection point(s) of the line and the circle.)

{x2+y2=25y=4\begin{cases} x^2 + y^2 = 25 \\ y = 4 \end{cases}
  1. (3,4)(3,4) and (3,4)(-3,4) (correct answer)
  2. (4,3)(4,3) and (4,3)(-4,3)
  3. (±5,4)(\pm 5,4)
  4. No solution

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. To solve a linear-quadratic system algebraically, we use substitution: (1) solve the linear equation for one variable (usually y = mx + b is already solved), (2) substitute that expression into the quadratic equation, giving you a quadratic equation in one variable, (3) solve that quadratic using factoring, quadratic formula, or other methods, (4) back-substitute each solution into the linear equation to find the corresponding other coordinate. This gives you all the intersection points! Solving the system {x² + y² = 25, y = 4} by substitution: (1) The linear equation gives us y = 4. (2) Substitute into the circle equation: x² + 4² = 25. (3) Simplify: x² + 16 = 25, so x² = 9. (4) Solve: x = ±3. (5) The y-value is already given as 4 for both points. Solutions: (3, 4) and (-3, 4). Choice A correctly finds the intersection points as (3, 4) and (-3, 4) through proper substitution and solving. Choice B has the coordinates backwards: the solutions should be (3, 4) and (-3, 4), not (4, 3) and (-4, 3). After solving for x and then finding y, make sure you write them in the correct order: x-coordinate first, y-coordinate second! Circle-line systems are special: when solving x² + y² = r² with a line, you often get solutions with radicals like (√5, √5). Don't be intimidated! These are exact answers. You can estimate decimals if asked, but the radical form is exact and preferred. Also, circle-line systems are symmetric—if (a, b) is a solution and the line passes through the origin or has special symmetry, there's often a matching solution (-a, -b) or similar.

Question 6

Find all points (x,y)(x,y) satisfying both equations (the intersection points):

{y=x2y=x24\begin{cases} y = x - 2 \\ y = x^2 - 4 \end{cases}
  1. (2,0)(2,0) and (1,3)(-1,-3) (correct answer)
  2. (0,2)(0,-2) and (2,0)(2,0)
  3. (0,2)(0,2) and (3,1)(-3,-1)
  4. (2,0)(2,0) only

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. To solve a linear-quadratic system algebraically, we use substitution: (1) solve the linear equation for one variable (usually y = mx + b is already solved), (2) substitute that expression into the quadratic equation, giving you a quadratic equation in one variable, (3) solve that quadratic using factoring, quadratic formula, or other methods, (4) back-substitute each solution into the linear equation to find the corresponding other coordinate. This gives you all the intersection points! Solving the system {y = x - 2, y = x² - 4} by substitution: (1) The linear equation gives us y = x - 2. (2) Substitute into the quadratic equation: x - 2 = x² - 4. (3) Simplify to standard form: x² - x - 2 = 0. (4) Solve: factoring gives (x - 2)(x + 1) = 0, so x = 2 or x = -1. (5) Find corresponding y-values: for x = 2, y = 0; for x = -1, y = -3. Solutions: (2, 0) and (-1, -3). Choice A correctly finds the intersection points as (2,0) and (-1,-3) through proper substitution and solving. Choice B only gives one solution when there are actually two: after substitution, we get x² - x - 2 = 0 with solutions x = 2 and x = -1. Both are valid! When the line crosses a parabola, there are typically two intersection points—don't forget the second solution from the quadratic. Linear-quadratic system solving recipe: (1) Solve the linear equation for y (or x, whichever is easier—often y = mx + b is already done), (2) Substitute that expression into the quadratic equation in place of that variable, (3) Simplify to get a quadratic equation in one variable, (4) Solve using factoring, quadratic formula, or other methods, (5) Back-substitute each solution into the linear equation to find the other coordinate, (6) Verify both (x, y) pairs in both original equations. This six-step process works every time!

Question 7

How many real solutions does the system have? (Solutions are intersection points of the line and the circle.)

{x2+y2=9y=3\begin{cases} x^2 + y^2 = 9 \\ y = 3 \end{cases}
  1. 0 real solutions
  2. 1 real solution (correct answer)
  3. 2 real solutions
  4. Infinitely many solutions

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (circle), finding the point(s) where they intersect. A linear-quadratic system has one equation that graphs as a straight line and one that graphs as a curve (parabola or circle): the solution(s) are the intersection point(s) where the line and curve meet. Depending on how the line crosses the curve, there can be 0 intersections (line misses), 1 intersection (line is tangent to curve), or 2 intersections (line passes through curve)—these are the three possibilities for linear-quadratic systems. After substituting the linear equation into the quadratic, we get x2+9=9x^2 + 9 = 9, which simplifies to x2=0x^2 = 0. The discriminant is 024(1)(0)=00^2 - 4(1)(0) = 0, which is zero, so one real solution—the line is tangent to the curve. Choice B correctly identifies the number of solutions as 1 real solution. Choice C claims 2 solutions, but actually the discriminant is zero, indicating 1 real solution(s). Check your algebra—the line and curve touch at exactly one point! The discriminant preview: after substitution and simplification, you'll have a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0. Before solving, check b24acb^2 - 4ac: if positive, you'll get 2 intersection points; if zero, 1 intersection (tangent); if negative, 0 intersections (line misses curve). This tells you what to expect and helps catch errors—if you get 3 solutions, something's wrong!

Question 8

How many real solutions does the system have? (Think of solutions as intersection points.)

{x2+y2=4y=3\begin{cases} x^2 + y^2 = 4 \\ y = 3 \end{cases}
  1. 0 real solutions (correct answer)
  2. 1 real solution
  3. 2 real solutions
  4. Infinitely many solutions

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. A linear-quadratic system has one equation that graphs as a straight line and one that graphs as a curve (parabola or circle): the solution(s) are the intersection point(s) where the line and curve meet. Depending on how the line crosses the curve, there can be 0 intersections (line misses), 1 intersection (line is tangent to curve), or 2 intersections (line passes through curve)—these are the three possibilities for linear-quadratic systems. Graphically, the solutions are where the line intersects the circle: the equation x² + y² = 4 represents a circle centered at origin with radius 2, and y = 3 is a horizontal line at height 3. Since the circle has radius 2 (reaching from y = -2 to y = 2), and the line is at y = 3, the line is completely above the circle and they don't intersect. Algebraically confirming: substituting y = 3 into x² + y² = 4 gives x² + 9 = 4, so x² = -5, which has no real solutions. Choice A correctly identifies 0 real solutions since the line y = 3 is above the circle of radius 2 (which only extends to y = 2). Choice C claims 2 real solutions, but the line doesn't intersect the circle at all—when we substitute, we get x² = -5, which has no real solutions. Check your visualization: the horizontal line y = 3 is completely above a circle of radius 2! Graphical verification tip: after solving algebraically, do a quick sketch: plot the line (easy: two points and connect), sketch the parabola or circle (use key features), see where they intersect. Do the intersection points roughly match your algebraic solutions? If your algebra gave no solutions but your sketch shows intersections, recheck both! The graph is a sanity check.

Question 9

A ball's path is modeled by y=x2+4xy=-x^2+4x and a laser beam by y=xy=x. Where do they intersect? (Solve the system.)

{y=x2+4xy=x\begin{cases} y = -x^2 + 4x \\ y = x \end{cases}
  1. (0,0)(0,0) only
  2. (0,0)(0,0) and (3,3)(3,3) (correct answer)
  3. (0,0)(0,0) and (4,4)(4,4)
  4. (1,1)(1,1) and (3,3)(3,3)

Explanation: This question tests your ability to solve a system of equations consisting of one linear equation (straight line) and one quadratic equation (parabola or circle), finding the point(s) where they intersect. To solve a linear-quadratic system algebraically, we use substitution: (1) solve the linear equation for one variable (usually y=mx+by = mx + b is already solved), (2) substitute that expression into the quadratic equation, giving you a quadratic equation in one variable, (3) solve that quadratic using factoring, quadratic formula, or other methods, (4) back-substitute each solution into the linear equation to find the corresponding other coordinate. This gives you all the intersection points! Solving the system {y=x2+4x,y=x}\{ y = -x^2 + 4x, y = x \} by substitution: (1) The linear equation gives us y=xy = x. (2) Substitute into the quadratic equation: x=x2+4xx = -x^2 + 4x. (3) Simplify to standard form: x23x=0x^2 - 3x = 0. (4) Solve: x(x3)=0x(x - 3) = 0 gives x=0x = 0 or x=3x = 3. (5) Find corresponding y-values: for x=0x = 0, y=0y = 0; for x=3x = 3, y=3y = 3. Solutions: (0,0)(0, 0) and (3,3)(3, 3). Choice A correctly finds the intersection points as (0,0)(0,0) and (3,3)(3,3) through proper substitution and solving. Choice D only gives one solution when there are actually two: after substitution, we get x23x=0x^2 - 3x = 0 with solutions x=0x = 0 and x=3x = 3. Both are valid! When the line crosses a parabola, there are typically two intersection points—don't forget the second solution from the quadratic. Linear-quadratic system solving recipe: (1) Solve the linear equation for y (or x, whichever is easier—often y=mx+by = mx + b is already done), (2) Substitute that expression into the quadratic equation in place of that variable, (3) Simplify to get a quadratic equation in one variable, (4) Solve using factoring, quadratic formula, or other methods, (5) Back-substitute each solution into the linear equation to find the other coordinate, (6) Verify both (x,y)(x, y) pairs in both original equations. This six-step process works every time!

Question 10

How many real solutions does the system have? (Think of the number of intersection points.)

\begin{cases} y = x^2 + 4 \\ y = x + 1 \end{cases} $$​
  1. 0 real solutions (correct answer)
  2. 1 real solution
  3. 2 real solutions
  4. Infinitely many solutions

Explanation: This question tests your ability to determine how many solutions a linear-quadratic system has by analyzing whether the line and parabola intersect. A linear-quadratic system has one equation that graphs as a straight line and one that graphs as a curve (parabola): the solution(s) are the intersection point(s) where the line and curve meet. Depending on how the line crosses the curve, there can be 0 intersections (line misses), 1 intersection (line is tangent), or 2 intersections (line passes through). After substituting the linear equation into the quadratic, we get x + 1 = x² + 4. Rearranging: x² - x + 3 = 0. The discriminant is b² - 4ac = (-1)² - 4(1)(3) = 1 - 12 = -11. This is negative, so no real solutions—the line doesn't intersect the curve at all. Choice A correctly identifies 0 real solutions based on the negative discriminant. Choice C might be tempting if you expect a line to always intersect a parabola twice, but when the parabola is positioned high enough (y = x² + 4 has vertex at (0, 4)) and the line has a gentle slope (y = x + 1), they can miss entirely. The discriminant preview: after substitution and simplification, you'll have a quadratic equation ax² + bx + c = 0. Before solving, check b² - 4ac: if positive, you'll get 2 intersection points; if zero, 1 intersection (tangent); if negative, 0 intersections (line misses curve). This tells you what to expect and helps catch errors—the negative discriminant confirms the line and parabola don't meet!