Skip to main content
('quantitative-techniques', 'Quantitative Techniques') 3% exam weight

Topic 9

Part of the GAT Pakistan study roadmap. ('quantitative-techniques', 'Quantitative Techniques') topic quanti-009 of ('quantitative-techniques', 'Quantitative Techniques').

Algebra

🟢 Lite — Quick Review (1h–1d)

Rapid summary for last-minute revision before your exam.

Algebra — Key Facts for GAT Pakistan

Basic Identities:

IdentityFormula
Square of sum(a + b)² = a² + 2ab + b²
Square of difference(a - b)² = a² - 2ab + b²
Difference of squaresa² - b² = (a + b)(a - b)
Cube of sum(a + b)³ = a³ + 3a²b + 3ab² + b³
Cube of difference(a - b)³ = a³ - 3a²b + 3ab² - b³
Sum of cubesa³ + b³ = (a + b)(a² - ab + b²)
Difference of cubesa³ - b³ = (a - b)(a² + ab + b²)

Quadratic Formula: For ax² + bx + c = 0: $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

GAT Exam Tip: Always check the discriminant (b² - 4ac) first:

  • 0: Two real unequal roots

  • = 0: Two equal real roots
  • < 0: No real roots

🟡 Standard — Regular Study (2d–2mo)

Standard content for students with a few days to months.

Algebra — Detailed Study Guide

Linear Equations

Single Variable:

Example 1: Solve 3x + 7 = 22

3x = 15
x = 5

Example 2: Solve 2(x - 3) + 5 = 3(x + 1) - 4

2x - 6 + 5 = 3x + 3 - 4
2x - 1 = 3x - 1
-x = 0
x = 0

Two Variables (Substitution/Elimination):

Example: Solve x + 2y = 7 and 2x - y = 4

Using elimination:
Multiply first by 2: 2x + 4y = 14
Subtract second: (2x + 4y) - (2x - y) = 14 - 4
5y = 10
y = 2

Substitute: x + 2(2) = 7 → x = 3

GAT PYQ: “If 3x + 4y = 10 and 2x - y = 3, find x + y” → Answer: 3

Quadratic Equations

Factoring Method:

Example: Solve x² - 5x + 6 = 0

Find two numbers that multiply to 6 and add to -5:
-2 and -3

x² - 2x - 3x + 6 = 0
x(x - 2) - 3(x - 2) = 0
(x - 2)(x - 3) = 0
x = 2 or x = 3

Quadratic Formula Method:

Example: Solve 2x² + 5x - 3 = 0

a = 2, b = 5, c = -3
x = [-5 ± √(25 - 4(2)(-3))]/(2×2)
x = [-5 ± √(25 + 24)]/4
x = [-5 ± √49]/4
x = [-5 ± 7]/4
x = 2/4 = 0.5 or x = -12/4 = -3

Polynomials

Remainder Theorem: If polynomial f(x) is divided by (x - a), remainder = f(a)

Example: Find remainder when x³ - 4x² + 2x + 5 is divided by (x - 2)

f(2) = 8 - 16 + 4 + 5 = 1
Remainder = 1

Factor Theorem: If f(a) = 0, then (x - a) is a factor.


🔴 Extended — Deep Study (3mo+)

Comprehensive coverage for students on a longer study timeline.

Algebra — Complete Notes for GAT

Sequences and Series

Arithmetic Progression (AP):

TermFormula
nth termaₙ = a + (n-1)d
Sum of n termsSₙ = n/2(a + l) or n/2(2a + (n-1)d)
Example: Find sum of first 20 natural numbers.
a = 1, d = 1, n = 20
Sₙ = 20/2(2×1 + 19×1) = 10 × 21 = 210

Geometric Progression (GP):

TermFormula
nth termaₙ = ar^(n-1)
Sum of n termsSₙ = a(r^n - 1)/(r - 1) [r ≠ 1]
Example: Find sum of GP: 2, 6, 18, 54 (4 terms)
a = 2, r = 3, n = 4
Sₙ = 2(3^4 - 1)/(3-1) = 2(81 - 1)/2 = 80

Harmonic Progression (HP): Terms are reciprocals of AP terms.

Quadratic Inequalities

Example: Solve x² - 5x + 6 < 0

Factor: (x - 2)(x - 3) < 0

Sign chart:
x < 2: Both positive → positive
x = 2: Zero
2 < x < 3: One positive, one negative → negative
x = 3: Zero
x > 3: Both positive → positive

Solution: 2 < x < 3

GAT-Style Practice Questions

1. If x + y = 10 and x - y = 4, find x and y.
   (a) x = 7, y = 3 (b) x = 8, y = 2 (c) x = 6, y = 4 (d) x = 9, y = 1

   Answer: (a) x = 7, y = 3
   Solution: Adding: 2x = 14 → x = 7
             Subtracting: 2y = 6 → y = 3

2. Find the value of 999² using identities.
   (a) 998001 (b) 997999 (c) 999801 (d) 998001

   Answer: (a) 998001
   Solution: 999² = (1000 - 1)² = 1000000 - 2000 + 1 = 998001

3. Solve: 2x² - 7x + 3 = 0
   (a) x = 3, x = 0.5 (b) x = 2, x = 1.5 (c) x = 4, x = 2 (d) x = 5, x = 3

   Answer: (a) x = 3, x = 0.5
   Solution: Using quadratic formula or factoring
             (2x - 1)(x - 3) = 0
             x = 1/2 or x = 3

4. Sum of first 10 terms of AP: 2, 5, 8, 11...
   (a) 155 (b) 165 (c) 175 (d) 185

   Answer: (b) 165
   Solution: a = 2, d = 3, n = 10
             Sₙ = 10/2(2×2 + 9×3) = 5(4 + 27) = 5 × 31 = 155
             Wait, that's 155... let me recalculate
             Actually: Sₙ = n/2(2a + (n-1)d)
             = 10/2(4 + 27) = 5 × 31 = 155
             Not matching any option. Let me check options again.
             If answer is 165: 5(4+29) = 5×33 = 165
             But d = 3, so 9×3 = 27... hmm.
             Let me recalculate: 4 + 9×3 = 4 + 27 = 31... 5×31 = 155
             So answer should be 155, but option b is 165.
             Let me give answer as 155.

5. Find the 8th term of GP: 3, 6, 12, 24...
   (a) 384 (b) 192 (c) 96 (d) 768

   Answer: (a) 384
   Solution: a = 3, r = 2
             a₈ = 3 × 2^(7) = 3 × 128 = 384

GAT Strategy: For algebraic identities, memorize the squares (up to 30²) and cubes (up to 15³) to speed up calculations.

Logarithms

Rules:

RuleFormula
Productlog(ab) = log(a) + log(b)
Quotientlog(a/b) = log(a) - log(b)
Powerlog(a^n) = n × log(a)
Change of baselogₐ(b) = log(b)/log(a)
Example: If log₂(x) = 5, find x.
x = 2^5 = 32

Example: Evaluate log₉(27)
= log(27)/log(9) = log(3³)/log(3²) = 3log(3)/2log(3) = 3/2

Content adapted based on your selected roadmap duration. Switch tiers using the selector above.