document.write( "Question 1181839: Which polynomial is prime?\r
\n" );
document.write( "\n" );
document.write( "3x3 + 3x2 - 2x - 2
\n" );
document.write( "3x3 - 2x2 + 3x - 4
\n" );
document.write( "4x3 + 2x2 + 6x + 3
\n" );
document.write( "4x3 + 4x2 - 3x - 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #811768 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "None of those are prime. Three of them can be easily factored by grouping. \n" ); document.write( "3x^3 + 3x^2 - 2x - 2 = (3x^2)(x+1)-2(x+1) : (x+1) is a factor \n" ); document.write( "3x^3 - 2x^2 + 3x - 4 : x=1 makes the expression equal to 0, so (x-1) is a factor \n" ); document.write( "4x^3 + 2x^2 + 6x + 3 = (2x^2)(2x+1)+3(2x+1) : (2x+1) is a factor \n" ); document.write( "4x^3 + 4x^2 - 3x - 3 =4x^2(x+1)-3(x+1) : (x+1) is a factor \n" ); document.write( " \n" ); document.write( " |