Why this topic matters · 8 min read
Algebra appears in 5-8 questions per SSC MTS paper, mostly linear equations in one/two variables, simple quadratics, and algebraic identities. Expect straightforward problem-solving — no complex polynomial divisions. Focus on speed and avoiding sign errors. This is a high-confidence scoring zone if you master basics.
Linear Equations in One Variable
These are equations with one unknown (usually x) and no exponents. SSC MTS loves simple real-world scenarios: age problems, work-sharing, money distribution. The key is isolating x by moving terms across the equals sign, flipping their operation. Always check your answer by substituting back.
- Form: ax + b = c. Solve by: x = (c - b) / a
- Watch signs when moving terms: +5 becomes -5 when crossing equals
- Word problems: define variable clearly, translate sentence to equation, solve, verify
- Common trap: forgetting to divide the entire right side by the coefficient of x
- Always substitute answer back into original equation to confirm
Key formulas
Linear Equation Standard
ax + b = c => x = (c - b) / a
When: Solving any linear equation in one variable
Worked examples
Example 1: 3x + 7 = 22. Move 7: 3x = 15. Divide by 3: x = 5. Check: 3(5) + 7 = 22. Correct.
Example 2: Age problem — Father is 3 times son's age. In 10 years, father will be twice son's age. Let son's age = x. Now: 3x + 10 = 2(x + 10). Solve: 3x + 10 = 2x + 20 => x = 10. Son is 10, father is 30.
Linear Equations in Two Variables
Two unknowns (x and y), usually two equations. SSC MTS uses substitution or elimination method. Elimination is faster in exams: multiply one/both equations to make one variable's coefficient equal, then subtract. Substitution works when one variable has coefficient 1.
- Elimination method: make coefficients of one variable equal, subtract equations, solve for remaining variable
- Substitution: express one variable in terms of other from one equation, plug into second equation
- Graphically: two straight lines; unique solution = lines intersect at one point
- No solution if lines are parallel (same slope, different intercept)
- Infinite solutions if equations represent the same line
Key formulas
Elimination Method Setup
a1*x + b1*y = c1 and a2*x + b2*y = c2. Multiply first by a2, second by a1, subtract to eliminate x.
When: Solving simultaneous linear equations when elimination is cleaner than substitution
Worked examples
Example: 2x + 3y = 13 and x + 2y = 8. Multiply second by 2: 2x + 4y = 16. Subtract first from this: (2x + 4y) - (2x + 3y) = 16 - 13 => y = 3. Substitute in second: x + 6 = 8 => x = 2. Answer: (2, 3).
Example: x + y = 10 and x - y = 4. Add both equations: 2x = 14 => x = 7. Substitute: 7 + y = 10 => y = 3.
Quadratic Equations
Equations of form ax^2 + bx + c = 0. SSC MTS mostly tests factorization and quadratic formula. Factorization is faster if the quadratic factors nicely (which it usually does in this exam). Always rearrange to standard form first. Two solutions possible (real or complex, but MTS stays with real).
- Standard form: ax^2 + bx + c = 0
- Factorization: find two numbers that multiply to ac and add to b, split middle term, factor by grouping
- Quadratic formula works always but slower — use only if factorization fails
- Sum of roots = -b/a, Product of roots = c/a (useful for verification)
- If discriminant (b^2 - 4ac) is negative, no real roots; if zero, one repeated root; if positive, two distinct roots
Key formulas
Quadratic Formula
x = (-b ± sqrt(b^2 - 4ac)) / (2a)
When: When factorization is difficult or impossible
Discriminant
D = b^2 - 4ac
When: To determine nature of roots (real/complex, distinct/repeated)
Sum and Product of Roots
Sum = -b/a, Product = c/a
When: Quick verification or constructing equation from roots
Worked examples
Example 1: x^2 + 5x + 6 = 0. Find two numbers: 2 and 3 (multiply to 6, add to 5). Factor: (x + 2)(x + 3) = 0. Roots: x = -2 or x = -3.
Example 2: 2x^2 - 7x + 3 = 0. ac = 6. Find numbers: 6 and 1 (multiply to 6, add to 7... wait, need -6 and -1). Rewrite: 2x^2 - 6x - x + 3 = 0. Factor: 2x(x - 3) - 1(x - 3) = 0 => (2x - 1)(x - 3) = 0. Roots: x = 1/2 or x = 3.
Algebraic Identities
Standard expansions and factorizations that save time. SSC MTS tests these heavily in simplification and factorization questions. Memorize the core six. These are shortcuts — using them is faster than expanding manually.
- (a + b)^2 = a^2 + 2ab + b^2 and (a - b)^2 = a^2 - 2ab + b^2
- (a + b)(a - b) = a^2 - b^2 (difference of squares — very common)
- (a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 and (a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3
- a^3 + b^3 = (a + b)(a^2 - ab + b^2) and a^3 - b^3 = (a - b)(a^2 + ab + b^2)
- Recognize patterns in questions: if you see x^2 - 9, immediately think (x - 3)(x + 3)
Key formulas
Square of Binomial
(a ± b)^2 = a^2 ± 2ab + b^2
When: Expanding or recognizing perfect square trinomials
Difference of Squares
(a + b)(a - b) = a^2 - b^2
When: Factoring expressions like x^2 - 16, or multiplying conjugates
Sum/Difference of Cubes
a^3 ± b^3 = (a ± b)(a^2 ∓ ab + b^2)
When: Factoring cubic expressions
Simplification & Substitution
SSC MTS often gives algebraic expressions and asks you to simplify or evaluate them. Use identities to collapse terms quickly. Substitution questions give you values (like x = 2, y = 3) and ask you to find the value of a complex expression. Always substitute carefully and follow order of operations.
- Simplify by grouping like terms and applying identities
- For substitution: write out the expression, substitute values, compute step-by-step
- Watch order of operations: exponents before multiplication/division, then addition/subtraction
- If expression has fractions, find common denominator before simplifying
- Negative signs are easy to mess up — double-check when substituting negative values
⚠ Common mistakes to avoid
- Sign error when moving terms: forgetting to flip sign when crossing equals sign. Example: 2x + 5 = 13 becomes 2x = 13 - 5, not 13 + 5.
- Forgetting to divide entire right side by coefficient of x. Example: 3x = 15 gives x = 5, but students sometimes write x = 15 - 3.
- In quadratic factorization, finding numbers that multiply to ac but forgetting they must also add to b. Always check both conditions.
- Misapplying identities: writing (a + b)^2 = a^2 + b^2 (wrong — missing the 2ab term).
- In two-variable equations, solving for one variable correctly but then substituting into wrong equation or making arithmetic error in final substitution.
- Ignoring the ± in quadratic formula and writing only one root when two exist.
🧠 Memory aids
- PEMDAS for order: Parentheses, Exponents, Multiply/Divide (left to right), Add/Subtract (left to right).
- Difference of Squares: 'A squared minus B squared is (A plus B) times (A minus B)' — rhyme it.
- Quadratic roots: 'Minus B plus-minus square root of B squared minus 4AC, all over 2A' — sing it to a tune.
- Identity check: (a+b)^2 always has a MIDDLE term (2ab). If you forget it, you're wrong.
- Elimination method: 'Make, Match, Subtract' — make coefficients equal, match signs, subtract to eliminate.
🎯 SSC MTS exam tips
- SSC MTS Quant has 25 questions in 90 minutes. Algebra is 5-8 of these. Spend max 1-1.5 min per question. If factorization doesn't work in 30 seconds, switch to quadratic formula.
- Recent papers (2022-2024) show preference for word problems (age, distance, work) over pure algebraic manipulation. Read carefully, define variable clearly.
- Identities are tested as 'simplify' or 'find value' questions. These are quick wins if you memorize the six core identities. Expect 1-2 identity questions per paper.
- Two-variable equations appear as 'find x and y' or 'find x + y'. Elimination is faster than substitution in timed exams. Practice elimination until it's automatic.
- Quadratic questions rarely ask for complex roots. If discriminant is negative, the answer is usually 'no real solution' or the question is designed so it doesn't happen. Don't overthink.
- Always verify your answer by substituting back. This takes 10 seconds and catches 90% of careless errors. In SSC MTS, accuracy > speed.
Q1 · hard · AI-verified
If m² − 7m + 10 = 0 and n² − 6n + 8 = 0, what is the maximum value of m − n?
- 3
- 2
- 4
- 1
Q2 · hard · AI-verified
If (x + 1/x) = 3, what is the value of (x³ + 1/x³)?
- 9
- 27
- 12
- 18
Q3 · medium · PYQ 2017
What is the simplified value of [(2.7)³ + (1.3)³] / [(2.7)² - 2.7 × 1.3 + (1.3)²]?
- 27
- 14
- 4
- 13
Q4 · hard · AI-verified
If a and b are roots of x² − 5x + 4 = 0, what is the value of (1/a) + (1/b)?
- 5/4
- 9/4
- 4/5
- 1/4
Q5 · hard · AI-verified
If (x + 1/x) = 4, then what is the value of (x⁴ + 1/x⁴)?
- 196
- 188
- 200
- 194