document.write( "Question 1020041: a line contains the points (4,2) and 0,1). what is the equation of the line?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #635997 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Gradient (Slope) = y2 - y1/x2 - x1 \n" ); document.write( "Gradient (Slope) = 1 - 2/0 - 4 = -1/-4 = 1/4 \n" ); document.write( "Using line equation y - b = m(x - a) \n" ); document.write( "m = 1/4 \n" ); document.write( "(a,b) = (4,2) \n" ); document.write( "y - 2 = 1/4(x - 4) \n" ); document.write( "y - 2 = 1/4x - 1 \n" ); document.write( "y = 1/4x - 1 + 2 \n" ); document.write( "y = 1/4x + 1 \n" ); document.write( "or multiply through by 4 \n" ); document.write( "4y = x + 4 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |