document.write( "Question 398238: Find the equation of the line through (6,-3) which meets the x axis at x=3. Enter your solution in the form y=mx+b. \n" ); document.write( "
Algebra.Com's Answer #282199 by nerdybill(7384) You can put this solution on YOUR website! Find the equation of the line through (6,-3) which meets the x axis at x=3. Enter your solution in the form y=mx+b. \n" ); document.write( ". \n" ); document.write( "If a line \"meets the x axis at x=3\" then the point must be at (3,0) \n" ); document.write( "Two points given then: (3,0) and (6,-3) \n" ); document.write( ". \n" ); document.write( "Slope = (y2-y1)/(x2-x1) = (-3-0)/(6-3) = -3/3 = -1 \n" ); document.write( ". \n" ); document.write( "plug (3,0) and -1 into \"point-slope\" form: \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 0 = -1(x - 3) \n" ); document.write( "y = -1(x - 3) \n" ); document.write( "y = -x + 3 (this is what they're looking for) \n" ); document.write( " \n" ); document.write( " |