document.write( "Question 967350: Find a if the point (3,a) is on the line that passes through (-2,7) and (5,-3). \n" ); document.write( "
Algebra.Com's Answer #591247 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find a if the point (3,a) is on the line that passes through (-2,7) and (5,-3).
\n" ); document.write( "Equation of a line: y=mx+b, m=slope, b-y-intercept
\n" ); document.write( "slope=∆y/∆x=7-(-3)/(-2,-5)=(7+3)/-2-5=-10/7
\n" ); document.write( "equation: y=-10x/7+b
\n" ); document.write( "solving b using given coordinates on the line
\n" ); document.write( "7=-10*-2/7+b
\n" ); document.write( "b=49/7-20/7=29/7
\n" ); document.write( "equation: y=-10x/7+29/7
\n" ); document.write( "solving for a: plug in x=3 and solve for y
\n" ); document.write( "a=-10*3/7+29/7=-30/7+29/7=-1/7
\n" ); document.write( "
\n" );