document.write( "Question 256055: Given points (1,4) and (-3,0) write in standard form of a line
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #188231 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Given points (1,4) and (-3,0) write in standard form of a line \n" ); document.write( ". \n" ); document.write( "First, determine the slope: \n" ); document.write( "m = (y2-y1)/(x2-x1) = (4-0)/(1+3) = 4/4 = 1 \n" ); document.write( ". \n" ); document.write( "Take one point (1,4) and the slope (1) and plug it into the \"point-slope\" form: \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 4 = 1(x - 1) \n" ); document.write( "y - 4 = x - 1 \n" ); document.write( "y = x + 3 (this is the slope-intercept form) \n" ); document.write( ". \n" ); document.write( "Moving the x and y to one side produces the \"standard form\": \n" ); document.write( "-x + y = 3 \n" ); document.write( " \n" ); document.write( " |