document.write( "Question 114036: write the equation of the line through (-p, q ) that is parallel to the line -2x+y=12 in slope intercept form and standard form \n" ); document.write( "
Algebra.Com's Answer #82988 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
(x[1], y[1]) = (p,q)
\n" ); document.write( "-2x + y = 12
\n" ); document.write( "y = 2x + 12
\n" ); document.write( "This is in the form
\n" ); document.write( "y = mx + b where m is the slope
\n" ); document.write( "m = 2
\n" ); document.write( "The general point-slope formula is
\n" ); document.write( "m = (y - y[1]) / (x - x[1])
\n" ); document.write( "2 = (y - q) / (x - p)
\n" ); document.write( "2x - 2p = y - q
\n" ); document.write( "y = 2x - 2p + q . . (slope = 2, and y-intercept = -2p + q)
\n" ); document.write( "2x - y - 2p + q = 0 . . (standard form)
\n" ); document.write( "
\n" );