document.write( "Question 582498: Let the plane V be defined by ax + by + cz + d = 0. Which is true?\r
\n" ); document.write( "\n" ); document.write( "A) the vector ⟨a,b,c⟩ is perpendicular to V \r
\n" ); document.write( "\n" ); document.write( "B) the distance between V and the origin is \"+d%2Fsqrt%28a%5E2+%2B+b%5E2+%2B+c%5E2%29\"
\n" ); document.write( "

Algebra.Com's Answer #372100 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\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 = \"-d%2Fa\"\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 = \"-d%2Fb\"\r\n" );
document.write( "\r\n" );
document.write( "So (0,\"-d%2Fb\",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-(\"-d%2Fa\"),\"-d%2Fb\"-0,0-0⟩  =  ⟨\"d%2Fa\",\"-d%2Fb\",0⟩\r\n" );
document.write( "\r\n" );
document.write( "This vector ⟨\"d%2Fa\",\"-d%2Fb\",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( "⟨\"d%2Fa\",\"-d%2Fb\",0⟩•⟨a,b,c⟩ = (\"d%2Fa\")a + (\"-d%2Fb\")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( "
\n" );