document.write( "Question 974555: What is the equation of a line passing through the points ( 4,3 ) and ( 6,4 ) \n" ); document.write( "
Algebra.Com's Answer #596425 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the equation of a line passing through the points ( 4,3 ) and ( 6,4 ) \n" ); document.write( "*** \n" ); document.write( "Vertex form of equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "For given line: \n" ); document.write( "slope=∆y/∆x=(4-3)/6-4)=1/2 \n" ); document.write( "equation: \n" ); document.write( "y=x/2+b \n" ); document.write( "solve for b using coordinates(4,3) of given point on the line. \n" ); document.write( "3=4/2+b \n" ); document.write( "b=1 \n" ); document.write( "equation: \n" ); document.write( "y=x/2+1 \n" ); document.write( " |