You're browsing as a guest
Log in to start answering, save your progress and track results.
Log In
0Correct
0Wrong
0Skipped
1
What are the solutions to 4x^2 − 36x + 72 = 0?
Medium
ExplanationUsing the quadratic formula with a=4, b=-36, c=72, the discriminant is a perfect square, giving x = 3 or x = 6.
2
What is the product of the roots of 2x^2 + 13x + 26 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 26/2 = 13.
3
Which equation has roots 13 and -14?
Medium
ExplanationSum of roots = -1, product of roots = -182, giving x^2 − (-1)x + (-182) = 0, i.e. x^2 + x − 182 = 0.
4
What is the product of the roots of x^2 + 30x − 17 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -17/1 = -17.
5
What is the value of -4x^2 + 18x − 17 when x = -5?
Medium
Explanation-4(-5)^2 + (18)(-5) + (-17) = (-100) + (-90) + (-17) = -207.
6
A rectangle has length (x + 3) and width (x + 10). If the area of the rectangle is 980 square units, what is the value of x (where x is a positive number)?
Medium
Explanation(x + 3)(x + 10) = 980. Testing x = 25: (28)(35) = 980, which checks out (the other algebraic root is negative and not valid here).
7
What is the vertex of the parabola y = x^2 − 10x − 15?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(-10)/(2×1) = 5. Substituting gives y = -40, so the vertex is (5, -40).
8
What is the axis of symmetry of the parabola y = -2x^2 + 52x − 5?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(52)/(2×-2) = 13.
9
A rectangle has length (x + 3) and width (x + 5). If the area of the rectangle is 35 square units, what is the value of x (where x is a positive number)?
Medium
Explanation(x + 3)(x + 5) = 35. Testing x = 2: (5)(7) = 35, which checks out (the other algebraic root is negative and not valid here).
10
What is the product of the roots of x^2 + 4x + 7 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 7/1 = 7.
— Sponsored —
11
What is the discriminant of 5x^2 + 17x + 22 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (17)^2 − 4(5)(22) = 289 − 440 = -151.
12
Solve the inequality: x^2 + x − 30 < 0
Medium
Explanationx^2 + x − 30 = (x + 6)(x - 5), with roots -6 and 5. Since the parabola opens upward, the expression is negative between the roots, giving -6 < x < 5.
13
Which equation has roots -9 and 11?
Medium
ExplanationSum of roots = 2, product of roots = -99, giving x^2 − (2)x + (-99) = 0, i.e. x^2 − 2x − 99 = 0.
14
Factor: x^2 − 13x + 30
Medium
Explanationx^2 − 13x + 30 factors as the product of (x − r) for each root: (x - 3)(x - 10).
15
Is x^2 + 2x + 10 a perfect square trinomial?
Medium
ExplanationA trinomial x^2 + bx + c is a perfect square exactly when c = (b/2)^2. Here (b/2)^2 = (1)^2 = 1, which does not match c = 10, so it is not a perfect square trinomial.
16
What is the product of the roots of 3x^2 + 16x − 30 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -30/3 = -10.
17
What is the product of the roots of 4x^2 + 8x − 28 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -28/4 = -7.
18
What is the vertex of the parabola y = x^2 + 24x + 13?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(24)/(2×1) = -12. Substituting gives y = -131, so the vertex is (-12, -131).
19
Is x^2 − 24x + 144 a perfect square trinomial?
Medium
ExplanationA trinomial x^2 + bx + c is a perfect square exactly when c = (b/2)^2. Here (b/2)^2 = (-12)^2 = 144, which matches c, so it is a perfect square trinomial.
20
What is the y-intercept of y = -6x^2 + 16x + 36?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -6(0)^2 + (16)(0) + 36 = 36.
— Sponsored —
21
Which equation has roots 1 and -4?
Medium
ExplanationSum of roots = -3, product of roots = -4, giving x^2 − (-3)x + (-4) = 0, i.e. x^2 + 3x − 4 = 0.
22
What is the axis of symmetry of the parabola y = -2x^2 − 52x + 17?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(-52)/(2×-2) = -13.
23
Does the parabola y = -x^2 − 10x − 18 open upward or downward?
Medium
ExplanationSince a = -1 is negative, the parabola opens downward.
24
What is the nature of the roots of 2x^2 − 4x − 2 = 0?
Medium
ExplanationThe discriminant is b^2 − 4ac = (-4)^2 − 4(2)(-2) = 32, which is positive, so the equation has two distinct real roots.
25
What is the vertex of the parabola y = -5x^2 + 50x − 5?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(50)/(2×-5) = 5. Substituting gives y = 120, so the vertex is (5, 120).
26
What is the value of 3x^2 − 5x − 27 when x = 9?
Medium
Explanation3(9)^2 + (-5)(9) + (-27) = (243) + (-45) + (-27) = 171.
27
Is x^2 + 30x + 240 a perfect square trinomial?
Medium
ExplanationA trinomial x^2 + bx + c is a perfect square exactly when c = (b/2)^2. Here (b/2)^2 = (15)^2 = 225, which does not match c = 240, so it is not a perfect square trinomial.
28
What is the y-intercept of y = 2x^2 + 4x − 41?
Medium
ExplanationThe y-intercept occurs at x = 0: y = 2(0)^2 + (4)(0) − 41 = -41.
29
What is the vertex of the parabola y = 2x^2 + 36x + 19?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(36)/(2×2) = -9. Substituting gives y = -143, so the vertex is (-9, -143).
30
What is the value of 7x^2 − 8x − 29 when x = -10?
Medium
Explanation7(-10)^2 + (-8)(-10) + (-29) = (700) + (80) + (-29) = 751.
— Sponsored —
31
Solve the inequality: x^2 + 5x − 36 < 0
Medium
Explanationx^2 + 5x − 36 = (x + 9)(x - 4), with roots -9 and 4. Since the parabola opens upward, the expression is negative between the roots, giving -9 < x < 4.
32
What is the y-intercept of y = -5x^2 + 10x − 5?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -5(0)^2 + (10)(0) − 5 = -5.
33
What is the product of the roots of 7x^2 + 30x + 28 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 28/7 = 4.
34
Complete the square: x^2 − 14x + 66 = (x + h)^2 + k. What are the values of h and k?
Medium
Explanationx^2 − 14x + 66 = (x − 7)^2 + 17, since -14 = 2×-7 and 66 − 49 = 17.
35
Complete the square: x^2 − 28x + 214 = (x + h)^2 + k. What are the values of h and k?
Medium
Explanationx^2 − 28x + 214 = (x − 14)^2 + 18, since -28 = 2×-14 and 214 − 196 = 18.
36
What is the minimum value of y = 6x^2 + 96x − 29?
Medium
ExplanationSince a = 6 is positive, the parabola opens upward and has a minimum at its vertex, where y = -413.
37
What is the y-intercept of y = 8x^2 + 2x + 41?
Medium
ExplanationThe y-intercept occurs at x = 0: y = 8(0)^2 + (2)(0) + 41 = 41.
38
What is the discriminant of 3x^2 − 25x + 21 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (-25)^2 − 4(3)(21) = 625 − 252 = 373.
39
What is the vertex of the parabola y = 6x^2 + 180x − 27?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(180)/(2×6) = -15. Substituting gives y = -1377, so the vertex is (-15, -1377).
40
What is the vertex of the parabola y = 2x^2 − 20x − 5?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(-20)/(2×2) = 5. Substituting gives y = -55, so the vertex is (5, -55).
— Sponsored —
41
A rectangle has length (x + 7) and width (x + 12). If the area of the rectangle is 644 square units, what is the value of x (where x is a positive number)?
Medium
Explanation(x + 7)(x + 12) = 644. Testing x = 16: (23)(28) = 644, which checks out (the other algebraic root is negative and not valid here).
42
What is the minimum value of y = 6x^2 + 72x + 17?
Medium
ExplanationSince a = 6 is positive, the parabola opens upward and has a minimum at its vertex, where y = -199.
43
What is the product of the roots of 7x^2 − 8x + 112 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 112/7 = 16.
44
What are the solutions to 2x^2 + 8x − 10 = 0?
Medium
ExplanationUsing the quadratic formula with a=2, b=8, c=-10, the discriminant is a perfect square, giving x = -5 or x = 1.
45
Is x^2 − 16x + 76 a perfect square trinomial?
Medium
ExplanationA trinomial x^2 + bx + c is a perfect square exactly when c = (b/2)^2. Here (b/2)^2 = (-8)^2 = 64, which does not match c = 76, so it is not a perfect square trinomial.
46
What is the discriminant of 7x^2 + 2x + 14 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (2)^2 − 4(7)(14) = 4 − 392 = -388.
47
Factor: x^2 − 2x − 99
Medium
Explanationx^2 − 2x − 99 factors as the product of (x − r) for each root: (x - 11)(x + 9).
48
What is the value of 9x^2 + 19x − 13 when x = -5?
Medium
Explanation9(-5)^2 + (19)(-5) + (-13) = (225) + (-95) + (-13) = 117.
49
What is the y-intercept of y = -2x^2 − 6x − 39?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -2(0)^2 + (-6)(0) − 39 = -39.
50
What is the discriminant of 3x^2 + 25x + 8 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (25)^2 − 4(3)(8) = 625 − 96 = 529.
— Sponsored —
51
What is the maximum value of y = -4x^2 − 88x − 4?
Medium
ExplanationSince a = -4 is negative, the parabola opens downward and has a maximum at its vertex, where y = 480.
52
Complete the square: x^2 + 2x − 28 = (x + h)^2 + k. What are the values of h and k?
Medium
Explanationx^2 + 2x − 28 = (x + 1)^2 − 29, since 2 = 2×1 and -28 − 1 = -29.
53
A rectangle has length (x + 1) and width (x + 2). If the area of the rectangle is 600 square units, what is the value of x (where x is a positive number)?
Medium
Explanation(x + 1)(x + 2) = 600. Testing x = 23: (24)(25) = 600, which checks out (the other algebraic root is negative and not valid here).
54
What is the y-intercept of y = -4x^2 + 4x + 30?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -4(0)^2 + (4)(0) + 30 = 30.
55
What is the product of the roots of 5x^2 − 30x − 25 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -25/5 = -5.
56
Does the parabola y = 4x^2 + 9x − 23 open upward or downward?
Medium
ExplanationSince a = 4 is positive, the parabola opens upward.
57
What is the product of the roots of 3x^2 − 9x + 21 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 21/3 = 7.
58
What is the axis of symmetry of the parabola y = -6x^2 + 96x − 6?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(96)/(2×-6) = 8.
59
What is the discriminant of 6x^2 + 6x − 16 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (6)^2 − 4(6)(-16) = 36 − -384 = 420.
60
What is the nature of the roots of 5x^2 + 9x + 14 = 0?
Medium
ExplanationThe discriminant is b^2 − 4ac = (9)^2 − 4(5)(14) = -199, which is negative, so the equation has no real roots.
— Sponsored —
61
What is the axis of symmetry of the parabola y = 5x^2 + 100x − 8?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(100)/(2×5) = -10.
62
What is the y-intercept of y = -2x^2 − 8x + 47?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -2(0)^2 + (-8)(0) + 47 = 47.
63
What is the nature of the roots of 5x^2 + 6x − 15 = 0?
Medium
ExplanationThe discriminant is b^2 − 4ac = (6)^2 − 4(5)(-15) = 336, which is positive, so the equation has two distinct real roots.
64
Solve the inequality: x^2 − 18x + 72 < 0
Medium
Explanationx^2 − 18x + 72 = (x - 6)(x - 12), with roots 6 and 12. Since the parabola opens upward, the expression is negative between the roots, giving 6 < x < 12.
65
What is the discriminant of 7x^2 − 24x + 15 = 0?
Medium
ExplanationDiscriminant = b^2 − 4ac = (-24)^2 − 4(7)(15) = 576 − 420 = 156.
66
Factor: 22x^2 + 110x
Medium
ExplanationThe GCF of 22 and 110 (besides x) is 11, and factoring it out (along with one x) gives 11x(2x + 10).
67
Factor: 72x^2 + 120x
Medium
ExplanationThe GCF of 72 and 120 (besides x) is 12, and factoring it out (along with one x) gives 12x(6x + 10).
68
What is the product of the roots of 8x^2 + 3x + 48 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 48/8 = 6.
69
What is the product of the roots of 3x^2 − 21x + 39 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 39/3 = 13.
70
Which equation has roots -12 and 8?
Medium
ExplanationSum of roots = -4, product of roots = -96, giving x^2 − (-4)x + (-96) = 0, i.e. x^2 + 4x − 96 = 0.
— Sponsored —
71
What is the product of the roots of 3x^2 − 28x + 18 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = 18/3 = 6.
72
What is the axis of symmetry of the parabola y = x^2 + 20?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(0)/(2×1) = 0.
73
What is the nature of the roots of 5x^2 + 8x − 1 = 0?
Medium
ExplanationThe discriminant is b^2 − 4ac = (8)^2 − 4(5)(-1) = 84, which is positive, so the equation has two distinct real roots.
74
Which equation has roots -9 and 13?
Medium
ExplanationSum of roots = 4, product of roots = -117, giving x^2 − (4)x + (-117) = 0, i.e. x^2 − 4x − 117 = 0.
75
What is the product of the roots of x^2 − 9x − 20 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -20/1 = -20.
76
Factor: 99x^2 − 66x
Medium
ExplanationThe GCF of 99 and -66 (besides x) is 11, and factoring it out (along with one x) gives 11x(9x − 6).
77
What is the minimum value of y = 6x^2 + 108x + 5?
Medium
ExplanationSince a = 6 is positive, the parabola opens upward and has a minimum at its vertex, where y = -481.
78
What are the solutions to x^2 + 16x + 15 = 0?
Medium
Explanationx^2 + 16x + 15 = (x + 1)(x + 15), so x = -15 or x = -1.
79
What is the axis of symmetry of the parabola y = -x^2 − 8x − 28?
Medium
ExplanationThe axis of symmetry is x = −b/(2a) = −(-8)/(2×-1) = -4.
80
Complete the square: x^2 + 26x + 183 = (x + h)^2 + k. What are the values of h and k?
Medium
Explanationx^2 + 26x + 183 = (x + 13)^2 + 14, since 26 = 2×13 and 183 − 169 = 14.
— Sponsored —
81
Solve the inequality: x^2 − 24x + 95 > 0
Medium
Explanationx^2 − 24x + 95 = (x - 5)(x - 19), with roots 5 and 19. Since the parabola opens upward, the expression is positive outside the roots, giving x < 5 or x > 19.
82
Is x^2 − 14x + 52 a perfect square trinomial?
Medium
ExplanationA trinomial x^2 + bx + c is a perfect square exactly when c = (b/2)^2. Here (b/2)^2 = (-7)^2 = 49, which does not match c = 52, so it is not a perfect square trinomial.
83
What is the value of -6x^2 − 12x − 21 when x = -11?
Medium
Explanation-6(-11)^2 + (-12)(-11) + (-21) = (-726) + (132) + (-21) = -615.
84
What is the minimum value of y = x^2 + 20x + 8?
Medium
ExplanationSince a = 1 is positive, the parabola opens upward and has a minimum at its vertex, where y = -92.
85
What is the vertex of the parabola y = 4x^2 + 72x + 27?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(72)/(2×4) = -9. Substituting gives y = -297, so the vertex is (-9, -297).
86
What is the vertex of the parabola y = -3x^2 + 30x − 23?
Medium
ExplanationThe vertex x-coordinate is −b/(2a) = −(30)/(2×-3) = 5. Substituting gives y = 52, so the vertex is (5, 52).
87
What is the y-intercept of y = 9x^2 + 14x − 19?
Medium
ExplanationThe y-intercept occurs at x = 0: y = 9(0)^2 + (14)(0) − 19 = -19.
88
Complete the square: x^2 − 28x + 182 = (x + h)^2 + k. What are the values of h and k?
Medium
Explanationx^2 − 28x + 182 = (x − 14)^2 − 14, since -28 = 2×-14 and 182 − 196 = -14.
89
What is the product of the roots of 4x^2 + 4x − 32 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -32/4 = -8.
90
What is the nature of the roots of 5x^2 + 10x − 3 = 0?
Medium
ExplanationThe discriminant is b^2 − 4ac = (10)^2 − 4(5)(-3) = 160, which is positive, so the equation has two distinct real roots.
— Sponsored —
91
What is the maximum value of y = -4x^2 + 48x − 27?
Medium
ExplanationSince a = -4 is negative, the parabola opens downward and has a maximum at its vertex, where y = 117.
92
Factor: 24x^2 + 24x
Medium
ExplanationThe GCF of 24 and 24 (besides x) is 12, and factoring it out (along with one x) gives 12x(2x + 2).
93
What is the value of -7x^2 − 7x + 24 when x = -7?
Medium
Explanation-7(-7)^2 + (-7)(-7) + (24) = (-343) + (49) + (24) = -270.
94
Solve the inequality: x^2 + 5x − 50 < 0
Medium
Explanationx^2 + 5x − 50 = (x + 10)(x - 5), with roots -10 and 5. Since the parabola opens upward, the expression is negative between the roots, giving -10 < x < 5.
95
What is the product of the roots of 4x^2 + 24x − 20 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -20/4 = -5.
96
Does the parabola y = -7x^2 − 25x + 28 open upward or downward?
Medium
ExplanationSince a = -7 is negative, the parabola opens downward.
97
Which equation has roots -11 and 7?
Medium
ExplanationSum of roots = -4, product of roots = -77, giving x^2 − (-4)x + (-77) = 0, i.e. x^2 + 4x − 77 = 0.
98
What is the product of the roots of 5x^2 − 31x − 15 = 0?
Medium
ExplanationBy Vieta's formulas, the product of the roots equals c/a = -15/5 = -3.
99
Does the parabola y = 6x^2 + 24x + 5 open upward or downward?
Medium
ExplanationSince a = 6 is positive, the parabola opens upward.
100
What is the y-intercept of y = -3x^2 − 8x + 10?
Medium
ExplanationThe y-intercept occurs at x = 0: y = -3(0)^2 + (-8)(0) + 10 = 10.
0
0
100
Questions
Double-click any word to look it up