Question 100844
The problem asks you to find two unknown numbers. So let's start by calling one number x and
the other number y.
.
The problem tells you that if you add the two numbers, the sum is 17. In equation form this
can be written as:
.
x + y = 17 <=== call this equation 1
.
The problem then tells you that the second number (call it y) is 2 more than twice the other
number. That means it equals 2 more than 2x. So in equation form you can write:
.
y = 2x + 2 <=== call this equation 2
.
Return to equation 1. If you subtract x from both sides of this equation you change that
equation to y = 17 - x. Since we now know that y equals 17 - x we can replace y by 17 - x
in equation 2 to get:
.
17 - x = 2x + 2
.
Let's collect the x terms on the left side of this equation and the numbers on the right side 
of the equation.  Start by getting rid of the 17 on the left side by subtracting  17 from both 
sides to get:
.
-x = 2x -15
.
Then get rid of the 2x on the right side by subtracting 2x from both sides to get:
.
-3x = -15
.
Now you can solve for x by dividing both sides of this equation by -3. When you do that
division the result is:
.
x = -15/-3 = 5
.
So one of the numbers is 5. And since the two numbers total 17, the other number must be 
17 - 5 = 12.  
.
As a quick check, you can double the smaller number and add 2. In other words, 2 times 5
equals 10 and add 2 to get 12. That equals the second number, so our answer is correct.
.
The two numbers you were asked to find are 5 and 12.
.
Hope this helps you to understand the problem.
.