Algebra & Manipulation

Study Sheet

Algebra & Manipulation

Equations, ratios, and factoring tricks

Setting Up and Solving

Tip
Vieta for quadratics

For ax2+bx+c=0ax^2+bx+c=0 with roots r,sr,s: sum r+s=bar+s = -\dfrac ba and product rs=cars = \dfrac ca.

In plain terms. The two numbers that solve a quadratic add up to b/a-b/a and multiply to c/ac/a — you can read those off without solving.

Example. For x27x+12=0x^2 - 7x + 12 = 0 the roots sum to 77 and multiply to 1212, so they are 33 and 44.

Reminder — Vieta's formulas:r1+r2=ba,r1r2=car_1+r_2=-\frac{b}{a},\qquad r_1 r_2=\frac{c}{a}

Ratios and Clever Factoring

Tip
Ratios and proportions

A ratio a:ba:b means the amounts are akak and bkbk. A proportion ab=cd\dfrac ab = \dfrac cd cross-multiplies to ad=bcad = bc.

In plain terms. A ratio is a shared multiplier — turn "33 to 55" into "3k3k and 5k5k," then use the given total to find kk.

Example. If red to blue is 3:53:5 and there are 4040 total, then 3k+5k=403k + 5k = 40, so k=5k = 5: 1515 red and 2525 blue.

Tip
Simon's Favorite Factoring Trick

The expression xy+ax+byxy + ax + by factors as (x+b)(y+a)ab(x+b)(y+a) - ab.

In plain terms. When an equation mixes a product like xyxy with plain xx and yy terms, add the one missing number to make it factor into a neat product.

Example. For xy+2x+3y=8xy + 2x + 3y = 8, add 66: (x+3)(y+2)=14(x+3)(y+2) = 14, so the integer factor pairs of 1414 give the solutions.