Answer:
- The product of two consecutive integers is 420:
20*21 = 420 and (-21)*(-20) = 420
- What is the constant of the quadratic expression in this equation?
Any constant less or equal than 0.25
Explanation:
The product of two consecutive integers is 420 can be expressed mathematically as follows:
x*(x+1) = 420
After applying distributive property and subtracting 420 at both sides, we get:
x^2 + x - 420 = 0
In order to factorise, we use the quadratic equation as follows:








Then, 20*21 = 420 and (-21)*(-20) = 420
A quadratic equation with the standard form has a solution to the equation: a*x^2 + b*x + c = 0 if its discriminant is greater or equal than zero. Mathematically:
b^2-4(a)(c) >= 0
Here a = 1 and b = 1; then,
1^2-4(1)(c) >= 0
-4(c) >= -1
c <= -1/-4
c <= 0.25