SOLUTION: The square of the first of three consecutive odd integers is 9 more than 6 times the sum of the second and the first. Find the numbers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The square of the first of three consecutive odd integers is 9 more than 6 times the sum of the second and the first. Find the numbers.       Log On


   



Question 265347: The square of the first of three consecutive odd integers is 9 more than 6 times the sum of the second and the first. Find the numbers.

Found 4 solutions by mananth, ikleyn, josgarithmetic, timofer:
Answer by mananth(16949) About Me  (Show Source):
You can put this solution on YOUR website!
The square of the first of three consecutive odd integers is 9 more than 6 times the sum of the second and the first. Find the numbers.
let the numbers be x , x+2 , x+4
(x+x+2+x+4)^2 = 6(x+x+2) +9
(3x+6)^2=12x=12+9
9x^2+36x+36=12x+3
9x^2+36x-12x+36-3=0
9x^2+24x+15=0 ( divide equation by3
3x^2+8x+5=0
3x^2+3x+5x+5=0
3x(x+1)+5(x+1)=0
(x+1)(3x+5)=0
x=-1
the numbers are -1 , +1, +3

Answer by ikleyn(53751) About Me  (Show Source):
You can put this solution on YOUR website!
.
The square of the first of three consecutive odd integers is 9 more than 6 times the sum of the second and the first.
Find the numbers.
~~~~~~~~~~~~~~~~~~~~~~~~~~~


        The solution in the post by @mananth is incorrect. His answer is incorrect, as well.
        See below my correct solution.


Let the three consecutive odd integer numbers be x, (x+2) and (x+4).


The equation is

    x^2 = 6(x + (x+2)) + 9,


Write it in standard form quadratic equation

    x^2 - 12x - 21 = 0.    (1)


Its discriminant is

    d = b^2 - 4ac = (-12)^2 -4*1*(-21) = 144 + 84 = 228.


The number 228 is not a perfect square.

It tells that equation (1) has no solutions in integer numbers.

The conclusion is that the given problem has no solutions and describes a situation which NEVER may happen.

In other words, the problem as it is given in the post is a FAKE.



Answer by josgarithmetic(39792) About Me  (Show Source):
You can put this solution on YOUR website!
Consecutive odd integers
n, n+2, n+4

The description
%28n%29%5E2=9%2B6%28n%2B%28n%2B2%29%29

Steps to solve
n%5E2=9%2B6%282n%2B2%29
n%5E2=9%2B12n%2B12
n%5E2-12n=21
n%28n-12%29=21, not seeing anything with this.
n%5E2-12n-21=0
discriminant %2812%29%5E2-4%2A%28-21%29=144%2B84=228
and sqrt%28228%29=15.0997

The exercise problem is broken. No solution.

Answer by timofer(155) About Me  (Show Source):
You can put this solution on YOUR website!
These consecutive odd integers may be x, x+2, x+4.
Guessing that the "sum of the second and third" was really meant, then
x%5E2=6%28x%2B2%2Bx%2B4%29%2B9
x%5E2=6%282x%2B6%29%2B9
x%5E2=12x%2B36%2B9
x%5E2=12x%2B45
x%5E2-12x=45
x%28x-12%29=45
x%28x-12%29=15%2A3=45
This means the first integer would be 15.

The way the given problem was described cannot be correct.