document.write( "Question 324173: What is the slope of a line?
\n" );
document.write( "Given two points on a line, how is the slope calculated?
\n" );
document.write( "Given the equation of a line, how is the slope calculated?
\n" );
document.write( "Demonstrate by determining the slope of \"3x + 5y = 19.\" \n" );
document.write( "
Algebra.Com's Answer #232034 by checkley77(12844) ![]() You can put this solution on YOUR website! Slope=(Y2-Y1)/(X2-X1) is the slope formula given 2 points. \n" ); document.write( "Y=mX+b \n" ); document.write( "m=slope. \n" ); document.write( "Y=4x-5 4 is this lines slope. \n" ); document.write( "3x+5y=19 \n" ); document.write( "5y=-3x+19 \n" ); document.write( "y=-3x/5+19/5 \n" ); document.write( "Slope=-3/5. \n" ); document.write( " |