document.write( "Question 1196940: Find f(k - 1) when f(x) = 4x^2 - 3x + 4\r
\n" );
document.write( "\n" );
document.write( "Answer key provided, nothing I attempt so far step wise gets me to the correct answer however.\r
\n" );
document.write( "\n" );
document.write( "Answer key says the answer is: \"4k^2 - 11k + 11\" \n" );
document.write( "
Algebra.Com's Answer #829986 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f(x) = 4x^2 - 3x + 4 \n" ); document.write( "f(x) = 4(x)^2 - 3(x) + 4 ... highlight all the variables we're going to replace; note the use of parenthesis \n" ); document.write( "f(k-1) = 4(k-1)^2 - 3(k-1) + 4 ... each x replaced with k-1 \n" ); document.write( "The use of color-coding is optional, but I find it helps to see the replacements much easier.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The task is to now expand and simplify \n" ); document.write( "f(k-1) = 4(k-1)^2 - 3(k-1) + 4 \n" ); document.write( "f(k-1) = 4(k-1)(k-1) - 3(k-1) + 4 \n" ); document.write( "f(k-1) = 4(k^2-2k+1) - 3(k-1) + 4 \n" ); document.write( "f(k-1) = 4k^2-8k+4 - 3k+3 + 4 \n" ); document.write( "f(k-1) = 4k^2-11k+11\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: \n" ); document.write( "Here's a common mistake I see many students doing \n" ); document.write( "f(x) = 4x^2 - 3x + 4 \n" ); document.write( "f(k-1) = 4k-1^2 - 3k-1 + 4 \n" ); document.write( "This is NOT correct because we didn't involve parenthesis around the k-1 terms on the right hand side \n" ); document.write( "The temptation may be to simply search-and-replace each x with k-1, but I would say it should be \"replace x with (k-1)\" to be more accurate. \n" ); document.write( " \n" ); document.write( " |