document.write( "Question 1094805: Write the standard form of the equation of the line through the given point with the given slope.
\n" );
document.write( "
\n" );
document.write( " Through: (1,2), slope 7 \n" );
document.write( "
Algebra.Com's Answer #709383 by ultrakimidis1(8)![]() ![]() ![]() You can put this solution on YOUR website! Standard form of writing equation ax+by+c=0\r \n" ); document.write( "\n" ); document.write( "Given point (1,2) and gradient m=7 \n" ); document.write( "Using slope methode: \n" ); document.write( "y=mx+c......(1) \n" ); document.write( "Put x=1 and y =2 and m=7 into eqn (1)\r \n" ); document.write( "\n" ); document.write( "2=7(1)+c \n" ); document.write( "2=7+c \n" ); document.write( "c=2-7 \n" ); document.write( "c=-5\r \n" ); document.write( "\n" ); document.write( "Put c=-5 and m=7 into eqn (1) \n" ); document.write( "We have; \n" ); document.write( "y=7x-5 \n" ); document.write( "Into its standard form, We have... \n" ); document.write( "y-7x+5=0 \n" ); document.write( " \n" ); document.write( " |