Algebra Basics
~20 min read · AFCAT Numerical Ability
- Weight: ~1 question per AFCAT paper, drawn almost entirely from identities, simultaneous equations, surd simplification and quadratic roots.
- Tools: Master the twelve standard identities, the discriminant rule for nature of roots, the sum/product of roots shortcut, and the surd-and-index rule set.
- Trap: Confusing (a − b)² with a² − b², losing the cross-term in (a + b + c)², or assuming log base 10 when the question uses natural log.
Overview
Algebra Basics appears about 1 times per paper across the last four AFCAT solved papers, placing it in the high yield band of Numerical Ability.
Algebra Basics carries roughly one question per AFCAT paper — three marks if correct, one mark lost if wrong. That is small in absolute weight, but the chapter is exceptionally high in return-on-time because almost every AFCAT algebra item is a one-step identity substitution, a two-line simultaneous-equation solve, or a direct application of a surd or log rule. There is no extended derivation work, no abstract proof, no calculus. The candidate who has memorised twelve identities, the discriminant rule and the surd-and-index table will solve the algebra item in under sixty seconds and walk away with three guaranteed marks.
This page builds the full toolkit. You get a comprehensive identity table covering twelve standard expansions, a polynomial vocabulary primer, the three methods for solving simultaneous linear equations, the condition trio (a₁/a₂, b₁/b₂, c₁/c₂) that tells you whether a system has one, none or infinite solutions, the quadratic discriminant and Vieta's formulas, a surd-and-index rule table with rationalisation worked through, the four logarithm laws with change-of-base, and the AP and GP formula sets. Twelve worked examples cover every pattern AFCAT has used in the last four papers.
The chapter is also a quiet feeder into other Numerical topics. The identity (a + b)² appears inside time-and-work mixture problems. The surd table appears inside geometry questions on diagonal length. The AP formula appears inside data-interpretation series. Mastering algebra basics pays a dividend across the entire Numerical Ability paper.
Why algebra carries reliable AFCAT marks
Across the last four solved AFCAT papers, algebra-basics items averaged 1.0 questions per paper. That is lower than percentage (~3.0) and time-speed-distance (~2.5), but algebra has a different property — it is almost completely formula-driven. Every AFCAT algebra item in recent papers has been solvable by recognising one of three structures:
- An algebraic identity that converts a given pair like a + b and ab into a target like a² + b².
- A two-variable linear system with small integer coefficients.
- A surd or index simplification with no more than three steps.
None of these require thinking — only recall. The candidate who has drilled the twelve identities and the surd rules walks in knowing every algebra item will close in under a minute. The candidate who has not drilled them spends two minutes on the same item, often misapplies an identity, and loses the mark.
A second reason this chapter matters: algebra is the quickest topic to revise. The full toolkit fits on one A4 sheet. Two days before the paper, a candidate can re-read the identity table, the discriminant rule and the surd table in twenty minutes and lock in three guaranteed marks. No other Numerical topic offers a revision-to-marks ratio this favourable.
Algebraic identities — comprehensive table
The twelve identities below cover every AFCAT algebra item in the last four papers. Memorise them in this exact form — most exam items hand you the right-hand side and ask for the left, or vice versa.
| # | Identity | Most common AFCAT use |
|---|---|---|
| 1 | (a + b)² = a² + 2ab + b² | Given a + b and ab, find a² + b² |
| 2 | (a − b)² = a² − 2ab + b² | Given a − b and ab, find a² + b² |
| 3 | (a + b)² − (a − b)² = 4ab | Find ab from sum and difference |
| 4 | (a + b)² + (a − b)² = 2(a² + b²) | Convert between sum-of-squares forms |
| 5 | a² − b² = (a + b)(a − b) | Factor a difference of squares |
| 6 | (a + b + c)² = a² + b² + c² + 2(ab + bc + ca) | Three-variable expansion |
| 7 | a³ + b³ = (a + b)(a² − ab + b²) = (a + b)³ − 3ab(a + b) | Sum of cubes given a + b and ab |
| 8 | a³ − b³ = (a − b)(a² + ab + b²) = (a − b)³ + 3ab(a − b) | Difference of cubes |
| 9 | (a + b)³ = a³ + b³ + 3ab(a + b) | Cube of a sum |
| 10 | (a − b)³ = a³ − b³ − 3ab(a − b) | Cube of a difference |
| 11 | a³ + b³ + c³ − 3abc = (a + b + c)(a² + b² + c² − ab − bc − ca) | When a + b + c = 0, the left side equals 3abc |
| 12 | (a + b)(a − b)(a² + b²) = a⁴ − b⁴ | Successive difference of powers |
Polynomials — vocabulary and zero
A polynomial in one variable x is an expression of the form anxn + an−1xn−1 + ... + a1x + a0, where the coefficients are real numbers and n is a non-negative integer.
| Term | Meaning | Example |
|---|---|---|
| Degree | Highest power of x appearing | 3x⁵ + 2x − 1 has degree 5 |
| Monomial | One term | 7x³ |
| Binomial | Two terms | 2x + 5 |
| Trinomial | Three terms | x² + 3x + 2 |
| Linear polynomial | Degree 1 | 3x − 4 |
| Quadratic polynomial | Degree 2 | x² − 5x + 6 |
| Cubic polynomial | Degree 3 | 2x³ + x − 7 |
| Zero of a polynomial | A value of x that makes p(x) = 0 | x = 2 is a zero of x² − 5x + 6 |
A polynomial of degree n has at most n real zeros. A linear polynomial ax + b has exactly one zero, x = −b/a. A quadratic polynomial has zero, one or two real zeros depending on its discriminant (covered below).
Factor theorem. If p(a) = 0, then (x − a) is a factor of p(x). This lets you check candidate zeros by substitution rather than long division.
Remainder theorem. When a polynomial p(x) is divided by (x − a), the remainder equals p(a). AFCAT occasionally asks for the remainder when a cubic is divided by a linear factor — substitute the root, no long division required.
Linear equations — one and two variables
A linear equation in one variable has the form ax + b = 0 with a ≠ 0. Its unique solution is x = −b/a. AFCAT one-variable items usually wrap this skeleton inside a word problem.
A linear equation in two variables has the form ax + by + c = 0. By itself it has infinitely many solutions (a straight line in the xy-plane). Two such equations together — a simultaneous system — can have a unique solution, no solution or infinitely many.
Three solution methods for a 2 × 2 system.
- Substitution. Solve one equation for one variable, substitute into the other. Best when one variable already has coefficient 1 or −1.
- Elimination. Multiply one or both equations by suitable constants so that one variable's coefficients become equal in magnitude, then add or subtract. Best when coefficients are small integers.
- Cross-multiplication. For a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0, the solution is x / (b₁c₂ − b₂c₁) = y / (c₁a₂ − c₂a₁) = 1 / (a₁b₂ − a₂b₁). Memorise this only if it suits you — substitution and elimination handle every AFCAT case.
Worked. Solve 2x + 3y = 13 and 4x − y = 5.
- From the second equation, y = 4x − 5.
- Substitute: 2x + 3(4x − 5) = 13 → 2x + 12x − 15 = 13 → 14x = 28 → x = 2.
- Then y = 4(2) − 5 = 3.
Simultaneous equations — conditions for solution count
For two equations a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0, the number of solutions depends on the three ratios a₁/a₂, b₁/b₂, c₁/c₂.
| Condition | Solutions | Geometry |
|---|---|---|
| a₁/a₂ ≠ b₁/b₂ | Exactly one solution (consistent, independent) | The two lines intersect at a single point |
| a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | No solution (inconsistent) | The two lines are parallel and distinct |
| a₁/a₂ = b₁/b₂ = c₁/c₂ | Infinitely many solutions (consistent, dependent) | The two lines coincide |
Worked. For what value of k does the system 2x + 3y = 7 and 4x + ky = 14 have infinite solutions? Apply the third condition: 2/4 = 3/k = 7/14. From 1/2 = 3/k, we get k = 6. Check the third ratio: 7/14 = 1/2. All three match, so k = 6.
Quadratic equations — discriminant and Vieta
A quadratic equation has the standard form ax² + bx + c = 0 with a ≠ 0. The two roots are given by the quadratic formula x = (−b ± √(b² − 4ac)) / (2a).
Discriminant. The quantity D = b² − 4ac decides the nature of the roots.
| Discriminant value | Nature of roots |
|---|---|
| D > 0 and D is a perfect square | Two distinct real rational roots |
| D > 0 and D is not a perfect square | Two distinct real irrational roots (conjugate surd pair) |
| D = 0 | Two equal real roots (a repeated root) |
| D < 0 | No real roots (two complex conjugate roots) |
Vieta's formulas (sum and product of roots). If α and β are the roots of ax² + bx + c = 0, then:
- Sum of roots: α + β = −b / a
- Product of roots: αβ = c / a
These two relations let you read off both root statistics directly from the coefficients — no need to solve the equation. AFCAT uses this heavily.
Forming a quadratic from given roots. If the roots are α and β, the equation can be written as x² − (α + β)x + αβ = 0.
Worked. Find the equation whose roots are 3 and −5. Sum = 3 + (−5) = −2. Product = 3 × (−5) = −15. Equation: x² − (−2)x + (−15) = 0, i.e. x² + 2x − 15 = 0.
Quadratic factorisation — splitting the middle term
For a quadratic ax² + bx + c with small integer coefficients, factorisation by splitting the middle term is faster than the quadratic formula. The method has three steps.
- Compute the product a × c.
- Find two numbers whose product is a × c and whose sum is b.
- Split b into those two numbers and factor in pairs.
Worked. Factor x² − 7x + 12.
- a × c = 1 × 12 = 12.
- Two numbers with product 12 and sum −7: that is −3 and −4.
- Rewrite: x² − 3x − 4x + 12 = x(x − 3) − 4(x − 3) = (x − 3)(x − 4).
So the roots are x = 3 and x = 4.
Worked. Factor 2x² + 7x + 3.
- a × c = 2 × 3 = 6.
- Two numbers with product 6 and sum 7: that is 1 and 6.
- Rewrite: 2x² + x + 6x + 3 = x(2x + 1) + 3(2x + 1) = (2x + 1)(x + 3).
Roots: x = −1/2 and x = −3.
When splitting fails. If the discriminant is not a perfect square, no integer split exists. Switch to the quadratic formula. AFCAT keeps coefficients clean — almost every quadratic item factors over the integers.
Inequalities — linear and modulus
A linear inequality looks like ax + b > 0 (or ≥, <, ≤). The solution method mirrors a linear equation, with one rule: when you multiply or divide both sides by a negative number, the inequality flips.
Worked. Solve −3x + 7 > 1.
- Subtract 7: −3x > −6.
- Divide by −3 (flip the inequality): x < 2.
Modulus inequalities. The absolute value |x| is the distance of x from zero on the number line.
- |x| < a (with a > 0) means −a < x < a.
- |x| > a (with a > 0) means x < −a or x > a.
- |x − k| < a means k − a < x < k + a (a window of width 2a centred at k).
Worked. Solve |x − 4| ≤ 3. This gives 4 − 3 ≤ x ≤ 4 + 3, i.e. 1 ≤ x ≤ 7.
AFCAT inequality items are rare (one item every few papers) and almost always linear. The modulus form occasionally appears wrapped inside a number-line interpretation question.
Surds and indices — rules and rationalisation
An index (or exponent) tells you how many times the base is multiplied by itself. A surd is an irrational root, typically √2, √3 or √5. AFCAT mixes the two in roughly one item per paper.
| Rule | Statement |
|---|---|
| Product of same base | am × an = am+n |
| Quotient of same base | am ÷ an = am−n |
| Power of a power | (am)n = amn |
| Product to a power | (ab)n = an × bn |
| Quotient to a power | (a/b)n = an / bn |
| Zero exponent | a0 = 1 (for a ≠ 0) |
| Negative exponent | a−n = 1 / an |
| Fractional exponent | am/n = (am)1/n = the n-th root of am |
| Product under a square root | √(ab) = √a × √b (for a, b ≥ 0) |
| Quotient under a square root | √(a/b) = √a / √b (for a ≥ 0, b > 0) |
| Square of a surd | (√a)² = a (for a ≥ 0) |
Rationalising the denominator. A fraction with a surd in the denominator is simplified by multiplying numerator and denominator by the conjugate of the denominator. The conjugate of (a + √b) is (a − √b), and vice versa.
Worked. Rationalise 1 / (3 + √2).
- Multiply top and bottom by (3 − √2): (3 − √2) / ((3 + √2)(3 − √2)).
- Denominator = 3² − (√2)² = 9 − 2 = 7.
- Result: (3 − √2) / 7.
Logarithms — definition and four laws
The logarithm loga(x) answers the question: to what power must a be raised to give x? Formally, if ay = x, then loga(x) = y, where a > 0, a ≠ 1, and x > 0.
Common log. log10(x) is written simply as log(x) on most AFCAT items. Natural log uses base e (≈ 2.718) and is written ln(x), but AFCAT rarely uses it.
| Law | Statement |
|---|---|
| Product law | loga(xy) = loga(x) + loga(y) |
| Quotient law | loga(x/y) = loga(x) − loga(y) |
| Power law | loga(xn) = n × loga(x) |
| Change of base | loga(x) = logb(x) / logb(a) |
| Log of base | loga(a) = 1 |
| Log of one | loga(1) = 0 |
| Log and exponent inverse | aloga(x) = x |
Worked. Find log2(32).
- 32 = 25.
- log2(25) = 5 × log2(2) = 5 × 1 = 5.
Worked. Simplify log(8) + log(125) (base 10).
- log(8) + log(125) = log(8 × 125) = log(1000).
- log(1000) = log(10³) = 3.
Arithmetic and geometric progressions
An arithmetic progression (AP) is a sequence where each term is obtained by adding a fixed number (the common difference d) to the previous term. A geometric progression (GP) is a sequence where each term is obtained by multiplying the previous by a fixed number (the common ratio r).
| Quantity | AP formula | GP formula |
|---|---|---|
| First term | a | a |
| Common difference / ratio | d | r |
| n-th term | an = a + (n − 1)d | an = a × rn−1 |
| Sum of first n terms | Sn = n/2 × (2a + (n − 1)d) = n/2 × (a + l), where l is the last term | Sn = a × (rn − 1) / (r − 1), for r ≠ 1 |
| Sum to infinity | Not defined (AP grows without bound for d ≠ 0) | S∞ = a / (1 − r), valid only when |r| < 1 |
| Arithmetic / geometric mean of a and b | AM = (a + b) / 2 | GM = √(ab) |
AM ≥ GM. For any two non-negative reals a and b, the arithmetic mean is at least as large as the geometric mean. Equality holds only when a = b. This inequality occasionally features in AFCAT max-min items.
Worked AP. Find the 20-th term of 3, 7, 11, 15, ...
- a = 3, d = 4.
- a20 = 3 + (20 − 1) × 4 = 3 + 76 = 79.
Worked GP. Find the sum of the first 6 terms of 2, 4, 8, 16, ...
- a = 2, r = 2, n = 6.
- S6 = 2 × (26 − 1) / (2 − 1) = 2 × 63 = 126.
Mensuration meets algebra — scaling rules
Whenever a linear dimension of a figure is multiplied by k, the area scales by k² and the volume scales by k³. This is pure algebra applied to geometry and AFCAT loves the trick.
| Dimension change | Effect on perimeter | Effect on area | Effect on volume |
|---|---|---|---|
| Side / radius doubled (k = 2) | ×2 | ×4 | ×8 |
| Side / radius halved (k = 1/2) | ×1/2 | ×1/4 | ×1/8 |
| Side increased by 10% (k = 1.1) | +10% | +21% | +33.1% |
| Side decreased by 20% (k = 0.8) | −20% | −36% | −48.8% |
The percentage effect on area for a small percentage change p on side is approximately 2p + p²/100, derived from (1 + p/100)² − 1. For volume it is 3p + 3p²/100 + p³/10000, derived from (1 + p/100)³ − 1. AFCAT uses these as one-line shortcuts.
Worked. If the radius of a circle is increased by 50%, by what percentage does the area increase?
- k = 1.5. New area / old area = 1.5² = 2.25.
- Increase = 1.25, i.e. 125%.
AFCAT trap patterns to memorise
- Identity confusion. (a − b)² equals a² − 2ab + b², not a² − b². A skim reader who mixes these loses three marks on the first identity item.
- Missing cross-terms in (a + b + c)². The expansion has six cross terms, not three. The correct form is a² + b² + c² + 2(ab + bc + ca). Forgetting the factor of 2 is the single most common error.
- Surd simplification slip. √(a + b) is not √a + √b. Only √(ab) = √a × √b. Many candidates apply the multiplicative rule to a sum and lose the mark.
- Log base assumption. If the question writes log(x) without a base, assume base 10 (common log) unless the question context explicitly suggests natural log. Mixing the bases gives a wrong numerical answer even if every law is applied correctly.
- Sign error in Vieta. For ax² + bx + c = 0, the sum of roots is −b/a, not b/a. A sign slip flips every answer in a question that asks for the sum.
- Discriminant zero versus negative. D = 0 gives two equal real roots, not no real roots. Only D < 0 means no real roots. A common item is ‘equation has equal roots, find k’ — set D = 0, not D < 0.
- Infinite-solution ratio. A 2 × 2 system has infinite solutions only when all three ratios a₁/a₂, b₁/b₂, c₁/c₂ are equal. Many candidates check only the first two and pick the wrong k.
- GP sum to infinity restriction. The formula a / (1 − r) holds only when |r| < 1. If r ≥ 1 or r ≤ −1, the series diverges and the question has no finite answer. AFCAT occasionally sets a trap by giving r = 2.
- Quadratic that is not a quadratic. An equation like (k − 1)x² + 3x + 2 = 0 is quadratic only when k ≠ 1. If k = 1, the equation collapses to a linear form. Always check the leading coefficient.
Time budget per item
AFCAT gives 72 seconds per question on average. For algebra-basics items, target the following bands.
| Item type | Target time |
|---|---|
| Direct identity substitution (given a + b and ab) | ≤ 30 seconds |
| Reciprocal pair (x + 1/x → x² + 1/x²) | ≤ 30 seconds |
| Simultaneous linear system (two variables) | ≤ 60 seconds |
| Solution-count condition (find k for infinite or no solution) | ≤ 45 seconds |
| Quadratic factorisation by splitting | ≤ 45 seconds |
| Sum or product of roots from coefficients | ≤ 20 seconds |
| Surd simplification or rationalisation | ≤ 60 seconds |
| Index evaluation with fractional or negative exponent | ≤ 45 seconds |
| Logarithm with one or two laws | ≤ 45 seconds |
| AP n-th term or GP sum | ≤ 45 seconds |
If an algebra item exceeds 90 seconds, mark it for review and move on. The opportunity cost of a stuck algebra item is one or two faster percentage or time-speed items lost later in the paper.
Worked AFCAT-style examples
If a + b = 7 and ab = 12, find the value of a² + b².
(a + b)² = a² + 2ab + b² ⇒ 49 = (a² + b²) + 24 ⇒ a² + b² = 25.
If x + 1/x = 5, find x² + 1/x² and x³ + 1/x³.
(x + 1/x)² = x² + 1/x² + 2 ⇒ 25 = x² + 1/x² + 2 ⇒ x² + 1/x² = 23. For the cube, (x + 1/x)³ = x³ + 1/x³ + 3(x + 1/x) ⇒ 125 = x³ + 1/x³ + 15 ⇒ x³ + 1/x³ = 110.
Simplify 5√3 + 2√27 − √48.
√27 = √(9 × 3) = 3√3 and √48 = √(16 × 3) = 4√3. So the expression equals 5√3 + 6√3 − 4√3 = 7√3.
Solve the system 3x + 2y = 12 and 2x − y = 1.
From the second equation, y = 2x − 1. Substitute into the first: 3x + 2(2x − 1) = 12 ⇒ 7x − 2 = 12 ⇒ x = 2. Then y = 2(2) − 1 = 3.
For what value of k does the system 2x + 3y = 7 and 4x + ky = 11 have no solution?
No solution requires a₁/a₂ = b₁/b₂ ≠ c₁/c₂. Here 2/4 = 3/k gives k = 6. Check the third ratio: 7/11 ≠ 1/2, so the system is inconsistent. Hence k = 6.
Factor 2x² − 11x + 12 and state the roots.
a × c = 24. Two numbers with product 24 and sum −11: that is −3 and −8. Split: 2x² − 3x − 8x + 12 = x(2x − 3) − 4(2x − 3) = (2x − 3)(x − 4). Roots: x = 3/2 and x = 4.
If α and β are the roots of x² − 6x + 8 = 0, find α + β, αβ and α² + β².
By Vieta, α + β = −(−6)/1 = 6 and αβ = 8/1 = 8. Then α² + β² = (α + β)² − 2αβ = 36 − 16 = 20.
Evaluate 32−3/5.
32 = 25, so 323/5 = (25)3/5 = 23 = 8. The negative exponent gives the reciprocal: 32−3/5 = 1/8.
Rationalise the denominator: 1 / (√5 − √3).
Multiply numerator and denominator by the conjugate (√5 + √3). Denominator becomes (√5)² − (√3)² = 5 − 3 = 2. Numerator becomes √5 + √3. Result: (√5 + √3) / 2.
Find the 15-th term of the AP 5, 8, 11, 14, ...
a = 5, d = 3. a15 = a + 14d = 5 + 14 × 3 = 5 + 42 = 47.
Find the sum of the infinite GP 6, 4, 8/3, 16/9, ...
a = 6 and r = 4/6 = 2/3. Since |r| < 1, the sum converges: S∞ = a / (1 − r) = 6 / (1 − 2/3) = 6 / (1/3) = 18.
Simplify log(8) + log(125) − log(2), where each log is to base 10.
Combine using the product and quotient laws: log(8) + log(125) − log(2) = log((8 × 125) / 2) = log(1000 / 2) = log(500). Since log(1000) = 3 and log(2) ≈ 0.3010, the answer ≈ 3 − 0.3010 = 2.6990.
Exam-day strategy
- Lock the twelve identities in week one. Most AFCAT algebra items reduce to one identity substitution. The reciprocal pair (x + 1/x) deserves its own drill — it appears in roughly one paper out of three.
- For simultaneous linear systems, prefer substitution when one variable has coefficient 1 or −1; otherwise use elimination. Reach for cross-multiplication only if you have drilled the formula to instinct.
- For solution-count questions, write the three ratios a₁/a₂, b₁/b₂, c₁/c₂ in a vertical stack and compare. The geometry interpretation (intersecting / parallel / coincident) is a useful memory aid.
- For quadratics, use splitting-the-middle-term first; switch to the quadratic formula only when the discriminant is not a perfect square. Always state sum and product of roots by Vieta before computing the roots — saves time when the question asks for either.
- For surds, factor radicands into the largest perfect square inside before simplifying. To rationalise, multiply by the conjugate.
- For logarithms, treat log(x) as base 10 unless told otherwise. Combine logs into a single log expression before computing.
- For AP and GP, write the four primitives (a, d or r, n, S) at the top of your scratch space and plug into the right formula. Never derive on paper — use the table directly.
- Aim for 30–60 seconds on direct identity items, 45–75 seconds on simultaneous systems and quadratics. Mark anything past 90 seconds and move on.
Practise Algebra Basics for AFCAT
AFCAT-pattern algebra drills with identities, simultaneous equations, quadratic roots, surds, logarithms and progressions.
Start free AFCAT practiceFrequently asked questions
How many algebra questions appear in an AFCAT paper?
On average, one algebra-basics question per paper. Across the last four solved papers the count has ranged from zero to two, with one being the typical figure.
Are full proofs of the quadratic formula tested?
No. AFCAT tests application only — discriminant, nature of roots, sum and product of roots, and factorisation. The derivation of the quadratic formula does not appear.
Does AFCAT test calculus?
No. Calculus (differentiation, integration, limits) is not part of the AFCAT Numerical Ability syllabus. Algebra is capped at the topics on this page.
How important is the AM-GM inequality?
Marginally. AM-GM has appeared in at most one item over the last four papers. Memorise the form (AM ≥ GM, equality at a = b) but do not invest revision time beyond that.
Are matrices and determinants tested?
No. AFCAT Numerical Ability does not cover matrices, determinants, vectors or complex numbers. Stay focused on the topics in this page.
Should I memorise the change-of-base log formula?
Yes. AFCAT occasionally sets a log item where the base in the question differs from base 10. The change-of-base rule loga(x) = logb(x) / logb(a) converts it in one line.