document.write( "Question 403866: f(x) = 4x -3x + 5
\n" );
document.write( "f(1) f(3) f(5)\r
\n" );
document.write( "\n" );
document.write( "f(1)=4*1-3*1+5
\n" );
document.write( "f(1)=4-3+5
\n" );
document.write( "F(1)=6\r
\n" );
document.write( "\n" );
document.write( "F(3)=4*3-3*3+5
\n" );
document.write( "F(3)=12-9+5
\n" );
document.write( "F(3)=8\r
\n" );
document.write( "\n" );
document.write( "F(5)=4*5-3*5+5
\n" );
document.write( "F(5)=20-15+5
\n" );
document.write( "F(5)=10\r
\n" );
document.write( "\n" );
document.write( "What would be the slope of the line????? \n" );
document.write( "
Algebra.Com's Answer #285502 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! The best way to find the slope is to simplify f(x), so that f(x) becomes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since f(x) is already in slope-intercept form, we conclude that the slope is 1. \n" ); document.write( " |