document.write( "Question 211622: Find the equation of the line through the given pair of points in standard form using only integers. (4,-1) and (-2,-6) \n" ); document.write( "
Algebra.Com's Answer #159938 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (4,-1) and (-2,-6) \n" ); document.write( "First we find the slope (m) \n" ); document.write( "(y2-y1)/(x2-x1) \n" ); document.write( "(-6+1)/(-2-4)=-5/-6=5/6 \n" ); document.write( "Y=mX+b \n" ); document.write( "-1=4*5/6+b \n" ); document.write( "-1=20/6+b \n" ); document.write( "b=-1-20/6 \n" ); document.write( "b=(-6-20)/6 \n" ); document.write( "b=-26/6 \n" ); document.write( "y=5x/6-26/6 \n" ); document.write( "6y=5x-26 ans. using integers. \n" ); document.write( " |