document.write( "Question 129128: Write a function for the line, in the form f(x)=mx+b, using the information given below.\r
\n" );
document.write( "\n" );
document.write( "A linear function containing the points in the following table\r
\n" );
document.write( "\n" );
document.write( "x
\n" );
document.write( "3
\n" );
document.write( "5\r
\n" );
document.write( "\n" );
document.write( "and f(x)
\n" );
document.write( "-2
\n" );
document.write( "-8 \n" );
document.write( "
Algebra.Com's Answer #94553 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! substituting values from the table __ -2=m(3)+b __ -2=3m+b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting again __ -8=m(5)+b __ -8=5m+b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting the first equation from the second __ -6=2m __ -3=m\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ -2=-3(3)+b __ -2=-9+b __ 7=b \n" ); document.write( " |