document.write( "Question 418286: how do you write an equation of a line thru the given pts. in Ax+By=C form?
\n" ); document.write( "(4,1) (6,3)
\n" ); document.write( "Helpppp Pleaase!
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #292759 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
how do you write an equation of a line thru the given pts. in Ax+By=C form?
\n" ); document.write( "(4,1) (6,3)
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "The other tutor did it correctly but by a slightly different method and\r\n" );
document.write( "also it needs to be placed in the form Ax + By = C, not the form he left\r\n" );
document.write( "it in.\r\n" );
document.write( "\r\n" );
document.write( "Use the slope formula: \"x%5B1%5D=4\", \"y%5B1%5D=1\", \"x%5B2%5D=6\", \"y%5B2%5D=3\"\r\n" );
document.write( "\r\n" );
document.write( "\"m+=+%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"m+=+%283-1%29%2F%286-4%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"m+=+2%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "\"m+=+1\"\r\n" );
document.write( "\r\n" );
document.write( "Use the point-slope formula:\r\n" );
document.write( "\r\n" );
document.write( "\"y+-+y%5B1%5D=m%28x-x%5B1%5D%29\"\r\n" );
document.write( "\r\n" );
document.write( "y - 1 = 1(x-4)\r\n" );
document.write( "\r\n" );
document.write( "y - 1 = x - 4\r\n" );
document.write( "\r\n" );
document.write( "y - x = -3\r\n" );
document.write( "\r\n" );
document.write( "Swap the terms on the left to get x first because Ax+By=C has x first\r\n" );
document.write( "\r\n" );
document.write( "-x + y = -3\r\n" );
document.write( "\r\n" );
document.write( "Make the coefficient of x positive by multiplying every\r\n" );
document.write( "term by -1 which changes the sign of ever term on both sides:\r\n" );
document.write( "\r\n" );
document.write( "x - y = 3\r\n" );
document.write( "\r\n" );
document.write( "That's the answer in Ax + By = C form \r\n" );
document.write( "\r\n" );
document.write( "where A=1,  B = -1, and C = 3\r\n" );
document.write( "\r\n" );
document.write( "You could write it this way\r\n" );
document.write( "\r\n" );
document.write( "1x + (-1)y = 3\r\n" );
document.write( "\r\n" );
document.write( "to show both the A and the B, but probably you just want\r\n" );
document.write( "\r\n" );
document.write( "x - y = 3\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );