document.write( "Question 55127: Find an equation of the containing the pair of points (0,7) and (5,2). \n" ); document.write( "
Algebra.Com's Answer #37397 by psbhowmick(878)\"\" \"About 
You can put this solution on YOUR website!
The general method to solve such problems is as below.
\n" ); document.write( "Suppose the points are (x1,y1) and (x2,y2).
\n" ); document.write( "Then the reqd. equation is \"%28y+-+y1%29%2F%28y2+-+y1%29=%28x+-+x1%29%2F%28x2+-+x1%29\".\r
\n" ); document.write( "\n" ); document.write( "Here x1 =0, x2 = 5, y1 = 7, y2 = 2.
\n" ); document.write( "So the equation is \"%28y+-+7%29%2F%282+-+7%29=%28x+-+0%29%2F%285+-+0%29\"
\n" ); document.write( "or \"%28y+-+7%29%2F%28+-+5%29=x%2F5\"
\n" ); document.write( "or \"y+-+7=-x\"
\n" ); document.write( "or \"x%2By=7\"
\n" ); document.write( "
\n" );