document.write( "Question 8010: I need to factor out, relative to the integers, all factors common to all terms.
\n" );
document.write( "How do I do this?? \n" );
document.write( "
Algebra.Com's Answer #4396 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! All terms of what? I see no terms. Expand on the question, please. \n" ); document.write( "(Of course, if you mean to find all integers that have factors other than themselves and 1, which would leave only primes, Google \"sieve of Eratosthenes\" and read all about it.) \n" ); document.write( " |