document.write( "Question 533161: HOw do I solve for x so that the slope of the line through (x, 5) and (2, 2) is 1/4.? \n" ); document.write( "
Algebra.Com's Answer #350982 by lwsshak3(11628) ![]() You can put this solution on YOUR website! HOw do I solve for x so that the slope of the line through (x, 5) and (2, 2) is 1/4.? \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a straight line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "y=x/4+b \n" ); document.write( "using given point (2,2) to solve for b \n" ); document.write( "2=2/4+b \n" ); document.write( "b=2-1/2=3/2=1.5 \n" ); document.write( "equation: \n" ); document.write( "y=x/4+1.5 \n" ); document.write( "solve for x using given point (x,5) \n" ); document.write( "5=x/4+1.5 \n" ); document.write( "20=x+6 \n" ); document.write( "x=14 \n" ); document.write( " |