document.write( "Question 1056723: hi i have three questions and this seemed the most fitting place to put them. im very confused on these and would like to know how to solve them and what the answers are.
\n" );
document.write( "please solve:\r
\n" );
document.write( "\n" );
document.write( "1) x^3 + 2x + 3 = 0\r
\n" );
document.write( "\n" );
document.write( "2) x^4 + 3x^2 - 4 = 0\r
\n" );
document.write( "\n" );
document.write( "3) (x/(x-3)) + (x/(x+3)) = (2/(x^2-9)) \n" );
document.write( "
Algebra.Com's Answer #671785 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^3+2x+3. Use synthetic division \n" ); document.write( "try -1 \n" ); document.write( "-1/1===0==2==3 remember a 0 for the x^2 term. \n" ); document.write( "===1==-1==3==0 \n" ); document.write( "the factors are (x+1)(x^2-x+3)=0 \n" ); document.write( "x=-1, and by the quadratic formula will give +/- i sqrt(2) for the other 2 \n" ); document.write( " \n" ); document.write( "================ \n" ); document.write( "x^4+3X^2-4=0. Treat this like ax^2+bx+c and factor, only there will be x^2 as leading. \n" ); document.write( "(X^2+4)(X^2-1)=0 \n" ); document.write( "x=1,-1,+/-2i \n" ); document.write( " \n" ); document.write( "=============== \n" ); document.write( " (x/(x-3)) + (x/(x+3)) = (2/(x^2-9)) \n" ); document.write( "Multiply everything by (x^2-9) to clear the fractions. \n" ); document.write( "x(x+3)+x(x-3)=2 \n" ); document.write( "x^2+3x+x^2-3x=2 \n" ); document.write( "2x^2=2 \n" ); document.write( "x^2=1 \n" ); document.write( "x=1,-1 \n" ); document.write( "Check roots \n" ); document.write( "(1/-2)+(1/4)=2/(-8) works for 1 \n" ); document.write( "(1/4)+(-1/2)=2/(-8) works for -1 \n" ); document.write( " |