document.write( "Question 93126This question is from textbook
\n" );
document.write( ": how do i find the slopes of the lines that pass through the following pairs of points?
\n" );
document.write( "a) (1,2)(3,5)
\n" );
document.write( "given that slope of the line and point of the line how do i find the equation for each line?
\n" );
document.write( "a) a line of slope 4 passing through the point (0,2)
\n" );
document.write( " thank you for any help you may have on this
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #67769 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the slopes of the lines that pass through the following pairs of points? \n" ); document.write( "a) (1,2)(3,5) \n" ); document.write( "slope = change in y/change in x \n" ); document.write( "slope = (5-2)/(3-1) = 3/2 \n" ); document.write( "------------------------ \n" ); document.write( "given that slope of the line and point of the line how do i find the equation for the line? \n" ); document.write( "The equation form is y=mx+b. You now know m= 3/2 and y=2 when x=1 so you get: \n" ); document.write( "2 = (3/2)*1 + b \n" ); document.write( "Therefore b = 1/2 \n" ); document.write( "So the equation is y = (3/2)x+(1/2) \n" ); document.write( "---------------------------------- \n" ); document.write( "a) a line of slope 4 passing through the point (0,2) \n" ); document.write( "Form of the line is y=mx+b and you know \n" ); document.write( "m= 4 and y= 2 when x = 0. \n" ); document.write( "2 = 4*0+b \n" ); document.write( "b=2 \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "y = 4x+2 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |