document.write( "Question 802692: determine a polynomial function F(x) of degree 3 which has the leading coefficient 2 and its zeros are 1 and 2+3i \n" ); document.write( "
Algebra.Com's Answer #484276 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! F(x)= \n" ); document.write( "3(x-1)(x-2+3i)(x-2-3i)= \n" ); document.write( "3x^3-15x^2+51x-39 \n" ); document.write( " |