document.write( "Question 301979: how can i find the linear function which has the given slope and contains the given points example\r
\n" );
document.write( "\n" );
document.write( "1,-2 , m = -4 \n" );
document.write( "
Algebra.Com's Answer #216543 by london maths tutor(243)![]() ![]() You can put this solution on YOUR website! Linear function : y = mx + c where m = -4 and c = ? \r \n" ); document.write( "\n" ); document.write( "Put the point (1,-2) and m = -4 into y = m*x + c to solve for c\r \n" ); document.write( "\n" ); document.write( "-2 = (-4)(1) + c \n" ); document.write( "-2 = -4 + c \n" ); document.write( "-2 + 4 = c \n" ); document.write( "c = 2 \r \n" ); document.write( "\n" ); document.write( "Therefore, the linear function becomes : y = -4x + 2 \n" ); document.write( " \n" ); document.write( " |