document.write( "Question 320592: How would you explain to another student how to decide if any given polynomial is prime or not? \n" ); document.write( "
Algebra.Com's Answer #229606 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If it can be factored with integers, it's not prime. \n" ); document.write( "If it can't, it is prime. \n" ); document.write( " \n" ); document.write( " |