document.write( "Question 75208: polynomials- find the greatest common factor of the polynomial
\n" ); document.write( " 15x+45x^2
\n" ); document.write( "

Algebra.Com's Answer #54003 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
To find the greatest common factor between 2 numbers, we need to look for a number that can go into both 15 and 45. These numbers are:
\n" ); document.write( "1,3,5,15
\n" ); document.write( "Since 15 is the greatest of the list, it is the GCF. But we aren't done yet. There 's still an x term to be factored. The same idea applies as well. What factors do x and \"x%5E2\" share. They share a common term of x (they both have a term of x in them). So the GCF is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "15x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I can then factor out the GCF to get\r
\n" ); document.write( "\n" ); document.write( "\"15x%281%2B3x%29\"\r
\n" ); document.write( "\n" ); document.write( "which is perfectly valid, since I can distribute to get
\n" ); document.write( "\"15x%2B45x%5E2\"
\n" ); document.write( "
\n" );