document.write( "Question 253924: IF I WANT MAKE A LINE which HAS A SLOPE OF -2 AND PASSES THROUGH (1,4) WHAT I SUPPOSE TO DO?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #186269 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! y - y1 = m( x - x1 ) \n" ); document.write( "m=slope \n" ); document.write( "y1=your 1 \n" ); document.write( "and x1=your 4\r \n" ); document.write( "\n" ); document.write( "plug in those numbers. \n" ); document.write( "y-1=-2(x-4) \n" ); document.write( "and solve for y so that all that is on the left is y \n" ); document.write( "that will be your equation \n" ); document.write( " |