\r\n" );
document.write( "ax + by + cz + d = 0\r\n" );
document.write( "\r\n" );
document.write( "Let's find two points in the plane V.\r\n" );
document.write( "\r\n" );
document.write( "Let y = 0 and z = 0\r\n" );
document.write( "\r\n" );
document.write( "ax + b(0) + c(0) + d = 0\r\n" );
document.write( "\r\n" );
document.write( " ax + d = 0\r\n" );
document.write( " \r\n" );
document.write( " ax =
\r\n" );
document.write( "\r\n" );
document.write( "So (-d/a,0,0) is one point in the plane V\r\n" );
document.write( "\r\n" );
document.write( "Let x = 0 and z = 0\r\n" );
document.write( "\r\n" );
document.write( "a(0) + by + c(0) + d = 0\r\n" );
document.write( "\r\n" );
document.write( " by + d = 0\r\n" );
document.write( " \r\n" );
document.write( " by =
\r\n" );
document.write( "\r\n" );
document.write( "So (0,
,0) is another point in the plane V\r\n" );
document.write( "\r\n" );
document.write( "The vector between these two points is\r\n" );
document.write( "\r\n" );
document.write( "⟨0-(
),
-0,0-0⟩ = ⟨
,
,0⟩\r\n" );
document.write( "\r\n" );
document.write( "This vector ⟨
,
,0⟩ is parallel to the plane V.\r\n" );
document.write( "\r\n" );
document.write( "Let's find the dot product of it with ⟨a,b,c⟩\r\n" );
document.write( "\r\n" );
document.write( "⟨
,
,0⟩•⟨a,b,c⟩ = (
)a + (
)b + 0(c) = d-d+0 = 0\r\n" );
document.write( "\r\n" );
document.write( "Since that dot product is 0, the vector ⟨a,b,c⟩ is perpendicular\r\n" );
document.write( "to to a vector parallel to the plane V and therefore is perpendicular\r\n" );
document.write( "to the plane V.\r\n" );
document.write( "\r\n" );
document.write( "Therefore ⟨a,b,c⟩ is normal to the plane V since its dot product\r\n" );
document.write( "with a vector parallel to the plane V is 0.\r\n" );
document.write( "\r\n" );
document.write( "The correct choice is A)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "