document.write( "Question 30620: what is the equation of a line that passes through \r
\n" );
document.write( "\n" );
document.write( "(-3,0) and (0,3) \n" );
document.write( "
Algebra.Com's Answer #17332 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! slope is the difference of the y's divide by the difference of the x's\r \n" ); document.write( "\n" ); document.write( "m=(0-3)/(-3-0) \n" ); document.write( "m=(-3)/(-3) \n" ); document.write( "m=1\r \n" ); document.write( "\n" ); document.write( "the equation for finding the equation is point slope \n" ); document.write( "y - first(y)=m(x - first(x)) \n" ); document.write( "y - 0=1(x - 3) \n" ); document.write( "y=x-3 is your equation! \n" ); document.write( " |