SOLUTION: Find two integers whose product is 105 such that one of the integers is one more twice the other integer.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two integers whose product is 105 such that one of the integers is one more twice the other integer.      Log On


   



Question 154119This question is from textbook Intermediate Algebra
: Find two integers whose product is 105 such that one of the integers is one more twice the other integer. This question is from textbook Intermediate Algebra

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
Find two integers whose product is 105 such that one of the integers is one more twice the other integer.
.
Let x = one of two integers
and y = second of two integers
.
Since we have two unknowns, we'll need two equations.
.
Equation 1 comes from:"whose product is 105 "
xy = 105
.
Equation 2 comes from:"one of the integers is one more twice the other integer"
x = 2y + 1
.
Using the definition of 'x' from equation 2, we substitute it into equation 1 a nd solve for 'y':
xy = 105
(2y + 1)y = 105
2y^2 + y = 105
2y^2 + y - 105 = 0
.
Since it can't easily be factored, we can use the "quadratic equation" to solve. Doing so yields (See reference below):
y = {7, -7.5}
.
If y = 7, we can find 'x' by substituting it into equation 1 and solve for 'x':
xy = 105
x(7) = 105
x = 105/7
x = 15
.
If y = -7.5
xy = 105
x(-7.5) = 105
x = 105/(-7.5)
x = -14
.
Conclusion -- there are two possible answers:
(x,y) = (15,7)
(x,y) = (-14,-7.5)
.
For reference, here is the details of the quadratic:
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 2x%5E2%2B1x%2B-105+=+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=%281%29%5E2-4%2A2%2A-105=841.

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

x%5B1%5D+=+%28-%281%29%2Bsqrt%28+841+%29%29%2F2%5C2+=+7
x%5B2%5D+=+%28-%281%29-sqrt%28+841+%29%29%2F2%5C2+=+-7.5

Quadratic expression 2x%5E2%2B1x%2B-105 can be factored:
2x%5E2%2B1x%2B-105+=+2%28x-7%29%2A%28x--7.5%29
Again, the answer is: 7, -7.5. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+2%2Ax%5E2%2B1%2Ax%2B-105+%29