document.write( "Question 1088772: find an equation of the line containing the given points and having the given slope. Write the equation in slope-intercept
\n" );
document.write( "(6,-3), m=-4\r
\n" );
document.write( "\n" );
document.write( "(4,2),m-2/3 \n" );
document.write( "
Algebra.Com's Answer #703096 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! point slope formula \n" ); document.write( "y-y1=m(x-x1), m is slope (x1,y1) point \n" ); document.write( "y+3=-4(x-6) \n" ); document.write( "y+3=-4x+24 \n" ); document.write( "y=-4x+21 \n" ); document.write( "-------------- \n" ); document.write( "similarly, y-2=(2/3)(x-4) \n" ); document.write( "y=(2/3)x-(8/3)+6/3 \n" ); document.write( "y=(2/3)x-(2/3) \n" ); document.write( "Note, on this one I am assuming m=2/3. if m is -2/3, then the sign has to change and the result will be \n" ); document.write( "y=(-2/3)x+(14/3) \n" ); document.write( " |