You can put this solution on YOUR website! One way of finding the distance is to choose points on one line and find the distance between that point and the other line
Choose (1,3) on the second line.
The distance between (1,3) and the line 3x-y+4 = 0 is
= [3(1)-3+4]/sqrt(3^2 + 1^2)
= 4/sqrt(10)