Challenging algebra problems involving quadratics, polynomials and complex equations!
1. Solve: 3^x = 81
💡 3^x = 81 = 3⁴, so x = 4.
2. If log₁₀(100) = x, what is x?
💡 log₁₀(100) = 2 because 10² = 100.
3. Simplify: (x² - 9) / (x - 3)
💡 x² - 9 = (x-3)(x+3). Dividing by (x-3) gives (x+3).
4. What are the roots of x² + 4x + 4 = 0?
💡 x² + 4x + 4 = (x+2)² = 0, so x = -2 (double root).
5. What is the value of i² in complex numbers?
💡 In complex numbers, i = √(-1), therefore i² = -1.
6. What is the arithmetic mean of the roots of x² - 6x + 8 = 0?
💡 Roots are 2 and 4. Arithmetic mean = (2+4)/2 = 3.
7. If 2^a = 8 and 2^b = 32, what is a + b?
💡 2^a = 8 = 2³ so a=3. 2^b = 32 = 2⁵ so b=5. a+b = 8. Wait: 3+5=8.
8. Solve: |2x - 4| = 8
💡 2x - 4 = 8 → x = 6, or 2x - 4 = -8 → x = -2.
9. What is the remainder when x³ - 2x² + x - 3 is divided by (x - 2)?
💡 Substitute x=2: 8 - 8 + 2 - 3 = -1.
10. What is the product of roots of x² - 7x + 12 = 0?
💡 Product of roots = c/a = 12/1 = 12.
11. Solve the system: x + y = 10 and x - y = 4
💡 Add both equations: 2x = 14, x = 7. Then y = 10 - 7 = 3.
12. Simplify: (3x²y)(4xy³)
💡 Multiply coefficients: 3×4=12. Add exponents: x^(2+1)=x³, y^(1+3)=y⁴. Result: 12x³y⁴.
13. What is log₂(64)?
💡 log₂(64) = 6 because 2⁶ = 64.
14. Expand: (2x + 3)²
💡 (2x+3)² = 4x² + 2(2x)(3) + 9 = 4x² + 12x + 9.
15. What is the sum of roots of 2x² - 8x + 6 = 0?
💡 Sum of roots = -b/a = -(-8)/2 = 4.
16. For what value of k does kx² + 4x + 1 = 0 have equal roots?
💡 Equal roots when discriminant = 0: 16 - 4k = 0, so k = 4.
17. If f(x) = 3x² - 2x + 1, what is f(2)?
💡 f(2) = 3(4) - 2(2) + 1 = 12 - 4 + 1 = 9.
18. What is the inverse of f(x) = 2x + 6?
💡 Swap x and y: x = 2y + 6, so y = (x-6)/2 = x/2 - 3.
19. Solve: x² - 5x + 6 = 0
💡 Factor: (x-2)(x-3) = 0, so x = 2 or x = 3.
20. What is the discriminant of ax² + bx + c = 0?
💡 The discriminant = b² - 4ac. If positive, two real roots; if zero, one root; if negative, no real roots.