document.write( "Question 700144: For x^3-x^2+7x-7=0
\n" );
document.write( "a)how do you find the number of complex roots?
\n" );
document.write( "b)how do you find the possible number of real roots?
\n" );
document.write( "c)how do you find the possible number of imaginary roots?
\n" );
document.write( "d)how do you find all the zeroes? \n" );
document.write( "
Algebra.Com's Answer #432031 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! For x^3-x^2+7x-7=0 \n" ); document.write( "a)how do you find the number of complex roots? \n" ); document.write( "b)how do you find the possible number of real roots? \n" ); document.write( "c)how do you find the possible number of imaginary roots? \n" ); document.write( "d)how do you find all the zeroes? \n" ); document.write( "** \n" ); document.write( "using the rational roots theorem:\r \n" ); document.write( "\n" ); document.write( "...0...|.....1....-1......7.......-7......... \n" ); document.write( "...1...|.....1.....0......7........ 0...(1 is a root) \n" ); document.write( "f(x)=(x-1)(x^2+7) \n" ); document.write( "x-1=0 \n" ); document.write( "x=1 \n" ); document.write( ".. \n" ); document.write( "x^2+7=0 \n" ); document.write( "x^2=-7 \n" ); document.write( "x=±√-7 \n" ); document.write( "x=√7 i \n" ); document.write( "x=-√7 i \n" ); document.write( "Given function has one real root(zero)and two imaginary or complex roots \n" ); document.write( " |