document.write( "Question 78313: I am supposed to write the equation of the line. \r
\n" );
document.write( "\n" );
document.write( "Through (3,2) with a slope of 2 \n" );
document.write( "
Algebra.Com's Answer #56142 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b WHERE X & Y ARE POINTS ON THE LINE, m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "FIRST WE SUBSTITUTE THE X & Y VALUES & THE SLOPE AND SOLVE FOR THE Y INTERCEPT(b). \n" ); document.write( "2=2*3+b \n" ); document.write( "2=6+b \n" ); document.write( "b=2-6 \n" ); document.write( "b=-4 SO THE LINE EQUATION IS \n" ); document.write( "Y=2X-4 OR WHEN GRAPHED WE GET \n" ); document.write( " |