|
Question 110565: Will someone please help me solve this problem? The problem states: find two positive integers that differ by four and whose product is 45.
Answer by bucky(2189) (Show Source):
You can put this solution on YOUR website! Let x and y represent the two integers you are looking for.
.
The problem tells you that the difference between the two integers is 4. Therefore, you
can write the equation:
.
x - y = 4 <=== equation 1
.
The problem also tells you that the product of the two integers is 45. This leads to another
equation:
.
x*y = 45 <=== equation 2
.
Now return to equation 1 and solve it for x. You can do this by getting rid of the -y on the left
side. Do this by adding y to both sides of the equation to get:
.
x = y + 4
.
Since the right side of this equation is equivalent to x, you can now go to equation 2
and substitute y + 4 for x to make equation 2 become:
.
(y + 4)*y = 45
.
Multiply out the right side to get:
.
y^2 + 4y = 45
.
Subtract 45 from both sides results in the "standard quadratic form"
.
y^2 + 4y - 45 = 0
.
The left side of this equation factors into:
.
(y + 9)*(y - 5) = 0
.
This equation will be true if either factor on the left side is zero because if either factor
is zero the left side will involve a multiplication by zero. Therefore, the left side will be
equal to zero and will therefore equal the right side.
.
Set each of the factors equal to zero ... first:
.
y + 9 = 0
.
Solve for y by adding -9 to both sides to get y = -9. But y = -9 cannot be a solution to
this problem because the problem requires that both answers be a positive integer.
So discard -9 as one of the answers.
.
Then try the the other factor ... set y - 5 equal to zero and solve for y.
.
y - 5 = 0
.
Add +5 to both sides and the answer becomes y = +5. This is the first integer we are looking for.
.
Next, since from equation 1 you know x - y = 4. Substitute +5 for y and you have:
.
x - (+5) = 4
.
This reduces to:
.
x - 5 = 4
.
Solve for x by adding +5 to both sides to get:
.
x = 9
.
This is the second integer.
.
So the two integers are 9 and 5. As the problem requires, the difference between these integers
if 4 and the product of 9 and 5 is 45.
.
Hope this helps you to understand the problem.
.
|
|
|
| |