document.write( "Question 160174: can someone please help me with this question;\r
\n" );
document.write( "\n" );
document.write( "Find and simplify the difference quotient f(x+h)-f(x) / h , h =(with slash through the = sign) 0 for the given function.\r
\n" );
document.write( "\n" );
document.write( "f(x) = 3x - 9\r
\n" );
document.write( "\n" );
document.write( "a. 3 + 6(x-9)/h
\n" );
document.write( "b. 0
\n" );
document.write( "c. 3
\n" );
document.write( "d. 3 + -18/h \n" );
document.write( "
Algebra.Com's Answer #118163 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! i would say the answer is 3. \n" ); document.write( "here's why \n" ); document.write( "----------------------------------------- \n" ); document.write( "f(x) = 3*x-9 \n" ); document.write( "if you want to find f(x+h) you simply replace all instances of x with x+h, so \n" ); document.write( "f(x+h) = 3*(x+h)-9 \n" ); document.write( "your problem is to find and simplify the difference quotient (f(x+h) - f(x))/h \n" ); document.write( "substituting 3*x-9 for f(x), and 3*(x+h)-9 for f(x+h), your difference quotient becomes (3*(x+h)-9 - (3*x-9))/h \n" ); document.write( "multiplying out, this becomes (3*x + 3*h - 9 - (3*x - 9))/h \n" ); document.write( "removing parentheses from (3*x - 9), this becomes \n" ); document.write( "(3*x + 3*h - 9 - 3*x + 9)/h \n" ); document.write( "you have to keep in mind the signs. \n" ); document.write( "minus a plus is a minus. \n" ); document.write( "minus a minus is a plus. \n" ); document.write( "doing the additions and subtractions of like values, the equation becomes \n" ); document.write( "3*h / h because +3*x and -3*x cancel out and +9 and -9 also cancel out. \n" ); document.write( "dividing by h, the equation becomes 3*1 = 3. \n" ); document.write( "the answer is 3 which would be c in your list of choices. \n" ); document.write( " \n" ); document.write( " |