SOLUTION: Problem Find three consecutive integers such that the sum of their squares is 77. This is what I have, but not sure. x^2 + x^2 + x^2 = 77 I don't know where to go from here. Tha

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Problem Find three consecutive integers such that the sum of their squares is 77. This is what I have, but not sure. x^2 + x^2 + x^2 = 77 I don't know where to go from here. Tha      Log On


   



Question 81771: Problem
Find three consecutive integers such that the sum of their squares is 77.
This is what I have, but not sure.
x^2 + x^2 + x^2 = 77 I don't know where to go from here. Thank you for your help.

Found 2 solutions by jim_thompson5910, bucky:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Let x=1st #, y=2nd #, z=3rd #
Since you have consecutive integers, this means the integers are right next to each other. For instance, 1,2, and 3 are all consecutive integers. If x=1, then y=2, and z=3. So if you wanted them all in terms of x, you would say:
x=1, y=x+1, z=x+2

Since if you plug in x=1 into x+2, you get z=3. So the same applies to this problem.

So now we're adding the squares of these numbers to get 77 like this:

x%5E2%2By%5E2%2Bz%5E2=77
But we can write y as x%2B1 and z as x%2B2 so we can replace y and z:

x%5E2%2B%28x%2B1%29%5E2%2B%28x%2B2%29%5E2=77


x%5E2%2Bx%5E2%2B2x%2B1%2Bx%5E2%2B4x%2B4=77 Foil the two parenthesis separately

3x%5E2%2B6x%2B5=77 Combine like terms

3x%5E2%2B6x%2B5-77=cross%2877-77%29 Subtract 77 from both sides

3x%5E2%2B6x-72=0

Now that we have a quadratic, lets use the quadratic formula to solve for x:
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 3x%5E2%2B6x%2B-72+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%286%29%5E2-4%2A3%2A-72=900.

Discriminant d=900 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-6%2B-sqrt%28+900+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%286%29%2Bsqrt%28+900+%29%29%2F2%5C3+=+4
x%5B2%5D+=+%28-%286%29-sqrt%28+900+%29%29%2F2%5C3+=+-6

Quadratic expression 3x%5E2%2B6x%2B-72 can be factored:
3x%5E2%2B6x%2B-72+=+3%28x-4%29%2A%28x--6%29
Again, the answer is: 4, -6. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B6%2Ax%2B-72+%29



So we have 2 possible numbers for our first number.
Now lets check our first possible answer x=4:
Lets find our 2nd number using x=4:
y=x%2B1
y=4%2B1 Plug in x=4
y=5
So our 2nd number is 5
Lets find our 3rd number using x=4
z=x%2B2
z=4%2B2 Plug in x=4
z=6
So our 3rd number is 6
So our 3 numbers are 4,5,6

Check:
4%5E2%2B5%5E2%2B6%5E2=77 Plug in x=4,y=5,z=6
16%2B25%2B36=77
77=77 works



Now lets check our other possible answer x=-6:
Lets find the 2nd number using x=-6
y=x%2B1
y=-6%2B1 Plug in x=-6
y=-5
So our 2nd number is -5
Lets find our 3rd number using x=-6
z=x%2B2
z=-6%2B2 Plug in x=-6
z=-4
So our 3rd number is -4
So our 3 numbers are -6,-5,-4

Check:
%28-6%29%5E2%2B%28-5%29%5E2%2B%28-4%29%5E2=77 Plug in x=-6,y=-5,z=-4
36%2B25%2B16=77
77=77 works

So we have 2 sets of numbers that work. We have one set

4,5,6

and we also have

-6,-5,-4





Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
The first thing to do is to let x be the first integer. Then the next consecutive integer
is 1 number higher or x + 1. And the next consecutive integer after that is (x+1) + 1 or
x + 2.
.
The squares of these numbers are:
.
%28x%5E2%29
.
%28x+%2B+1%29%5E2+=+x%5E2+%2B+2x+%2B+1
.
%28x+%2B+2%29%5E2+=+x%5E2+%2B+4x+%2B+4
.
If you add these three squares together you get:
.
x%5E2+%2B+x%5E2+%2B+2x+%2B+1+%2B+x%5E2+%2B+4x+%2B+4
.
Combine the like terms and you get:
.
3x%5E2+%2B%282+%2B+4%29x+%2B+%281+%2B+4%29
.
This reduces to:
.
3x%5E2+%2B+6x+%2B+5
.
This is the sum of the squares and the problem tells you that this sum equals 77. So
the equation becomes:
.
3x%5E2+%2B+6x+%2B+5+=+77
.
Put this into standard quadratic form by subtracting 77 from both sides to get:
.
3x%5E2+%2B+6x+-+72+=+0
.
Since this is in standard quadratic form, you can solve it by using the quadratic
formula. Although it may be difficult to recognize, the left side of this equation can
be factored:
.
3%28x+-+4%29%28x+%2B+6%29+=+0
.
Divide both sides by 3 to reduce the equation to:
.
%28x+-+4%29%28x+%2B+6%29+=+0
.
This equation will be true if one of the factors is zero because a multiplier of zero on the
left side will make the left side equal to zero, just as the right side is.
.
So solve this equation by setting each factor equal to zero.
.
x+-+4+=+0
.
Solve by adding 4 to both sides to get x+=+4. This would mean that the next two
consecutive integers are 5 and 6.
.
Now set the second factor equal to zero:
.
%28x+%2B+6%29+=+0
.
Solve by subtracting 6 from both sides to get x+=+-+6. This makes the next two
consecutive integers (x+1 and x + 2) equal to -5 and -4.
.
So we have two possibilities. One solution is 4, 5, and 6. The other solution is -6, -5,
and -4.
.
Let's check them out.
.
4%5E2+%2B+5%5E2+%2B+6%5E2+=+16+%2B+25+%2B+36+=+77
.
That works. Now:
.
%28-6%29%5E2+%2B+%28-5%29%5E2+%2B+%28-4%29%5E2+=+36+%2B+25+%2B+16+=+77
.
Although it's a little more difficult to think about, -6, -5, and -4 are three consecutive
integers that also work.
.
Hope this helps you to understand the problem.