document.write( "Question 36317: (a): Find the equation of the line joining the points
\n" );
document.write( " (─5, 2, 3) and (5, ─ 2, 3).
\n" );
document.write( "(b) Find the equation of the sphere, which contains the circle
\n" );
document.write( " x2 + y2 + z2 = 9, 3x + 3y + 3z = 5 and
\n" );
document.write( " passes through the origin. \n" );
document.write( "
Algebra.Com's Answer #22507 by venugopalramana(3286) You can put this solution on YOUR website! a): Find the equation of the line joining the points \n" ); document.write( "(─5, 2, 3) and (5, ─ 2, 3). \n" ); document.write( "EQN.IS GIVEN BY (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( "HENCE EQN.OF LINE IS \n" ); document.write( "(X+5)/10=-(Y-2)/4 AND Z=3 \n" ); document.write( "4X+20=-10Y+20 \n" ); document.write( "4X+10Y=0 AND Z=3\r \n" ); document.write( "\n" ); document.write( "(b) Find the equation of the sphere, which contains the circle \n" ); document.write( "x2 + y2 + z2 = 9, 3x + 3y + 3z = 5 and \n" ); document.write( "passes through the origin. \r \n" ); document.write( "\n" ); document.write( "EQN. OF ANY SPHERE THROUGH ABOVE CIRCLE IS \n" ); document.write( "(X^2+Y^2+Z^2-9)+K(3X+3Y+3Z-5)=0...IT PASSES THROUGH ORIGIN(0,0,0)..SO \n" ); document.write( "-9-5K=0 \n" ); document.write( "K=-9/5 \n" ); document.write( "HENCE EQN.OF SPHERE IS BY SUBSTITITING FOR K AND SIMPLIFYING \n" ); document.write( "5X^2+5Y^2+5Z^2-27X-27Y-27Z=0 \n" ); document.write( " |