You can put this solution on YOUR website! x + y = 13 therefore y = 13 - x
3x + 5y = 45 Substitute for y
3x + 5(13 - x) = 45
3x + 65 - 5x = 45
-2x = -20
x = 10
y = 13 - x = 13 - 10 = 3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check:
3x + 5y = 45
3(10) + 5(3)
30 + 15 = 45 Correct