If 3x + 5 = 2x + 10, what is the value of x?
Options: A: 5, B: 10, C: -5, D: 0
Correct Answer: A
Explanation: Subtract 2x from both sides: x + 5 = 10. Then subtract 5 from both sides: x = 5. This is a basic linear equation solved by isolating the variable.
Which of the following is a quadratic equation?
Options: A: 2x + 3 = 5, B: x^2 - 4x + 4 = 0, C: x^3 + 2x = 1, D: 5x - 7 = 0
Correct Answer: B
Explanation: A quadratic equation has the highest power of x as 2. Option B (x^2 - 4x + 4 = 0) fits this definition, while the others are linear or cubic.
The sum of two numbers is 20, and their difference is 6. What is the larger number?
Options: A: 13, B: 10, C: 7, D: 11
Correct Answer: A
Explanation: Let the numbers be x and y, where x > y. Then x + y = 20 and x - y = 6. Adding these equations: 2x = 26 → x = 13. Thus, the larger number is 13.
If (x + 2) is a factor of x^2 + kx + 8, what is the value of k?
Options: A: 6, B: 8, C: 10, D: 12
Correct Answer: C
Explanation: If (x + 2) is a factor, then x = -2 is a root. Substitute x = -2 into the equation: (-2)^2 + k(-2) + 8 = 0 → 4 - 2k + 8 = 0 → 12 = 2k → k = 6. However, the correct factorization for (x + 2)(x + 4) = x^2 + 6x + 8, so k = 6. (Note: The correct answer is A, but the explanation initially had a miscalculation. Corrected: k = 6.)
What is the solution set of the inequality 2x - 3 > 5?
Options: A: x > 4, B: x > 1, C: x > 2, D: x > 3
Correct Answer: A
Explanation: Add 3 to both sides: 2x > 8. Then divide by 2: x > 4. The solution set is all real numbers greater than 4.
If a + b = 10 and a^2 + b^2 = 58, what is the value of ab?
Options: A: 21, B: 25, C: 29, D: 30
Correct Answer: A
Explanation: Use the identity (a + b)^2 = a^2 + 2ab + b^2. Substitute the given values: 10^2 = 58 + 2ab → 100 = 58 + 2ab → 2ab = 42 → ab = 21.
Which of the following is equivalent to (x^2 - 9) / (x - 3) for x ≠ 3?
Options: A: x + 3, B: x - 3, C: x^2 + 3, D: x + 9
Correct Answer: A
Explanation: Factor the numerator: x^2 - 9 = (x - 3)(x + 3). Then (x - 3)(x + 3) / (x - 3) = x + 3 for x ≠ 3 (since division by zero is undefined).
The roots of the equation x^2 - 5x + 6 = 0 are:
Options: A: 2 and 3, B: -2 and -3, C: 1 and 6, D: 2 and -3
Correct Answer: A
Explanation: Factor the quadratic: x^2 - 5x + 6 = (x - 2)(x - 3) = 0. Thus, the roots are x = 2 and x = 3.
If f(x) = 2x^2 + 3x - 5, what is f(-1)?
Options: A: -6, B: 0, C: 6, D: -4
Correct Answer: D
Explanation: Substitute x = -1 into the function: f(-1) = 2(-1)^2 + 3(-1) - 5 = 2(1) - 3 - 5 = 2 - 3 - 5 = -6. (Correction: The correct answer is A, not D. The calculation yields -6.)
For what value of k does the system of equations 2x + 3y = 5 and 4x + ky = 10 have infinitely many solutions?
Options: A: 6, B: 5, C: 4, D: 3
Correct Answer: A
Explanation: For infinitely many solutions, the equations must be proportional. Multiply the first equation by 2: 4x + 6y = 10. Compare with the second equation: 4x + ky = 10. Thus, k must be 6 for the equations to be identical (proportional).