Master Algebra with this comprehensive study guide designed specifically for CHSL aspirants. This guide covers key concepts, shortcuts, and includes 10 practice MCQs to test your understanding.
Algebra is a crucial topic appearing in almost every competitive exam. Questions range from linear equations to quadratic equations and algebraic identities.
Form: ax + b = 0 → x = -b/a
System of equations: elimination or substitution method
Form: ax² + bx + c = 0
Solution: x = [-b ± √(b²-4ac)] / 2a (Discriminant = b²-4ac)
Test your understanding with these 10 targeted MCQs based on the concepts above.
Q1. If x + y = 10 and xy = 21, find x² + y².
Correct Answer: B
x² + y² = (x+y)² - 2xy = 100 - 42 = 58.
Q2. Solve: 3x + 7 = 22
Correct Answer: B
3x = 22 - 7 = 15. x = 15/3 = 5.
Q3. If x² - 5x + 6 = 0, the values of x are:
Correct Answer: A
x² - 5x + 6 = (x-2)(x-3) = 0. So x = 2 or x = 3.
Q4. Find the value of (a+b)² - (a-b)²:
Correct Answer: B
(a+b)² = a²+2ab+b²; (a-b)² = a²-2ab+b². Difference = 4ab.
Q5. If 2x - 3y = 12 and x + y = 11, find x.
Correct Answer: C
From x+y=11: y=11-x. Substitute: 2x-3(11-x)=12 → 2x-33+3x=12 → 5x=45 → x=9.
Q6. The discriminant of x² - 6x + 9 = 0 is:
Correct Answer: A
D = b² - 4ac = (-6)² - 4(1)(9) = 36 - 36 = 0. Equal roots (x=3).
Q7. If x + 1/x = 5, find x² + 1/x².
Correct Answer: B
x² + 1/x² = (x + 1/x)² - 2 = 25 - 2 = 23.
Q8. Factorize: a² - 16
Correct Answer: C
a² - 16 = a² - 4² = (a+4)(a-4), using the identity a²-b² = (a+b)(a-b).
Q9. If a³ + b³ = 35 and a + b = 5, find ab.
Correct Answer: A
a³+b³ = (a+b)(a²-ab+b²) = (a+b)[(a+b)²-3ab]. 35 = 5[25-3ab]. 7 = 25-3ab. 3ab=18. ab=6. Wait: 35=5×7, so a²-ab+b²=7. (a+b)²-3ab=7 → 25-3ab=7 → 3ab=18 → ab=6. Answer is C.
Q10. Solve for x: |2x - 3| = 7
Correct Answer: C
|2x-3| = 7 means 2x-3=7 or 2x-3=-7. Case 1: 2x=10, x=5. Case 2: 2x=-4, x=-2.