document.write( "Question 1008730: Find an equation of the plane that passes through the points
\n" );
document.write( "(-1, 0, -4),(2, 1, 8),and(-1, 1, -1).(Suggestion: The equation of a plane can be written as z = ax + by + c.)\r
\n" );
document.write( "\n" );
document.write( "z=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624354 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "z = ax + by + c\r\n" ); document.write( "\r\n" ); document.write( "Substitute (x, y, z) = (-1, 0, -4)\r\n" ); document.write( "\r\n" ); document.write( " -4 = a(-1) + b(0) + c\r\n" ); document.write( "\r\n" ); document.write( " -4 = -a + c\r\n" ); document.write( "\r\n" ); document.write( " a - c = 4\r\n" ); document.write( "\r\n" ); document.write( "Substitute (x, y, z) = (2, 1, 8)\r\n" ); document.write( "\r\n" ); document.write( " 8 = a(2) + b(1) + c\r\n" ); document.write( "\r\n" ); document.write( " 8 = 2a + b + c\r\n" ); document.write( "\r\n" ); document.write( "-2a - b - c = -8\r\n" ); document.write( "\r\n" ); document.write( " 2a + b + c = 8\r\n" ); document.write( "\r\n" ); document.write( "Substitute (x, y, z) = (-1, 1, -1)\r\n" ); document.write( "\r\n" ); document.write( " -1 = a(-1) + b(1) + c\r\n" ); document.write( "\r\n" ); document.write( " -1 = -a + b + c\r\n" ); document.write( "\r\n" ); document.write( " a - b - c = 1\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So we have this system of equations:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |