Algebra — Introduction & Intermediate
Level 1 — Recognition
Time limit: 20 minutes Total marks: 30
Section A — Multiple Choice (1 mark each)
Choose the single best option.
Q1. In the expression , the coefficient of is: (a) (b) (c) (d)
Q2. Which of the following are like terms? (a) (b) (c) (d)
Q3. The identity equals: (a) (b) (c) (d)
Q4. The degree of the polynomial is: (a) (b) (c) (d)
Q5. A polynomial with exactly three terms is called a: (a) monomial (b) binomial (c) trinomial (d) constant
Q6. The solution of is: (a) (b) (c) (d)
Q7. For the quadratic , the discriminant is: (a) (b) (c) (d)
Q8. If the discriminant , the roots are: (a) real and equal (b) real and distinct (c) complex (d) zero
Q9. By Vieta's formulas, the sum of the roots of is: (a) (b) (c) (d)
Q10. Rationalizing gives: (a) (b) (c) (d)
Section B — Matching (1 mark each pair; 5 marks)
Q11. Match Column A with Column B.
| Column A | Column B |
|---|---|
| (i) | (P) |
| (ii) | (Q) |
| (iii) | (R) |
| (iv) | (S) |
| (v) | (T) |
Section C — True / False with justification (2 marks each; 15 marks)
State True or False and give a one-line reason.
Q12. is a root of .
Q13. The terms and are unlike terms.
Q14. is a factor of .
Q15. The inequality has solution .
Q16. .
Q17. By the Remainder Theorem, dividing by leaves remainder .
Q18. The equation has no solution.
Answer keyMark scheme & solutions
Section A
Q1. (b) . The coefficient of is the number multiplying . (1)
Q2. (b) and . Since , both have identical variable part ; like terms need the same variables with same powers. (1)
Q3. (c) . Difference of squares identity. (1)
Q4. (b) . Highest power of is (from ). (1)
Q5. (c) trinomial. Three terms → trinomial. (1)
Q6. (b) . . (1)
Q7. (a) . Definition of discriminant. (1)
Q8. (b) real and distinct. ⇒ two unequal real roots. (1)
Q9. (c) . Sum . (1)
Q10. (a) . Multiply top and bottom by : . (1)
Section B
Q11. (i)→Q, (ii)→R, (iii)→P, (iv)→S, (v)→T. (1 each = 5)
- Sum of cubes and difference of cubes identities
- Difference of squares
Section C
(Correct T/F = 1, valid reason = 1)
Q12. True. , so satisfies the equation. (2)
Q13. False. (multiplication is commutative), so they are like terms. (2)
Q14. True. , so is a factor. (2)
Q15. False. Dividing by reverses the inequality: . (2)
Q16. False. , but ; . (2)
Q17. True. By Remainder Theorem remainder . (2)
Q18. True. Absolute value is never negative, so has no solution. (2)
[
{"claim":"Sum of roots of x^2-5x+6 is 5","code":"x=symbols('x'); r=solve(x**2-5*x+6,x); result=(sum(r)==5)"},
{"claim":"(x+3) divides x^2+5x+6","code":"x=symbols('x'); result=(rem(x**2+5*x+6,x+3,x)==0)"},
{"claim":"Remainder of x^2+x+1 by (x-1) is 3","code":"x=symbols('x'); p=x**2+x+1; result=(p.subs(x,1)==3)"},
{"claim":"1/sqrt(3) rationalized equals sqrt(3)/3","code":"result=simplify(1/sqrt(3)-sqrt(3)/3)==0"}
]