document.write( "Question 44494: I need to find the line passing through (1,42) and (17,314). \n" ); document.write( "
Algebra.Com's Answer #29373 by venugopalramana(3286) You can put this solution on YOUR website! I need to find the line passing through A(X1,Y1)=(1,42) and B(X2,Y2)= (17,314). \n" ); document.write( "EQN.OF AB IS GIVEN BY \n" ); document.write( "(Y-Y1)/(Y2-Y1)=(X-X1)/(X2-X1) \n" ); document.write( "(Y-42)/(314-42)=(X-1)/(17-1) \n" ); document.write( "16(Y-42)=272(X-1) \n" ); document.write( "Y-42=17(X-1) \n" ); document.write( "Y-17X-42+17=0 \n" ); document.write( "Y-17X-25=0 \n" ); document.write( " |