Answer:
x = 8
y = 7
Explanation:
let's assume the first number as x, and the second number as y
Now, according to the question,
x + y = 15
Moving on to the next statement,
five times the first number = 5x
three times the second number = 3y
Thus,
5x - 3y = 19
Now that we have two equations, we can either write 'x' in 'y' terms, or y in 'x' terms.
For example, from the first equation:
x + y = 15
y = 15 - x
Now, let's put this value of y into the second equation, i.e.
5x - 3(15 - x) = 19
5x - 45 +3x = 19
8x = 19 + 45
x = 64/8
x = 8
Now, let's put this value of x into the first equation, i.e.
x + y = 15
8 + y = 15
y = 7
In conclusion, the two numbers, x and y, are 8 and 7 respectively