You can
put this solution on YOUR website!First you need to find the line that is perpendicular to

(it will also be perpendicular to

)
Now this line will intersect with both equations 5x-12y+33=0 and 5x-12y-6=0. So you want to find the points of intersection. From there, simply use the distance formula
![d=sqrt((x[2]-x[1])^2+(y[2]-y[1])^2)](/cgi-bin/plot-formula.mpl?expression=d=sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29&x=0003)
to find the distance between the two points of intersection. I hope that's enough to get you started.