document.write( "Question 128215: write the equation of each line in standard form. Passes through (-6,2) and (-2, 0) \n" ); document.write( "
Algebra.Com's Answer #93879 by ozymandias(9)![]() ![]() ![]() You can put this solution on YOUR website! Consider the equation is of the form y = mx + c \n" ); document.write( "(the question does not say, so I am going to assume it is a straight line)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in the variables\r \n" ); document.write( "\n" ); document.write( "2 = -6m + c\r \n" ); document.write( "\n" ); document.write( "0 = -2m + c\r \n" ); document.write( "\n" ); document.write( "Subtract the second from the first\r \n" ); document.write( "\n" ); document.write( "2 = -4m\r \n" ); document.write( "\n" ); document.write( "m = -0.5\r \n" ); document.write( "\n" ); document.write( "Therefore c = - 1\r \n" ); document.write( "\n" ); document.write( "The whole equation is y = -0.5x - 1 \n" ); document.write( " |