If one number is 2 more than 3 times another number and their sum is 22, how can I find these numbers?
To solve the problem, let’s define the two numbers. Let x be the first number and y be the second number. According to the information given: One number (let’s say x) is 2 more than 3 times another number (y): x = 3y + 2 The sum of the two numbers is 22: x + … Read more