SOLUTION: Number Problem. Find two consecutive positive integers such that the sum of their square is 85

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Number Problem. Find two consecutive positive integers such that the sum of their square is 85      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 99588: Number Problem. Find two consecutive positive integers such that the sum of their square is 85
Found 2 solutions by timmy1729, bucky:
Answer by timmy1729(23) About Me  (Show Source):
You can put this solution on YOUR website!
x%5E2+%2B+%28x%2B1%29%5E2+=+85
Make x one of those numbers and the x+1 would be the next consecutive number.
x%5E2+%2B+x%5E2+%2B+2x+%2B+1+=+85
2x%5E2+%2B+2x+%2B+1+=+85
2%28x%5E2+%2B+x%29+=+84
x%5E2+%2B+x+=+42 then x%5E2+%2B+x+-+42+=+0
%28x+%2B+6%29%28x+-+7%29+=+0 so x+=+-6 and x+=+7 are solutions. Since a negative squared is positive, you can just use 6 and 7.
6%5E2+%2B+7%5E2+=+85
36+%2B+49+=+85

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
First recognize that if x is one of the integers, the next integer is x + 1
.
Their respective squares are x^2 and (x + 1)^2. But (x + 1)^2 is equal to x^2 + 2x + 1.
.
Therefore, if you add their squares you get that the sum of their squares is:
.
x^2 + x^2 + 2x + 1
.
Note that the two x^2 terms combine and this changes the sum of the squares to:
.
2x^2 + 2x + 1
.
But the problem tells you that this sum equals 85. So set this polynomial equal to 85 and the
equation is then:
.
2x^2 + 2x + 1 = 85
.
Subtract 85 from both sides to get this equation in a standard quadratic form of:
.
2x^2 + 2x - 84 = 0
.
Notice that each term has 2 as a factor. Therefore, you can simplify this equation a
little by dividing all the terms on both sides by 2. This reduces the equation to:
.
x^2 + x - 42 = 0
.
The left side of this equation factors into (x + 7)*(x - 6) which makes the equation
become:
.
(x + 7)*(x - 6) = 0
.
Notice also that this equation will be true whenever one of the factors is equal to zero
because multiplication involving a zero in the left side will cause the entire left side
to equal zero which makes it equal to the right side.
.
Therefore, the equation will be true if either (x + 7) = 0 or (x - 6) = 0
.
Solving the first one tells you that if x = -7 that factor will be zero. But x can't be
negative because the problem says that both integers are consecutive and positive.
.
Solve for the second factor (x - 6) = 0. This tells you that if x = +6 the equation will
be true. This solution looks good because x equals a positive integer.
.
At the beginning we said the two integers were x and x + 1. We know that x is equal to
+6 and if we add 1 to that we get +7. So our answer is that the two consecutive and positive
integers are +6 and +7.
.
Check by finding their squares, adding them, and seeing if that sum is 85.
.
6^2 + 7^2 = 36 + 49 = 85
.
Our answer checks.
.
Hope this helps you to understand the problem and see how to work through it to get the
answer.
.