document.write( "Question 75490: This is a practice question for me so I know the answer but how do I work this?\r
\n" );
document.write( "\n" );
document.write( "Let f(x) = 5x-2.
\n" );
document.write( "Find:
\n" );
document.write( "(a) f(4) – f(3) Answer is: 5
\n" );
document.write( "(b) f(9) – f(8) Answer is: 5
\n" );
document.write( "(c) f(12) – f(11) Answer is: 5
\n" );
document.write( "(d) How do the results of (a) through (c) compare to the slope of the line that is the graph of f? Answer is: same
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #54294 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! The way you solve these problems is just replace the x in the function with the number given. \n" ); document.write( "a) If f(x) = 5x-2, find: \n" ); document.write( "f(4)-f(3) \n" ); document.write( "First, to find out what f(4) is, you replace x with 4 in the function f(x) = 5x-2, so: \n" ); document.write( "f(4) = 5(4)-2 \n" ); document.write( "f(4) = 20-2 \n" ); document.write( "f(4) = 18 \n" ); document.write( "Similarly for f(3) \n" ); document.write( "f(3) = 5(3)-2 \n" ); document.write( "f(3) = 15-2 \n" ); document.write( "f(3) = 13 \n" ); document.write( "Now, f(4)-f(3) = 18-13 = 5\r \n" ); document.write( "\n" ); document.write( "b) For f(9)-f(8) \n" ); document.write( "f(9) = 5(9)-2 \n" ); document.write( "f(9) = 45-2 \n" ); document.write( "f(9) = 43 \n" ); document.write( "Similiarly for f(8) \n" ); document.write( "f(8) = 5(8)-2 \n" ); document.write( "f(8) = 40-2 \n" ); document.write( "f(8) = 38 \n" ); document.write( "Now, f(9)-f(8) = 43-38 = 5 \n" ); document.write( "You should get the picture by now.\r \n" ); document.write( "\n" ); document.write( "d) The given function can be written as an equation in the slope-intercept form: y = mx+b where m is the slope and b is the y-intercept. \n" ); document.write( "Your function can be similarly written: \n" ); document.write( "y = 5x-2 where the slope m = 5 and the y-intercept, b = -2 \n" ); document.write( "So you can see that the slope of the given function is the same as the the differences given by: \n" ); document.write( "f(x)-f(x-1) \n" ); document.write( " |