document.write( "Question 920230: A line passes through the point (6,-5), and as the x increases by 1, the value of y decreases by 2. What is its equation? \n" ); document.write( "
Algebra.Com's Answer #558234 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
m = -2/1 = -2
\n" ); document.write( "***Using point-slope form, \"y+-+y%5B1%5D+=+m%28x+-+x%5B1%5D%29\"P(6,-5)
\n" ); document.write( "y + 5 = -2(x - 6)
\n" ); document.write( "y = -2x + 7
\n" ); document.write( "
\n" );