Question 785634: Find two numbers such that the second number is 2 more than three times the first number, and the difference of the two numbers is 24. Answer by harpazo(655) (Show Source):
You can put this solution on YOUR website! Let x be the first number.
Let y be the second number.
x - y = 24
y = 3x + 2
This is a system of linear equations in two variables. You can solve using the substitution method.
I hope this helps.