document.write( "Question 174996: If a line passes through the point (-1,3) and has a slop of 2. How do I find another point? \n" ); document.write( "
Algebra.Com's Answer #130078 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! you have to find the equation of the line then you can find any point. Use the point slope formula which states y-k=m(x-h) where m is the slope and (h,k) is any point on the line \n" ); document.write( ": \n" ); document.write( "y-3=2(x-(-1)) \n" ); document.write( ": \n" ); document.write( "y-3=2x+2 \n" ); document.write( ": \n" ); document.write( "y=2x+5 \n" ); document.write( ": \n" ); document.write( "now just choose any value of x or y and solve for the unknown...I choose x=0\r \n" ); document.write( "\n" ); document.write( "y=2(0)+5--->y=5 \n" ); document.write( ": \n" ); document.write( "so for x=0,y=5--->point(0,5) \n" ); document.write( " |