document.write( "Question 1064634: Find the equation of the line using the given information.
\n" );
document.write( "The slope is 3/8 and it passes through the point (x, y) = (1, 4).\r
\n" );
document.write( "\n" );
document.write( "_________ \n" );
document.write( "
Algebra.Com's Answer #679723 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Similar problem, different numbers, easier.\r \n" ); document.write( "\n" ); document.write( "=================== \n" ); document.write( "Find the equation of the line using the point-slope formula. Write the final equation using the slope-intercept form. the x-intercept is 1, and (x, y) (-2,3) is a point on the line \n" ); document.write( "------ \n" ); document.write( "x-int is (1,0), a 2nd point. \n" ); document.write( "Slope m = diffy/diffx = 3/-3 = -1 \n" ); document.write( "---- \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "y-0 = -1*(x-1) \n" ); document.write( "y = -x + 1 \n" ); document.write( " |