David M. answered 04/09/20
Dave "The Math Whiz"
Let x=first digit
y=second digit
You have 2 unknowns, so you must have 2 equations to solve this.
Eq. 1: x+y=13
Eq. 2: x-y=-1
You can use either the substitution of elimination method to solve this. Let's use the substitution method.
Using Eq. 2 we can solve for x in terms of y:
x-y=-1 Eq. 2
x-y+y=-1+y add y to both sides to isolate x
x=y-1 x is now in terms of y
Using this value of x we can "substitute" this x value into Eq. 1 and solve for y:
x+y=13 Eq. 1
y-1+y=13 substituting y-1 for x
2y-1+1=13+1 adding 1 to both sides to isolate the y term
2y=14 result
2y/2=14/2 divide both sides by 2
y=7 answer for y
Now put this value of y in either equation and solve for x:
x+y=13 Eq. 1
x+7=13 substitute value found for y, 7
x+7-7=13-7 subtract 7 from both sides of the equation to isolate x
x=6
Therefore, your 2 digits are x=6 and y=7 and the number is xy, or 67.
Hope this helps!