document.write( "Question 255829: how do i find the equation of a line through two points, (4,3) and (2,4)? Please explain, the book says the answer is y=-1/2x+5 but I don't get how they got -1/2 and 5. \n" ); document.write( "
Algebra.Com's Answer #188068 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! -1/2=m \n" ); document.write( "5=b \n" ); document.write( "y=mx+b\r \n" ); document.write( "\n" ); document.write( "y-y1=m*(x-x1) \n" ); document.write( "where m=slope the -1/2 \n" ); document.write( "(4-3)=m*(2-4) \n" ); document.write( "1/-2=-1/2=m \n" ); document.write( "y=mx+b \n" ); document.write( "now choose either point. \n" ); document.write( "4=-1/2*2+b \n" ); document.write( "4=-1+b \n" ); document.write( "5=b \n" ); document.write( " \n" ); document.write( " |