26.7k views
2 votes
MAX POINTS!!! Write and solve a system of equations. Be sure to label the variables. The difference of two numbers is two. Two times the first number plus the second number is thirteen. What are the numbers? Show and explain all work.

2 Answers

2 votes

Let the numbers be a and b

  • a-b=2--(1)
  • 2a+b=13---(2)

Adding both


\\ \sf\longmapsto 3a=15


\\ \sf\longmapsto a=5

Putting in eq(1)


\\ \sf\longmapsto 5-b=2


\\ \sf\longmapsto b=5-2


\\ \sf\longmapsto b=3

User Mr Bell
by
2.9k points
3 votes

Answer:

  • 5 and 3

Explanation:

Let the numbers be x and y.

The equations are:

  • x - y = 2
  • 2x + y = 13

Add up the equations to eliminate y and solve for x:

  • x - y + 2x + y = 2 + 13
  • 3x = 15
  • x = 15/3
  • x = 5

Now find the value of y:

  • y = x - 2
  • y = 5 - 2
  • y = 3
User Callan
by
2.6k points