Question 538267: find two consecutive positive integers such that the square of the second added to 4 times the first equals 113
Answer by bucky(2189) (Show Source):
You can put this solution on YOUR website! Let n represent the first positive number. Since the two numbers are consecutive, the next number is n + 1.
.
The square of the second number is (n + 1)^2. It squares out to n^2 + 2n + 1.
.
4 times the first is 4n
.
When the square of the second number is added to 4 times the first as below:
.
n^2 + 2n + 1 + 4n
.
the sum equals 113 as follows:
.
n^2 + 2n + 1 + 4n = 113
.
Simplify by adding the 2n and the 4n to get:
.
n^2 + 6n + 1 = 113
.
Subtract 113 from both sides to get this equation into the standard form of a quadratic equation:
.
n^2 + 6n - 112 = 0
.
Factor the left side:
.
(n - 8)*(n + 14) = 0
.
This equation will be true if either of the factors on the left side is equal to zero. (A multiplication by zero on the left side makes the entire left side equal to the zero on the right side.) Set each factor equal to zero and solve for n to see what values of n will make each of the two factors equal to zero:
.
n - 8 = 0
.
n = 8
.
and
.
n + 14 = 0
.
n = -14
.
The answer is that the first number is +8. The next consecutive number is +9. You can ignore the negative 14 because the problem requires that the answer be positive integers.
.
So the answer is + 8 and +9.
.
Check by squaring the second (9 squared is 81) and add that to 4 times 8 (32).
.
81 + 32 = 113
.
This is the result that the problem established, so the answer is correct.
.
Hope this helps you to understand how to work this problem.
.
|
|
|