document.write( "Question 339327: What is the distance of the z-intercept from the x-intercept in the equation ax+by+cz+d=0. \n" ); document.write( "
Algebra.Com's Answer #243238 by nyc_function(2741)\"\" \"About 
You can put this solution on YOUR website!
The plane crosses the x axis when y = z = 0; similarly x = y = 0 when it crosses the z-axis. We have to make some assumptions about the coefficients a and c---namely that they are not zero so that the plane does actually cross these axes. (Well, there is the other degenerate case in which the plane is the xz-plane y = 0.)\r
\n" ); document.write( "\n" ); document.write( "If a and c are nonzero, the intersection of the plane with the x-axis occurs at the point (-d/a,0,0) and that with the z-axis occurs at (0,0,-d/c). The distance between these points is \r
\n" ); document.write( "\n" ); document.write( "√((-d/a)^2 + (-d/c)^2) = |d|/√(a^2 + c^2)
\n" ); document.write( "
\n" ); document.write( "
\n" );