document.write( "Question 3255: A line passes through the points (4,5) and (-3,2). Calculate the slope of the line and express the slope as a decimal number rounded to the nearest hundredths (2 places after the decimal point).\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1415 by vhardiker(2) ![]() You can put this solution on YOUR website! The General Equation for a line is defined as y = mx + c \n" ); document.write( "Where m is the slope of the line and c is the point where the line intsects the y axis(ie when x=0)\r \n" ); document.write( "\n" ); document.write( "Given two points (x1,y1) and (x2,y2) through which line y = mx + c passes, the slope m can be defined as (y2-y1)/(x2-x1), thus for the line passing through (4,5) and (-3,2), m = (2-5)/(-3-4)= 3/7 which is approximately 0.43\r \n" ); document.write( "\n" ); document.write( "Answer : The slope m =~ 0.43 \n" ); document.write( " |