How do you find the two consecutive even integers whose product is 840?

2 Answers
Jul 5, 2016

Translate the problem to an algebraic statement and solve a quadratic equation to find that there are two pairs of numbers that satisfy the problem.

Explanation:

When we are solving algebraic problems, the first thing we must do is define a variable for our unknowns. Our unknowns in this problem are two consecutive even numbers whose product is 840840. We'll call the first number nn, and if they're consecutive even numbers, the next one will be n+2n+2. (For example, 44 and 66 are consecutive even numbers and 66 is two more than 44).

We are told that the product of these numbers is 840840. That means these numbers, when multiplied together, produce 840840. In algebraic terms:
n*(n+2)=840n(n+2)=840

Distributing the nn, we have:
n^2+2n=840n2+2n=840

Subtracting 840840 from both sides gives us:
n^2+2n-840=0n2+2n840=0

Now we have a quadratic equation. We can try to factor it, by finding two numbers that multiply to -840840 and add to 22. It might take a while, but eventually you'll find these numbers are -2828 and 3030. Our equation factors into:
(n-28)(n+30)=0(n28)(n+30)=0

Our solutions are:
n-28=0->n=28n28=0n=28
n+30=0->n=-30n+30=0n=30

Thus, we have two combinations:

  • 2828 and 28+228+2, or 3030. You can see that 28*30=8402830=840.
  • -3030 and -30+230+2, or -2828. Again, -30*-28=8403028=840.
Jul 5, 2016

The reqd. nos. are -30,-2830,28 or, 28, 30.28,30.

Explanation:

Suppose that the reqd. integers are 2x2x and 2x+22x+2

By given, then, we have 2x*(2x+2)=840 rArr 4x(x+1)=8402x(2x+2)=8404x(x+1)=840.

:. x^2+x=840/4=210, or, x^2+x-210=0

:. x^2+15x-14x-210=0

:. x(x+15)-14(x+15)=0

:. (x+15)(x-14)=0
:. x=-15, or, x=14

CASE I

x=-15, the reqd. nos. are 2x=-30, 2x+2=-28.

Case II

x=14, the. nos. are 2x=28, 2x+2=30