document.write( "Question 625434: how do i form a polynomial whose zeros are -4,4,1 and degree is 3? \n" ); document.write( "
Algebra.Com's Answer #393518 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how do i form a polynomial whose zeros are -4,4,1 and degree is 3? \n" ); document.write( "----------- \n" ); document.write( "in x, it's \n" ); document.write( "(x+4)*(x-4)*(x-1) = 0 \n" ); document.write( " \n" ); document.write( " |