document.write( "Question 3073: I am taking college algebra online and am having problems with equations and inequalities: for example: find all real solutions by factoring:
\n" );
document.write( "x^3+4x^2-x-4=0\r
\n" );
document.write( "\n" );
document.write( "thanks
\n" );
document.write( "Sal \n" );
document.write( "
Algebra.Com's Answer #1303 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! x^3 + 4x^2 -x -4 =0 \n" ); document.write( "=> x^2(x+4) -(x+4) = 0 \n" ); document.write( "=> (x+4)(x^2-1) = 0 \n" ); document.write( "=> According to the zero product rule \n" ); document.write( "either x+4 = 0 or x^2-1 = 0 \n" ); document.write( "=> if x+4 =0 \n" ); document.write( "then x = -4 \n" ); document.write( "and if x^2 -1 = 0 \n" ); document.write( "then x^2 = 1 \n" ); document.write( "=> x = sqrt(1) = +/-1\r \n" ); document.write( "\n" ); document.write( "so x = -4, +/-1 \n" ); document.write( " |