I got this curveball on Khan Academy
$$z^2−21z+68$$
$$=(z-17)(x-4)$$
It was all fine until I needed to find two numbers $a$ & $b$ such that $ab = 68$ and $a+b=-21$, and those numbers went above 10. I realised this is a huge limitation to perform factoring in general, and was wondering what techniques there might be to get around this?
For example, $ab = 748$, $a=22, b=34$
Is this kind of thing even solvable with two unknowns? Or do I need to ballpark it with a calculator?
You can use the quadratic formula. Any quadratic $ax^2+bx+c$ factors as $a\left(x+ \frac{b+\sqrt {b^2-4ac}}{2a}\right)\left(x+ \frac{b-\sqrt {b^2-4ac}}{2a}\right)$