document.write( "Question 239288: Find the equation through the point (2,4) with slope 4 \n" ); document.write( "
Algebra.Com's Answer #175700 by anantha(86) ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "equation of the line passing through (x1,y1) and slope m is \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "in this problem the coordinates (x1,y1)=(2,4) means x1=2 and y1=4 and slope m=4 \n" ); document.write( "substitute these values in the above formula \n" ); document.write( "y-4=4(x-2) \n" ); document.write( "y-4=4x-8 \n" ); document.write( "transpose L.H.S part to R.H.S \n" ); document.write( "4x-8-y+4=0 \n" ); document.write( "4x-y-4=0 \n" ); document.write( "which is the requried equation passing through (2,4) and slope 4 \n" ); document.write( " \n" ); document.write( " |