document.write( "Question 469368: A straight line passes through the points (2,2) and (0,2).
\n" );
document.write( "If we want to express the line equation in the form Ax-C=By
\n" );
document.write( "Find the values of A,B and C.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #322088 by robertb(5830)![]() ![]() You can put this solution on YOUR website! From the point (2,2), we get 2A - C = 2B, and \n" ); document.write( "from (0,2), we get -C = 2B, or C = -2B.\r \n" ); document.write( "\n" ); document.write( "==> 2A + 2B = 2B, or 2A = 0 ==> A = 0.\r \n" ); document.write( "\n" ); document.write( "C = -2B, and B can take on any real value.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |