document.write( "Question 470674: 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 #322845 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "y-y1=m(x-x1) plug in your m and one of the points, doesn't matter which \n" ); document.write( "y-2=0(x-0) \n" ); document.write( "y-2=0 \n" ); document.write( "y=2 \n" ); document.write( "i think you copied wrong \n" ); document.write( "it's ax+by=c \n" ); document.write( "so a=0 \n" ); document.write( "b=1 \n" ); document.write( "c=2 \n" ); document.write( " |