Math 2 Quiz: Solutions In Linear Quadratic Systems
6 questions · exam conditions
0:00
Solutions In Linear Quadratic SystemsQuestion 1 of 6

A quadratic function h(x)=ax2+bx+ch(x) = ax^2 + bx + c with a>0a > 0 has its vertex below the xx-axis. A linear function (x)=px+q\ell(x) = px + q intersects h(x)h(x) at two distinct points. Which statement about the discriminant of the equation h(x)=(x)h(x) = \ell(x) is always true?

The discriminant equals zero since the vertex is below the x-axis
The discriminant is negative since one function is linear and one is quadratic
The discriminant is positive since there are two distinct intersection points
The discriminant could be positive, negative, or zero depending on the specific coefficients
← Back to quizzes

Math 2 Quiz

Math 2 Quiz: Solutions In Linear Quadratic Systems

Practice Solutions In Linear Quadratic Systems in Math 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Solutions In Linear Quadratic Systems, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 2.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A quadratic function h(x)=ax2+bx+ch(x) = ax^2 + bx + c with a>0a > 0 has its vertex below the xx-axis. A linear function (x)=px+q\ell(x) = px + q intersects h(x)h(x) at two distinct points. Which statement about the discriminant of the equation h(x)=(x)h(x) = \ell(x) is always true?

  1. The discriminant equals zero since the vertex is below the x-axis
  2. The discriminant is negative since one function is linear and one is quadratic
  3. The discriminant is positive since there are two distinct intersection points (correct answer)
  4. The discriminant could be positive, negative, or zero depending on the specific coefficients
Explanation: When we solve h(x)=(x)h(x) = \ell(x), we get ax2+bx+c=px+qax^2 + bx + c = px + q, which rearranges to ax2+(bp)x+(cq)=0ax^2 + (b-p)x + (c-q) = 0. This is a quadratic equation whose solutions give the xx-coordinates of intersection points. The discriminant of this equation is Δ=(bp)24a(cq)\Delta = (b-p)^2 - 4a(c-q). Since the problem states that the functions intersect at two distinct points, the quadratic equation must have two distinct real solutions. This occurs if and only if the discriminant is positive: Δ>0\Delta > 0. The fact that the vertex is below the xx-axis is additional information about h(x)h(x) itself, but doesn't directly determine the discriminant of the intersection equation. Choice A is incorrect because a zero discriminant would mean exactly one intersection point (tangency). Choice B is incorrect because the discriminant's sign depends on the specific functions, not just their types. Choice D is incorrect because the problem specifically states there are two distinct intersection points, which forces Δ>0\Delta > 0.

Question 2

Two functions are defined as f(x)=x26x+9f(x) = x^2 - 6x + 9 and g(x)=mx+cg(x) = mx + c. If the graphs of f(x)f(x) and g(x)g(x) intersect at exactly one point, and this point has an xx-coordinate of 3, what is the relationship between mm and cc?

  1. c=3mc = 3m
  2. c=3mc = -3m (correct answer)
  3. c=6mc = 6m
  4. c=6mc = -6m
Explanation: First, note that f(x)=x26x+9=(x3)2f(x) = x^2 - 6x + 9 = (x-3)^2, so f(x)f(x) is a parabola with vertex at (3,0)(3, 0). Since the functions intersect at exactly one point with xx-coordinate 3, the line g(x)=mx+cg(x) = mx + c must be tangent to the parabola at x=3x = 3. At x=3x = 3: f(3)=0f(3) = 0, so the intersection point is (3,0)(3, 0). For tangency, the line must pass through (3,0)(3, 0): g(3)=3m+c=0g(3) = 3m + c = 0, giving c=3mc = -3m. Additionally, for tangency, the derivatives must be equal at x=3x = 3: f(x)=2x6f'(x) = 2x - 6, so f(3)=0f'(3) = 0. Since g(x)=mg'(x) = m, we need m=0m = 0 for the slopes to match. If m=0m = 0, then c=0c = 0, and g(x)=0g(x) = 0 is a horizontal line through (3,0)(3, 0). This confirms tangency at the vertex. The relationship c=3mc = -3m holds whether m=0m = 0 or for the general case where we require the line to pass through the intersection point. Choice A gives c=3mc = 3m, which would mean 3m+c=6m03m + c = 6m \neq 0 unless m=0m = 0. Choice C gives c=6mc = 6m, leading to 3m+c=9m03m + c = 9m \neq 0 unless m=0m = 0. Choice D gives c=6mc = -6m, leading to 3m+c=3m03m + c = -3m \neq 0 unless m=0m = 0. Only choice B ensures the line passes through the intersection point for any value of mm.

Question 3

Consider the system formed by y=x2+px+qy = x^2 + px + q and y=2x+ry = 2x + r. If this system has exactly two solutions when p=2p = -2 and q=1q = 1, which condition on rr ensures the system has no real solutions?

  1. r<3r < -3 (correct answer)
  2. r>3r > -3
  3. r=3r = -3
  4. r<3r < -3 or r>0r > 0
Explanation: With p=2p = -2 and q=1q = 1, the system becomes x22x+1=2x+rx^2 - 2x + 1 = 2x + r, which simplifies to x24x+(1r)=0x^2 - 4x + (1-r) = 0. The discriminant is 164(1r)=164+4r=12+4r16 - 4(1-r) = 16 - 4 + 4r = 12 + 4r. For no real solutions, we need discriminant < 0: 12+4r<012 + 4r < 0, so 4r<124r < -12, giving r<3r < -3.

Question 4

The vertex of parabola y=x2+4x+ky = x^2 + 4x + k is at (2,k4)(-2, k-4). For which value of kk will the horizontal line y=2y = 2 intersect this parabola at exactly one point?

  1. k=2k = 2
  2. k=4k = 4
  3. k=6k = 6 (correct answer)
  4. k=8k = 8
Explanation: The parabola y=x2+4x+ky = x^2 + 4x + k can be written in vertex form. Completing the square: y=(x+2)24+k=(x+2)2+(k4)y = (x+2)^2 - 4 + k = (x+2)^2 + (k-4). The vertex is at (2,k4)(-2, k-4), which confirms the given information. Since the parabola opens upward, the vertex represents the minimum point. For the horizontal line y=2y = 2 to intersect the parabola at exactly one point, the line must be tangent to the parabola at its vertex. This means the yy-coordinate of the vertex must equal 2: k4=2k - 4 = 2, so k=6k = 6. We can verify: when k=6k = 6, the parabola becomes y=x2+4x+6=(x+2)2+2y = x^2 + 4x + 6 = (x+2)^2 + 2, with vertex at (2,2)(-2, 2). The line y=2y = 2 passes through this vertex and, since it's horizontal and the vertex is the minimum point, intersects the parabola at exactly one point. Choice A gives vertex yy-coordinate of 2-2, below the line. Choice B gives vertex yy-coordinate of 00, still below the line. Choice D gives vertex yy-coordinate of 44, above the line. Only choice C places the vertex exactly on the line y=2y = 2.

Question 5

A student claims that the system {y=x2+4x3y=kx1\begin{cases} y = -x^2 + 4x - 3 \\ y = kx - 1 \end{cases} has exactly one solution when k=2k = 2. To verify this claim, which approach would be most appropriate?

  1. Check if the line passes through the vertex of the parabola, since this guarantees exactly one intersection point
  2. Set the equations equal, solve the resulting quadratic, and verify that its discriminant equals zero (correct answer)
  3. Graph both functions and count the intersection points visually to determine if there is exactly one
  4. Substitute x=1x = 1 into both equations and check if they yield the same yy-value, confirming one solution
Explanation: To verify that a linear-quadratic system has exactly one solution, we must check that the discriminant of the resulting quadratic equation equals zero. Setting x2+4x3=2x1-x^2 + 4x - 3 = 2x - 1, we get x2+2x2=0-x^2 + 2x - 2 = 0, or x22x+2=0x^2 - 2x + 2 = 0. The discriminant is 48=4<04 - 8 = -4 < 0, meaning no real solutions, so the student's claim is false. Choice A is incorrect because a line passing through the vertex doesn't guarantee exactly one solution unless it's tangent. Choice C is imprecise for verification. Choice D only checks one specific point, which is insufficient to determine the total number of solutions.

Question 6

Consider all lines of the form y=2x+by = 2x + b where bb is a real number. How many of these lines intersect the parabola y=x24x+5y = x^2 - 4x + 5 at exactly two distinct points?

  1. None
  2. Exactly one line
  3. Finitely many, but more than one
  4. Infinitely many lines (correct answer)
Explanation: Setting the line equal to the parabola: 2x+b=x24x+52x + b = x^2 - 4x + 5, which rearranges to x26x+(5b)=0x^2 - 6x + (5 - b) = 0. For two distinct intersections, the discriminant must be positive: 364(5b)>036 - 4(5 - b) > 0, so 3620+4b>036 - 20 + 4b > 0, giving 16+4b>016 + 4b > 0, thus b>4b > -4. Since bb can be any real number greater than 4-4, there are infinitely many such lines. Choice A would be correct if the discriminant were always non-positive. Choice B would apply if there were exactly one critical value. Choice C would be correct if only finitely many discrete values of bb worked.