SOLUTION: how do you find the point of intersection of y=3x+1 and x+3y=6

Algebra ->  Linear-equations -> SOLUTION: how do you find the point of intersection of y=3x+1 and x+3y=6      Log On


   



Question 252805: how do you find the point of intersection of y=3x+1 and x+3y=6
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
the point of intersection is the solution of the two equations.
It is where the two equations cross and have the same x and y
You solve the equations by elimination or substitution.
In this case it is begging for substitution because one of the equations is already solved for y in terms of x
y=3x+1
so substitute 3x+1 in the other equation for y and solve that equation for y
x+3y=6
x+3*(3x+1)=6
x+9x+3=6
10x=3
x=3/10
y=3x+1
y=3(3/10)+1
y=9/10+1
y=1.9
x=.3=3/10
check
x+3y=6
.3+3*1.9=6
.3+5.7=6
6=6
ok
y=3x+1
1.9=3*.3+1
1.9=.9+1
1.9=1.9
ok
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
+system%28+%0D%0A++++1%5Cx+%2B+3%5Cy+=+6%2C%0D%0A++++3%5Cx+%2B+-1%5Cy+=+-1+%29%0D%0A++

Any system of equations:


has solution

or



(x=0.3, y=1.9}