My equation is this: x-squared - 19x - 8466 I am not looking for an answer, but I was wondering how to figure out what 2 numbers will equal 8466, without a whole bunch of trial and error. I am not looking for 2(4233). I need bigger numbers to play with, and I am not sure how to get it.
Here's how to do it by using a quadratic formula.
This equation is of form ax^2+bx+c
a = 1 b = -19 c = -8466
x=[-b+/-sqrt(b^2-4ac)]/2a]
x=[19 +/-sqrt(-19^2-4(1)(-8466)]/(2)(1)
discriminant is b^2-4ac =34225
x=[19 +â(34225)] / (2)(1)
x=[19 -â(34225)] / (2)(1)
x=[19+185] / 2
x=[19-185] / 2
The roots are 102 and -83
If you're factoring , (x-102)(x+83) = x^2-19x-8466
-102+83 = -19
-102 x 83 = -8466