document.write( "Question 33694: Find a polynomial equation of lowest degree with integer coefficients and has 0, 3, and plus/minus sq rt of 2 as zeros. Please, anyone help. \n" ); document.write( "
Algebra.Com's Answer #20128 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find a polynomial equation of lowest degree with integer coefficients and has 0, 3, and plus/minus sq rt of 2 as zeros. Please, anyone help. \n" ); document.write( "ROOTS ARE ...0,3,SQRT(2),-SQRT(2)...SO EQN IS \n" ); document.write( "(X-0)(X-3)(X-SQRT2)(X+SQRT2)=0 \n" ); document.write( "(X^2-3X)(X^2-2)=0 \n" ); document.write( "X^4-3X^3-2X^2+6X=0 \n" ); document.write( " |