document.write( "Question 141202: How many real zeroes are there in f(x) = x^3 + 27\r
\n" );
document.write( "\n" );
document.write( "a. 3
\n" );
document.write( "b. 1
\n" );
document.write( "c. None, you cannot factor this polynomial
\n" );
document.write( "d. None of the above\r
\n" );
document.write( "\n" );
document.write( "I figured b. 1 because the factors of 27 are 1, 3, 9, 27 and the factors of 1 is 1. So they only have one factor in common. \n" );
document.write( "
Algebra.Com's Answer #102864 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! First, note that the statement is the same as:\r \n" ); document.write( "\n" ); document.write( "f(x)=x^3+3^3=(x+3)(x^2-3x+9) by the formula for the sum of cubes.\r \n" ); document.write( "\n" ); document.write( "Attempting to find the zeros, we set f(x)=0: \n" ); document.write( "(x+3)(x^2-3x+9)=0\r \n" ); document.write( "\n" ); document.write( "This can only be when \n" ); document.write( "x=-3 or x^2-3x+9=0 \n" ); document.write( "We can see that the second will not have any real roots because the discriminant is negative b^2-4ac=9-4(1)(9)=-27. \n" ); document.write( "Thus, your choice of b is correct, but I would recommend using the method I have done here to determine the amount of roots of a polynomial. \n" ); document.write( " |