document.write( "Question 174995: How do I find the equation of the line that has points of (1,5) and (0,0)? \n" ); document.write( "
Algebra.Com's Answer #130073 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
find the slope \"DELTA%28y%29%2FDELTA%28x%29\"= 0-5/0-1=5......so m=slope=5
\n" ); document.write( ":
\n" ); document.write( "now use the point slope formula to arrive at equation....plug in any point you desire using y-k=m(x-h) where (h,k) is any point on the line....I will use (0,0)since that is the easiest
\n" ); document.write( ":
\n" ); document.write( "y-0=5(x-0)
\n" ); document.write( ":
\n" ); document.write( "\"highlight%28y=5x%29\"
\n" ); document.write( "
\n" );