document.write( "Question 451555: How do i solve \"If f(2)=0 and f(x)=3x^2+kx-4,find k\" i need help solving this step by step. \n" ); document.write( "
Algebra.Com's Answer #310494 by tinbar(133)![]() ![]() ![]() You can put this solution on YOUR website! well, you know that f(2)=0, so let's find f(2) by actually plugging x=2 in the given function f(x)=3x^2+kx-4. \n" ); document.write( "f(2)=3(2^2)+k(2)-4=8+2k \n" ); document.write( "remember that f(2)=0, so we need to set 8+2k equal to 0 since they are both the same f(2)\r \n" ); document.write( "\n" ); document.write( "8+2k=0 \n" ); document.write( "2k=-8 \n" ); document.write( "k=-4 \n" ); document.write( " |