document.write( "Question 66356: please answer this :write an equation of the line that passes through the given two points.
\n" ); document.write( "(2,3),(8,0)
\n" ); document.write( "

Algebra.Com's Answer #47084 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
please answer this :write an equation of the line that passes through the given two points.
\n" ); document.write( "P(X1,Y1)=(2,3),Q=(X2,Y2)=(8,0)
\n" ); document.write( "EQN. IS GIVEN BY FORMULA
\n" ); document.write( "(Y-Y1)/(Y2-Y1)=(X-X1)/(X2-X1)
\n" ); document.write( "(Y-3)/(0-3)=(X-2)/(8-2)
\n" ); document.write( "Y-3=-3(X-2)/6=-(X-2)/2
\n" ); document.write( "2(Y-3)=-(X-2)
\n" ); document.write( "2Y-6+X-2=0
\n" ); document.write( "2Y+X-8=0
\n" ); document.write( "
\n" );