You can put this solution on YOUR website! I think you mean x/2 + y/3 = 3
1) x/2 + y/3 = 3
The GCF is 6
3x + 2y = 18
solve for x
x = (18 -2y) / 3
:
2) 3x + 5y = 36
substitute for x
(3 * (18 -2y) / 3) +5y = 36
((54 -6y) / 3) +5y = 36
GCF is 3
54 -6y +15y = 108
9y = 54
y = 6
:
now substitute for y in equation 2
3x + 30 = 36
3x = 6
x = 2
:
our solution is x=2 and y=6
now check the solution by substituting in equation 1)
:
2/2 + 6/3 = 3
1 + 2 = 3
3 = 3
our answer checks