Answer:

Explanation:
hello
we can multiply by 10 both parts of the equations so this is equivalent to
(1) 15x + 8y = 23
(2) 3x - 2y = 1
and we are asked to use the method of substitution
from (2) we can write 3x = 2y + 1
and we substitute 3x in (1) as 15x = 5*3x it comes
5*(2y+1) + 8y = 23
<=> 10y + 5 + 8y = 23
<=> 18y + 5 = 23 let's subtract 5
<=> 18y = 23 - 5 = 18 let's divide by 18
<=> y = 1
and finally replace y in 3x = 2y + 1
3x = 2*1 + 1 = 3 <=> x = 1 (divide by 3)
so the solution is x = 1, y = 1
hope this helps