CAT (Common Admission Test) · Advanced Quantitative Aptitude
Equations and Inequalities
Linear and quadratic equations, inequalities, and their integer solutions.
Eight concepts: Vieta and the discriminant before you solve, the quadratic formula when factoring fails, AM-GM for a one-line minimum, modulus and sign-scheme on the number line, stars-and-bars for integer counts, and the subtract-to-linear move when two quadratics share a root.
- CAT (Common Admission Test)
- Hard level
- 8 concepts
- 21 practice questions
1Sum and product of roots
For ax^2+bx+c=0 with roots \alpha and \beta, the sum is \alpha+\beta=-\frac{b}{a} and the product is \alpha\beta=\frac{c}{a}. These two identities are usually faster than the quadratic formula when a CAT question asks only for \alpha+\beta, \alpha\beta, \alpha^2+\beta^2, or a symmetric expression in the roots — read sum and product off the coefficients, do not solve first.
To rebuild the monic quadratic from known roots, write x^2-(\alpha+\beta)x+\alpha\beta=0. Scaling by a recovers the general form ax^2+bx+c=0 with the same sum and product.
Figure. Roots \alpha=2 and \beta=3 on y=(x-2)(x-3) (drawn opening up on screen). Read \alpha+\beta=-b/a=5 and \alpha\beta=c/a=6 from the coefficients — do not solve first when the question only wants a symmetric expression.
Reading Vieta off the equation
- Standard formWrite ax^2+bx+c=0 with a\ne0; rearrange first if the equation is not already quadratic-standard.
- Read sum and productSum =-b/a, product =c/a. Do not solve for \alpha and \beta unless the question asks for the roots themselves.
- Rebuild if neededFrom known roots, form x^2-(\text{sum})x+(\text{product})=0, then multiply by a if a leading coefficient is required.
| Wanted | In terms of a,b,c | Watch for |
|---|---|---|
| \alpha+\beta | -\frac{b}{a} | Sign: sum is -b/a, not b/a |
| \alpha\beta | \frac{c}{a} | Product keeps the sign of c/a |
| \alpha^2+\beta^2 | (\alpha+\beta)^2-2\alpha\beta | Expand before substituting |
| Monic rebuild | x^2-(\alpha+\beta)x+\alpha\beta=0 | Drop a only when the question allows monic |
Rebuild from roots
The roots of a monic quadratic are 3 and -2. Write the equation.
- \alpha+\beta3+(-2)=1
- \alpha\beta3\cdot(-2)=-6
- x^2-(\alpha+\beta)x+\alpha\beta=0x^2-x-6=0
Pro tip. The quadratic formula x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} finds the roots; Vieta finds what you can say about them without writing \pm.
For 2x^2-8x+6=0, the product of the roots is
- 3
- -3
- 4
Product =c/a=6/2=3. The sum is -b/a=4, not the product; -3 flips the sign of c/a.
2Nature of roots from the discriminant
For ax^2+bx+c=0, the discriminant \Delta=b^2-4ac decides whether the roots are real and whether they coincide. A positive \Delta gives two distinct real roots; zero gives a repeated real root — one root, not two; a negative \Delta means no real roots at all. On CAT, equal roots always mean \Delta=0, and confusing that condition with the sum or product formulas is a common slip.
Figure. Solid curve: \Delta>0 crosses the axis twice. Dashed curve: \Delta=0 touches once (repeated root). \Delta<0 never meets the real axis — no real roots.
Reading the discriminant
- Identify coefficientsRead a, b, c from the equation in standard form — rearrange first if needed.
- Compute \DeltaEvaluate b^2-4ac exactly; keep the sign.
- Match the caseUse the table to name the root type before solving, unless the question only asks for a parameter from equal roots.
| Sign of \Delta | Real roots | Typical CAT move |
|---|---|---|
| \Delta>0 | Two distinct | Solve with the quadratic formula or factor |
| \Delta=0 | One repeated | Set \Delta=0 to pin a parameter |
| \Delta<0 | None | Reject real-root questions; no further algebra |
Parameter for equal roots
For what value(s) of k does x^2-kx+9=0 have equal roots?
- \Delta = k^2 - 4(1)(9)k^2 - 36
- Equal roots require \Delta = 0k^2 = 36
- k^2 = 36k = \pm 6
Pro tip. Set b^2-4ac=0 for repeated roots; remember it usually yields two values of the parameter, here 6 and -6.
How many distinct real roots does x^2+4x+4=0 have?
- Two
- One
- None
\Delta=16-16=0, so the root x=-2 is repeated — that is one distinct real root, not two. \Delta<0 would mean none; \Delta>0 would mean two distinct.
3The quadratic formula
When factoring fails or a parameter sits inside the coefficients, the quadratic formula gives every real root explicitly: x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}. Compute \Delta=b^2-4ac first — if it is negative and only real roots are wanted, stop; if it is zero the \pm collapses to one value.
Figure. Compute Δ = b²−4ac first. If it is negative and only real roots are wanted, stop; if it is zero the ± collapses to one value; otherwise keep both signs. For 2x²+3x−2=0, Δ = 9+16 = 25, so x = (−3±5)/4 gives 1/2 or −2.
Applying the formula
- Standard formWrite ax^2+bx+c=0 with a\ne0; divide through if the leading coefficient is not 1.
- Compute \DeltaEvaluate b^2-4ac and check its sign before taking the square root.
- Substitute both branchesPlug into \frac{-b\pm\sqrt{\Delta}}{2a} and simplify each branch separately.
When factoring is awkward
Solve 2x^2+3x-2=0.
- \Delta = 3^2 - 4(2)(-2)9 + 16 = 25
- x = \frac{-3 \pm \sqrt{25}}{2(2)}\frac{-3 \pm 5}{4}
- Two branchesx = \frac{1}{2} or x = -2
Pro tip. Sanity-check with Vieta: sum -\frac{3}{2}, product -1; \frac{1}{2}+(-2)=-\frac{3}{2} and \frac{1}{2}\times(-2)=-1.
For x^2-4x+4=0, the formula gives
- One root x=2
- Two roots x=2 and x=-2
- No real roots
\Delta=0, so x=\frac{4}{2}=2 once. Two distinct values need \Delta>0; none need \Delta<0.
4Common root of two quadratics
When two quadratics share a common root, subtract their left-hand sides (after aligning both to =0) to cancel the x^2 terms and obtain a linear equation that pins that root — subtract first, do not guess factors. Substitute the candidate back into either original equation to confirm, and to recover the second roots if needed.
Figure. Two quadratics share the root x=2. Subtracting the monic forms cancels x^2 and leaves a linear equation that pins that common root — then substitute back to confirm.
Pinning a shared root
- Align both equationsWrite each quadratic as =0 with the same variable powers lined up.
- SubtractSubtract one from the other so the x^2 coefficients cancel (scale first if the leading coefficients differ).
- Solve and verifySolve the resulting linear equation for the shared root, then substitute into either original quadratic to confirm and find the other root of each.
Shared root by subtraction
The equations x^2-5x+6=0 and x^2-3x+2=0 share a common root. Find it.
- (x^2-5x+6)-(x^2-3x+2)-2x+4
- -2x+4=0x=2
- Check in x^2-3x+24-6+2=0 (common root x=2)
Pro tip. When two quadratics share a common root, subtract them to get a linear equation that pins down that root — then verify in either original.
If x^2-5x+6=0 and x^2-3x+2=0 share a root, that shared root is
- 2
- 3
- 1
Subtracting cancels x^2 and gives -2x+4=0, so x=2. The value 3 is a root of the first only; 1 is a root of the second only.
5Minimizing with AM-GM
For non-negative x and y, the AM-GM inequality says \frac{x+y}{2}\ge\sqrt{xy}, with equality exactly when x=y. On CAT this is the standard one-line minimum for expressions like x+\frac{k}{x} with x>0: the minimum value is 2\sqrt{k}, reached at x=\sqrt{k} — no calculus required.
Figure. For x>0, (x+1/x)/2 \ge 1, with equality only at x=1. The solid AM curve never dips below the dashed GM line — that contact point is the AM-GM minimum.
AM-GM minimum in three moves
- Check positivityConfirm every term you feed AM-GM is non-negative (usually x>0 and k>0).
- Apply AM-GMWrite \frac{x+(k/x)}{2}\ge\sqrt{x\cdot(k/x)}=\sqrt{k}, so x+k/x\ge 2\sqrt{k}.
- Read equalitySet the two terms equal: x=k/x, hence x=\sqrt{k} (positive branch).
| Setup | Bound | Equality |
|---|---|---|
| x>0, k>0 | x+\frac{k}{x}\ge 2\sqrt{k} | x=\frac{k}{x}, so x=\sqrt{k} |
| Two positive terms | \frac{x+y}{2}\ge\sqrt{xy} | x=y |
Minimizing with AM-GM
For x>0, find the minimum value of x+\frac{16}{x}.
- AM-GM: x+\frac{16}{x}\ge 2\sqrt{x\cdot\frac{16}{x}}2\sqrt{16}
- 2\sqrt{16}2\times 4=8
- Equality when x=\frac{16}{x}x=4
Pro tip. For x+\frac{k}{x} with x>0, the minimum is always 2\sqrt{k} at x=\sqrt{k} — no calculus needed.
For x>0, the minimum of x+\frac{9}{x} is
- 6
- 9
- 3
AM-GM gives x+9/x\ge 2\sqrt{9}=6 at x=3. The value 9 is the product term, not the minimum; 3 is the equality point for x, not the minimum value.
6Modulus equations and inequalities
The inequality |x-a|<r means x lies in the open interval (a-r,a+r), while |x-a|>r means x lies outside the closed interval [a-r,a+r]. For equations that sum several absolute values, split the number line at each critical point (where an inside expression changes sign) and solve a linear equation on each piece, checking the middle interval separately — it often collapses to a constant.
A related CAT shortcut: for |x-a|+|x-b| with a\le b, the minimum value is |a-b|, achieved for every x in the closed interval between a and b.
Figure. The open interval (a-r, a+r) is the solution of |x-a|<r; outside the closed interval is |x-a|>r. Endpoints are excluded for the strict inequalities.
Solving a multi-piece modulus equation
- Mark critical pointsList every point where an expression inside a modulus is zero; these split the real line into intervals.
- Solve on each pieceOn each open interval (and at the endpoints if needed), drop the moduli with the correct signs and solve the resulting linear equation.
- Check the middleOn an interval between two critical points the sum of moduli is often a constant — compare it to the right-hand side before solving.
| Statement | Solution set | CAT note |
|---|---|---|
| |x-a|<r | (a-r,a+r) | Open interval — endpoints fail |
| |x-a|>r | (-\infty,a-r)\cup(a+r,\infty) | Outside the closed interval |
| |x-a|+|x-b| | Min =|a-b| on [\min(a,b),\max(a,b)] | Constant between the critical points |
Solving a modulus equation
How many real solutions does |x-3|+|x+2|=7 have, and what are they?
- For x\ge 3: (x-3)+(x+2)=72x-1=7\Rightarrow x=4 (valid)
- For x\le -2: -(x-3)-(x+2)=7-2x+1=7\Rightarrow x=-3 (valid)
- For -2<x<3: sum is constant5\ne 7 (no solution); hence x=4 and x=-3
Pro tip. Split the number line at each critical point of the modulus; check the middle interval separately since it often gives a constant. Here the middle constant is 5=|3-(-2)|, the minimum of |x-3|+|x+2|.
The inequality |x-2|<3 describes which set?
- (-1,5)
- [-1,5]
- (-\infty,-1)\cup(5,\infty)
|x-2|<3 is the open interval (2-3,2+3)=(-1,5). The closed interval would be \le; the exterior is the >r case.
7Sign-scheme for polynomial inequalities
For a factored polynomial inequality, mark every real root on a number line and test the sign of the product on each open interval those roots create. A standard CAT habit: start from the rightmost interval (where every linear factor is positive for a monic product) and alternate signs as you cross each simple root. Intervals where the product is positive or negative — according to the inequality — are the solution; exclude roots when the inequality is strict.
Figure. Sign chart for (x-1)(x-3): positive left of 1, negative between 1 and 3, positive right of 3. The strict inequality keeps only the middle open interval.
Building the sign chart
- Factor and mark rootsWrite the polynomial as a product of linear factors over the reals and place each root on the number line.
- Sign from the rightOn the rightmost interval every factor (x-r) is positive for a monic product; record +, then flip sign each time you cross a simple root.
- Read the inequalityKeep the intervals whose sign matches the inequality; drop or keep the roots themselves according to whether the inequality is strict.
Sign chart for a product
Solve (x-1)(x-3)<0.
- Roots on the linex=1 and x=3
- Signs on (-\infty,1), (1,3), (3,\infty)+, -, + (alternate from the right)
- (x-1)(x-3)<0x\in(1,3)
Pro tip. For a monic factored polynomial inequality, mark the roots on a number line and alternate signs starting positive from the rightmost interval — then keep only the intervals the inequality asks for. Factor out a negative leading coefficient before you start.
The solution of (x-1)(x-3)<0 is
- (1,3)
- (-\infty,1)\cup(3,\infty)
- [1,3]
The product is negative only between the roots, so (1,3). The exterior is where the product is positive; the closed interval would include the roots where the product is zero.
8Integer solutions by stars and bars
For a linear equation x_1+x_2+\cdots+x_k=n in non-negative integers, the number of solutions is \binom{n+k-1}{k-1} (equivalently \binom{n+k-1}{n}) by stars and bars. The same count covers x+y+z=n with x,y,z\ge 0. If a variable is required to be at least 1, substitute x_i'=x_i-1 and reduce to the non-negative case before applying the formula.
Figure. One placement of k-1 bars among n stars is one non-negative solution of x_1+\cdots+x_k=n; count the placements, not the values.
Counting non-negative solutions
- State n and kIdentify the target sum n and the number of variables k, and confirm each variable is a non-negative integer (or reduce to that case).
- Apply the binomialThe count is \binom{n+k-1}{k-1}. Prefer whichever of \binom{\cdot}{k-1} or \binom{\cdot}{n} is smaller to compute.
- Adjust boundsIf a lower bound is positive, shift variables first; if an upper bound appears, subtract the complementary count.
| Constraint | Substitution | Count |
|---|---|---|
| x_i\ge 0 | None | \binom{n+k-1}{k-1} |
| x_i\ge 1 | x_i'=x_i-1 | \binom{(n-k)+k-1}{k-1} |
| Upper bound on one x_i | Complement or cases | Subtract the forbidden tall solutions |
Non-negative solutions of x+y+z=5
How many non-negative integer solutions does x+y+z=5 have?
- n=5, k=3Need \binom{5+3-1}{3-1}
- \binom{7}{2}\frac{7\cdot 6}{2}=21
- Check form\binom{n+k-1}{k-1}=21 solutions
Pro tip. The number of non-negative integer solutions of x_1+x_2+\cdots+x_k=n is \binom{n+k-1}{k-1} by stars and bars.
The number of non-negative integer solutions of x+y+z=4 is
- 15
- 12
- 6
\binom{4+3-1}{3-1}=\binom{6}{2}=15. The value 12 undercounts; 6 is \binom{4}{2} and drops the stars-and-bars shift.
Notes
- Quadratic roots: For ax^2+bx+c=0, the sum of roots is -\frac{b}{a}, the product is \frac{c}{a}, and the discriminant b^2-4ac determines their nature.
- Nature of roots: b^2-4ac>0 gives two distinct real roots, =0 a repeated real root, and <0 a pair of complex conjugates.
- Integer solutions: For a linear equation like x+y+z=n with non-negative integers, the count of solutions follows from stars and bars.
- Modulus inequalities: |x-a|<r means x\in(a-r,a+r), while |x-a|>r means x lies outside the closed interval [a-r,a+r].
- Sign-scheme method: For a factored polynomial inequality, mark the roots on a number line and alternate signs starting positive from the rightmost interval.
Formulas
- Quadratic formula: x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
- Sum and product of roots: \alpha+\beta=-\frac{b}{a},\ \alpha\beta=\frac{c}{a}
- Discriminant: \Delta=b^2-4ac
- AM-GM inequality: \frac{x+y}{2}\ge\sqrt{xy} for x,y\ge0
- Reconstruct a quadratic: x^2-(\alpha+\beta)x+\alpha\beta=0
Exam traps & shortcuts
- The number of non-negative integer solutions of x_1+x_2+\cdots+x_k=n is \binom{n+k-1}{k-1} by stars and bars.
- For |x-a|+|x-b|, the minimum value is |a-b|, achieved for every x lying between a and b.
- Use AM-GM to minimize expressions like x+\frac{k}{x}; the minimum is 2\sqrt{k}, reached at x=\sqrt{k}.
- When two quadratics share a common root, subtract them to get a linear equation that pins down that root.
Reference tables
Every line here should be reconstructible from the concept above it, not merely recalled.
| Item | Relation | Watch for |
|---|---|---|
| Quadratic formula | x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} | Needs \Delta\ge 0 for real x |
| Sum / product | \alpha+\beta=-b/a, \alpha\beta=c/a | Sum carries the minus |
| Discriminant | \Delta=b^2-4ac | Equal roots \Leftrightarrow\Delta=0 |
| Monic rebuild | x^2-(\alpha+\beta)x+\alpha\beta=0 | Scale by a if needed |
| AM-GM | \frac{x+y}{2}\ge\sqrt{xy} (x,y\ge 0) | Equality only at x=y |
| Stars and bars | \binom{n+k-1}{k-1} | Non-negative x_i summing to n |
| Modulus ball | |x-a|<r\Leftrightarrow x\in(a-r,a+r) | Strict inequality excludes endpoints |
Recap
Read only this the night before.
- Vieta
- Sum =-b/a, product =c/a. Rebuild with x^2-(\text{sum})x+(\text{product})=0.
- Discriminant
- \Delta>0 two distinct real roots; \Delta=0 one repeated root; \Delta<0 none real. Equal roots means set \Delta=0.
- Formula
- x=\frac{-b\pm\sqrt{\Delta}}{2a} — compute \Delta first, then simplify both branches.
- Common root
- Subtract the two quadratics to a linear equation that pins the shared root; verify in either original.
- AM-GM
- For x>0, \min(x+k/x)=2\sqrt{k} at x=\sqrt{k}.
- Modulus
- Split at critical points; the middle interval is often constant. Min of |x-a|+|x-b| is |a-b| between a and b.
- Sign chart
- For a monic product, mark roots and alternate signs from the rightmost +; keep the intervals the inequality asks for.
- Stars and bars
- Non-negative solutions of x_1+\cdots+x_k=n number \binom{n+k-1}{k-1}.
Practise Equations and Inequalities
Reading is free and needs no account. Practice, mocks and progress live in the app.
- 21 exam-style questions on this topic, with explanations
- A 10-question practice set that ends the chapter
- Timed mocks scored with the real marking scheme
- Readiness tracked per topic, kept on your device