I need to find $2$ factors of $-357$, which add up to $4$. Obviously one number is positive and the other is negative. I understand this and I know the factors can be $21$ and $-17$; but, how do I factor larger numbers like $-357$ without using a guess/check method?
2026-04-06 13:06:46.1775480806
How to factor quadratics $(x^2 + 4x + (-357) = 0)$
322 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You could just solve it using the quadratic formula. Then, if $x_1$ and $x_2$ are the two solutions, you can factor this as $x^2+4x-357=(x-x_1)(x-x_2)$.
If you really want to factorize $357$, though, you could just test the small primes to see if they are factors. For instance, $2$ is clearly NOT a factor, but $3$ is (because if you add up all of the digits you get a number which $3$ divides). So you factor out a $3$ to get $357=3\cdot(119)$.
Then checking $119$, $2$, $3$, and $5$ aren't factors -- but $7$ is. So then you have $357=3\cdot7\cdot17$. And $17$ is prime. So that's how you factor $357$.
Rules for Testing Small Primes: Given an integer we want to factor, here are some rules for checking whether the number is divisible by the small primes: