Question 255923
If our two numbers are x and y, to do this problem we just take it one sentence at a time.

"the sum of two numbers is 13"
This tells us that when you add our two numbers you get 13.  So we have:
x+y=13

"two times the first number minus three times the second number is 1"
Two times the first number would be represented by 2x and three times the second number is represented by 3y.  So we have:
2x-3y=1

So we have a system of equations:
{{{x+y=13}}}
{{{2x-3y=1}}}

Let's use the addition method to solve this system.  If we multiply the first equation by 3 we will be able to eliminate the y's.

{{{3x+3y=39}}}
{{{2x-3y=1}}}

Now we add:

{{{5x=40}}}
{{{x=8}}}

And using our first equation we have that y must be 5.  So our two numbers are 8 and 5.