document.write( "Question 1039200: Find the general equation of a line passing through (0,k) and (k,k^2) given that k is not equal to 0\r
\n" );
document.write( "\n" );
document.write( "So you find the gradient, which is k-1, then what do you do? \n" );
document.write( "
Algebra.Com's Answer #653941 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Slope is k^2-k/k=k-1. \n" ); document.write( "Use point slope formula on both points \n" ); document.write( "y-k^2=(k-1)(x-k) \n" ); document.write( "y-k^2=kx-k^2-x+k \n" ); document.write( "y=kx+k-x, or x(k-1)+k \n" ); document.write( "----------------------- \n" ); document.write( "use other point \n" ); document.write( "y-k-(k-1)x \n" ); document.write( "y=(k-1)x +k \n" ); document.write( "This is the general equation, \n" ); document.write( "if k=4, y=3x+4, and it would pass through (0,4) and (4,16) \n" ); document.write( " |