๐ก Click any problem type to see how it converts to a quadratic equation.
๐ขNumber Problems
Pattern: Two numbers with given sum/difference and product.
Let numbers = x, (S โ x). Then x(S โ x) = P โ xยฒ โ Sx + P = 0
Example: Two numbers sum to 15, product is 56. Find them.
x(15 โ x) = 56 โ xยฒ โ 15x + 56 = 0 โ (x โ 7)(x โ 8) = 0
Numbers: 7 and 8
๐ฒArea & Geometry
Pattern: Dimensions expressed in terms of one variable, area given.
Rectangle: length ร breadth = Area โ x(x + d) = A
Example: Length is 5 more than breadth. Area = 150 mยฒ.
x(x + 5) = 150 โ xยฒ + 5x โ 150 = 0 โ (x + 15)(x โ 10) = 0
Breadth = 10 m, Length = 15 m (reject negative)
โฑ๏ธSpeed, Distance & Time
Pattern: D = S ร T with one variable, usually gives (x)(x ยฑ k) form.
If speed increases by k: D/x โ D/(x+k) = T_diff
Example: Train travels 480 km. If speed โ by 8 km/h, takes 3 hrs less.
480/x โ 480/(x+8) = 3 โ xยฒ + 8x โ 1280 = 0
Original speed = 32 km/h
๐งโ๐คโ๐งAge Problems
Pattern: Product of ages (present/past/future) is given.
Present ร Past_or_Future = Product โ x(x ยฑ k) = P
Example: Product of Ravi's age 5 years ago and 3 years later is 51.
(x โ 5)(x + 3) = 51 โ xยฒ โ 2x โ 66 = 0
x = (2 + โ268)/2 โ 9.2 โ x = 9 (approx)
๐ทWork & Time
Pattern: Combined rates with quadratic relationship.
If A does in x days and B in (x+k) days: 1/x + 1/(x+k) = 1/T
Example: Two pipes fill a tank: Pipe A takes 5 hrs less than B. Together they fill in 6 hrs.
1/x + 1/(x+5) = 1/6 โ xยฒ โ 7x โ 30 = 0 โ (xโ10)(x+3) = 0
Pipe B = 10 hrs, Pipe A = 15 hrs... wait let me recheck.
Actually: Pipe A = 10 hrs, Pipe B = 15 hrs (reject negative)
๐Consecutive Numbers
Pattern: Sum of squares, product, or other relations of consecutive integers.
Consecutive: x, x+1 | Even: x, x+2 | Odd: x, x+2
Example: Sum of squares of two consecutive odd numbers is 290.
xยฒ + (x+2)ยฒ = 290 โ 2xยฒ + 4x + 4 = 290 โ xยฒ + 2x โ 143 = 0
(x + 13)(x โ 11) = 0 โ Numbers: 11 and 13
๐Pythagoras & Triangles
Pattern: Sides expressed algebraically, use hยฒ = pยฒ + bยฒ.
If sides are x, x+a, x+b: (x+b)ยฒ = xยฒ + (x+a)ยฒ
Example: Hypotenuse is 2 more than one side, which is 1 more than the other.
Sides: x, x+1, x+2: (x+2)ยฒ = xยฒ + (x+1)ยฒ
xยฒ + 4x + 4 = xยฒ + xยฒ + 2x + 1 โ xยฒ โ 2x โ 3 = 0
(xโ3)(x+1) = 0 โ Sides: 3, 4, 5
๐ฐProfit & Cost
Pattern: Revenue = price ร quantity; with price/demand relationship.
If price = (base + x), items sold = (base โ x): Revenue = (a+x)(bโx)
Example: Cost of each item is โน(x + 5). Number sold = (50 โ x). Total revenue = โน750.
(x+5)(50โx) = 750 โ โxยฒ + 45x + 250 = 750
xยฒ โ 45x + 500 = 0 โ (xโ20)(xโ25) = 0
x = 20 or x = 25