document.write( "Question 358908: how do i write the linear equation with the following information?
\n" );
document.write( "A line with slope of -3 goes through points (1,-2)?? \n" );
document.write( "
Algebra.Com's Answer #256090 by mananth(16946) You can put this solution on YOUR website! slope =-3 \n" ); document.write( "point = (1,-2) \n" ); document.write( "... \n" ); document.write( "y=mx +b \n" ); document.write( "first find b \n" ); document.write( "plug x,y,m \n" ); document.write( "-2=-3*1+b \n" ); document.write( "-2+3=b \n" ); document.write( "b=1 \n" ); document.write( ".. \n" ); document.write( "y=-3x+1 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |