document.write( "Question 193615: Given the two points(4,6) and (8,18):\r
\n" );
document.write( "\n" );
document.write( "1. Calculate the slpoe.\r
\n" );
document.write( "\n" );
document.write( "2. Write the point-slope form of the line through the two points.\r
\n" );
document.write( "\n" );
document.write( "3. Use the answer to #9 to write the equation in slope-intercept form. \n" );
document.write( "
Algebra.Com's Answer #145327 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! slope is change in y over change in x \n" ); document.write( ": \n" ); document.write( "(18-6)/(8-4)=12/4=3 \n" ); document.write( ": \n" ); document.write( "so slope is 3 \n" ); document.write( ": \n" ); document.write( "use point slope formula....using slope 3 and either given point...I am using (4,6) \n" ); document.write( ": \n" ); document.write( "y-6=3(x-4) \n" ); document.write( ": \n" ); document.write( "y-6=3x-12 \n" ); document.write( ": \n" ); document.write( "y=3x-6 in slope intercept form \n" ); document.write( " |