How can I find two numbers if their sum is 18 and their difference is 4?

To find two numbers where the sum is 18 and the difference is 4, we can set up a couple of equations based on the information provided.

Let’s denote the two numbers as x and y. We can express the conditions given in the problem as:

  • Equation 1 (Sum): x + y = 18
  • Equation 2 (Difference): x – y = 4

Now, we can solve these equations step by step:

  1. Start with Equation 1:
  2. x + y = 18

  3. Next, reorganize Equation 2 to express one variable in terms of the other:
  4. x = y + 4

  5. Now, substitute this expression for x into Equation 1:
  6. (y + 4) + y = 18

  7. Simplifying this, we get:
  8. 2y + 4 = 18

  9. Subtract 4 from both sides:
  10. 2y = 14

  11. Now, divide both sides by 2:
  12. y = 7

Now that we have the value of y, we can use it to find x:

  1. Substitute y back into the equation for x:
  2. x = y + 4 = 7 + 4

  3. This gives us:
  4. x = 11

Thus, the two numbers are:

  • x = 11
  • y = 7

To verify:

  • Sum: 11 + 7 = 18
  • Difference: 11 – 7 = 4

Both conditions hold true. Therefore, the two numbers are 11 and 7.

Leave a Comment