Question 20088
You are starting with two equations with two unknowns (variables x and y).
The basic idea is to reduce this system of linear equations to one equation with one unknown.  It doesn't matter which of the two original unknown variables you end up with in you single equation because, eventually, you will be solving for the other unknown.  

Here's how it goes, starting with your two equations:

{{{2x + 3y = 1}}} and
{{{x - y = 3}}} Solve this equation for x: {{{x = y + 3}}} and substitute this x into the first equation. This will result in one equation with one unknown, which you can readily solve.

{{{2(y + 3) + 3y = 1}}} Simplify and solve for y.
{{{2y + 6 + 3y = 1}}}
{{{5y + 6 = 1}}} Subtract 6 from both sides of the equation.
{{{5y = -5}}} Divide both sides by 5.
{{{y = -1}}} Now that you have the value for y, you can substitute this into either of the two original equations and solve for x.  Let's take the second equation.

{{{x - y = 3}}} Substitute y = -1
{{{x - (-1) = 3}}} Simplify.
{{{x + 1 = 3}}} Subtract 1 from both sides.
{{{x = 2}}}

The solution to this system of linear equations is the point: (2, -1)
This is the point at which the two lines, represented by the two linear equations, intersect.

Let's take a look at the graph of this system:
{{{graph(300,200,-5,5,-5,5,-(2/3)x+1/3,x-3)}}}