document.write( "Question 719446: 6*a+2*a^3-2-10*a^2\r
\n" );
document.write( "\n" );
document.write( "I have to factor the polynomial but it is not making sense. I found gcf and worked it to 2(3*a+a^3)-(1-5*a^2) I'm not sure what to do from here. \n" );
document.write( "
Algebra.Com's Answer #441360 by graphmatics(170) You can put this solution on YOUR website! You almost have it. We note that each part of the given expression has a 2 AND an a as a factor so first factor out the 2 to get \n" ); document.write( "6*a+2*a^3-2-10*a^2 = 2*(3*a+a^3-1-5*a^2) \n" ); document.write( "put the right side the reducing order to get \n" ); document.write( "6*a+2*a^3-2-10*a^2=2*(a^3-5*a^2+3*a-1) \n" ); document.write( " =2*(a^2-4*a+1)*(a-1) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |