Algebra
Learning Objectives
- Understand the fundamental concepts of Algebra
- Apply key formulas and techniques to solve problems
- Practice with exam-level questions to build speed and accuracy
1. Basic Identities
Algebraic identities are equations that hold true for all values of the variables. They form the foundation for simplification, factorization, and equation solving in SSC CGL.
Core Identities
- (a + b)² = a² + 2ab + b² — Square of sum
- (a - b)² = a² - 2ab + b² — Square of difference
- a² - b² = (a + b)(a - b) — Difference of squares
- (a + b)³ = a³ + 3a²b + 3ab² + b³ = a³ + b³ + 3ab(a + b) — Cube of sum
- (a - b)³ = a³ - 3a²b + 3ab² - b³ = a³ - b³ - 3ab(a - b) — Cube of difference
Advanced Identities
- a³ + b³ = (a + b)(a² - ab + b²) — Sum of cubes
- a³ - b³ = (a - b)(a² + ab + b²) — Difference of cubes
- (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca
- a³ + b³ + c³ - 3abc = (a + b + c)(a² + b² + c² - ab - bc - ca)
- If a + b + c = 0, then a³ + b³ + c³ = 3abc
a) 23 b) 25 c) 27 d) 21
a) 48 b) 52 c) 64 d) 56
2. Factorization
Factorization is the process of breaking an algebraic expression into a product of simpler expressions. It is essential for solving equations and simplifying rational expressions.
Methods of Factorization
Taking Out Common Factor
Identify the greatest common factor (GCF) of all terms and factor it out. Example: 6x³ + 9x² = 3x²(2x + 3).
Grouping
Group terms that share a common factor. Example: ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y).
Splitting the Middle Term
For ax² + bx + c, find two numbers p, q such that p + q = b and pq = ac. Then rewrite bx as px + qx and factor by grouping.
Using Identities
Apply standard identities to factor expressions directly, such as a² - b² = (a+b)(a-b), a³ ± b³ = (a ± b)(a² ∓ ab + b²).
a) (x-2)(x+2)(x-3) b) (x-2)(x+2)(x+3) c) (x-3)(x²-4) d) (x-2)(x-2)(x+3)
a) (2x+1)(x+3) b) (2x+3)(x+1) c) (x+3)(2x+1) d) (2x-1)(x-3)
3. Remainder Theorem & Factor Theorem
Remainder Theorem: When a polynomial p(x) is divided by (x - a), the remainder is p(a).
Factor Theorem: (x - a) is a factor of p(x) if and only if p(a) = 0.
These theorems allow fast evaluation of remainders without performing long division, and help identify factors of polynomials quickly.
a) 7 b) 9 c) 11 d) 5
4. Linear Equations
A linear equation is of the form ax + b = 0. SSC CGL frequently tests systems of linear equations in two and three variables.
Two Variables
A pair of equations: a₁x + b₁y = c₁, a₂x + b₂y = c₂. Three methods to solve:
- Substitution: Express one variable in terms of the other and substitute.
- Elimination: Multiply equations to make coefficients equal, then add/subtract.
- Cross-Multiplication: x/(b₁c₂ - b₂c₁) = y/(c₁a₂ - c₂a₁) = 1/(a₁b₂ - a₂b₁).
Three Variables
Use elimination to reduce to two variables, then solve using standard methods.
a) x=3,y=1 b) x=2,y=3 c) x=4,y=-1 d) x=1,y=5
a) x=2,y=1 b) x=-2,y=4 c) x=1,y=2 d) x=3,y=0.25
5. Quadratic Equations
A quadratic equation is of the form ax² + bx + c = 0, where a ≠ 0. It is one of the most important topics in SSC CGL Quant.
Standard Form & Discriminant
The discriminant D = b² - 4ac determines the nature of roots.
- D > 0: Two distinct real roots
- D = 0: Two equal real roots
- D < 0: No real roots (complex)
Quadratic Formula
x = [-b ± √(b² - 4ac)] / 2a
Sum & Product of Roots
If α and β are the roots of ax² + bx + c = 0:
- Sum of roots: α + β = -b/a
- Product of roots: αβ = c/a
- Sum of squares: α² + β² = (α+β)² - 2αβ = b²/a² - 2c/a
a) 9 b) 36 c) 3 d) -9
a) 15/4 b) -15/4 c) 15/2 d) 5/2
a) x² + x - 6 = 0 b) x² - x + 6 = 0 c) x² - x - 6 = 0 d) x² + x + 6 = 0
6. Polynomials
A polynomial is an expression of the form aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀, where n is a non-negative integer and aₙ ≠ 0.
Degree and Types
- Linear: degree 1 (e.g., 2x + 3)
- Quadratic: degree 2 (e.g., x² - 5x + 6)
- Cubic: degree 3 (e.g., x³ - 6x² + 11x - 6)
- Zero polynomial: p(x) = 0, degree undefined
Operations
Addition, subtraction, and multiplication follow standard algebraic rules. Division of polynomials uses long division or synthetic division.
a) -2x+7 b) 2x+3 c) x+5 d) 3x-1
7. Inequalities
Linear inequalities involve comparison using <, ≤, >, ≥. Solving them is similar to equations with one crucial difference.
Basic Rules
- Adding/subtracting the same number on both sides preserves the inequality.
- Multiplying/dividing by a positive number preserves the inequality.
- Multiplying/dividing by a negative number reverses the inequality.
Solving Linear Inequalities
Isolate the variable using the same operations as equations, but remember to reverse the inequality sign when multiplying or dividing by a negative number.
a) x ≤ 12 b) x ≥ 12 c) x ≤ 2 d) x ≥ 2
8. SSC CGL Shortcuts & Tricks
These time-saving techniques are specifically designed for the MCQ format of SSC CGL. Use them to solve problems in seconds instead of minutes.
Value-Putting Method
For identity verification and expression evaluation problems, substitute simple values like x = 0, 1, -1, or 2 to check which option matches.
- Put x = 0 to check the constant term.
- Put x = 1 to check the sum of coefficients.
- Put x = -1 for alternating sum of coefficients.
- Put x = 2 for evaluating polynomial values quickly.
Symmetric Expressions Evaluation Trick
For symmetric expressions in a, b, c (like a² + b² + c² or ab + bc + ca), use given conditions to substitute simple values. If a + b + c = s and ab + bc + ca = p, use (a + b + c)² = a² + b² + c² + 2(ab+bc+ca).
Identity-Based Factorization for Large Numbers
Use a² - b² identity to factor large numbers mentally. Example: 9991 = 10000 - 9 = 100² - 3² = (100-3)(100+3) = 97 × 103.
a) 24 b) 6 c) 36 d) 0
a) 14 b) 36 c) 25 d) 47
a) 29×31 b) 19×47 c) 23×39 d) 17×53
9. Advanced Problems
These problems integrate multiple concepts and are representative of the more challenging questions in SSC CGL Tier 2.
a) 0 b) 3√3 c) -3√3 d) 0
a) 0 b) 1 c) 3 d) -3
a) 23 b) 25 c) 21 d) 27
a) 2 b) 2√2 c) 4 d) √2
a) 6 b) 3 c) 7 d) 2
a) 0 b) 3xyz c) 1 d) 3(x+y+z)
a) 15 b) 12 c) 16 d) 7
a) x=y=z b) x+y+z=0 c) x=y=0 d) xyz=0