document.write( "Question 29522: how do i factor a binomial? the problem is x cubed plus 27 \n" ); document.write( "
Algebra.Com's Answer #16304 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Your problem follows this pattern:
\n" ); document.write( "a^3+b^3= (a+b)(a^2-ab+b^2)
\n" ); document.write( "In your problem a=x and b=3
\n" ); document.write( "You get (x+3)(x^2-3x+9)
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );