document.write( "Question 36366: Find the equation of the line joining the points
\n" );
document.write( " (─5, 2, 3) and (5, ─ 2, 3). \n" );
document.write( "
Algebra.Com's Answer #22422 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the equation of the line joining the points \n" ); document.write( "(─5, 2, 3) and (5, ─ 2, 3). \n" ); document.write( "THE FORMULA IS \n" ); document.write( "(X-X1)/(X2-X1)=(Y-Y1)/(Y2-Y1)=(Z-Z1)/(Z2-Z1) \n" ); document.write( "(X+5)/(5+5)=(Y-2)/(-2-2)=(Z-3)/(3-3) \n" ); document.write( "(X+5)/10=-(Y-2)/4=(Z-3)/0 \n" ); document.write( "OR \n" ); document.write( "Z=3 AND \n" ); document.write( "4(X+5)=-10(Y-2)..OR \n" ); document.write( "2(X+5)+5(Y-2)=0...OR \n" ); document.write( "2X+5Y=0 \n" ); document.write( " |