document.write( "Question 531951: Find a 4th degree polynomial fucntions f(x) with real coefficients that has 3,4, and i as zeros and such that f(1)=24 \n" ); document.write( "
Algebra.Com's Answer #350642 by la080360(1)![]() ![]() ![]() You can put this solution on YOUR website! f(x)= A(x+i)(x-i)(x-3)(x-4) \n" ); document.write( "f(x)= A(x^2+i^2)(x^2-4x-3x+12) \n" ); document.write( "f(x)= A(x^2+1)(x^2-7x+12) \n" ); document.write( "_______________________________\r \n" ); document.write( "\n" ); document.write( "f(1)=24 \n" ); document.write( "f(1)=A((1^2+1)(1^2-7(1)+12)) \n" ); document.write( "f(1)=A(1+1)(1-7+12) \n" ); document.write( "f(1)=A(2)(6) \n" ); document.write( "f(1)=A(12)=24\r \n" ); document.write( "\n" ); document.write( "A(12)=24 \n" ); document.write( "divide both sides by 12 to get A by itself\r \n" ); document.write( "\n" ); document.write( "A=2 \n" ); document.write( "________________________________ \n" ); document.write( "Plug A into the formula f(x)=A(x^2+1)(x^2-7x+12)\r \n" ); document.write( "\n" ); document.write( "f(x)=2((x^2+1)(x^2-7x+12)) \n" ); document.write( "combine (x^2+1) with (x^2-7x+12) by using the FOIL method \n" ); document.write( "f(x)=2(x^4-7x^3+12x^2+x^2-7x+12) \n" ); document.write( "f(x)=2(x^4-7x^3+13x^2-7x+12) \n" ); document.write( "distribute the value of A=2 to get your FINAL answer!\r \n" ); document.write( "\n" ); document.write( "ANSWER: f(x)=2x^4-14x^3+26x^2-14x+24 \n" ); document.write( " \n" ); document.write( " |