document.write( "Question 212604: A line passes through (-4,5) with an x-intercept of 4. Write the equation in slope-intercept form. \n" ); document.write( "
Algebra.Com's Answer #160533 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A line passes through (-4,5) with an x-intercept of 4. Write the equation in slope-intercept form. \n" ); document.write( "-------------- \n" ); document.write( "An x-intercept of 4 is the point (4,0). \n" ); document.write( "Find the slope, m, of the line thru the 2 points. \n" ); document.write( "m = diffy/diffx = (5-0)/(-4-4) \n" ); document.write( "m = -5/8 \n" ); document.write( "--------- \n" ); document.write( "Then use \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "y-0 = (-5/8)*(x-4) \n" ); document.write( "y = (-5/8)x + 5/2 \n" ); document.write( " \n" ); document.write( " |