document.write( "Question 925070: 1) List all of the possible roots of : 2x^3 - 5x^2 - 28x + 15 = 0.
\n" );
document.write( "2) Then find all the roots. \r
\n" );
document.write( "\n" );
document.write( "I'm confused because I thought possible roots and all roots were the same thing? Also, are \"zeros\" also roots? Thank you. \n" );
document.write( "
Algebra.Com's Answer #561288 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Yes, roots and zeros are synonymous. I prefer the term \"root\" since zero is a number and it gets muddied up a bit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------------------- \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1) The possible rational roots of f(x) are potential values that could make f(x) = 0 true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In general, not all possible roots are actual roots. You will have more possible roots than actual roots for the majority of the cases.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To list the possible rational roots, you use the rational root theorem. The idea is to list the factors of the first and last coefficients, then divide each factor\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Factors of 15: 1, 3, 5, 15 \n" ); document.write( "Factor of 2: 1, 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide each factor of 15 by each factor of 2 to get these fractions: 1/1, 1/2, 3/1, 3/2, 5/1, 5/2, 15/1, 15/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Those fractions simplify to 1, 1/2, 3, 3/2, 5, 5/2, 15, 15/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now add on the negative counterparts: -1, -1/2, -3, -3/2, -5, -5/2, -15, -15/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the list of possible rational roots is shown below in blue\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "1, 1/2, 3, 3/2, 5, 5/2, 15, 15/2 \n" ); document.write( "-1, -1/2, -3, -3/2, -5, -5/2, -15, -15/2 \n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2) To find the actual rational roots, you need to check every possible rational root. To check each one, you plug each one (one at a time) into f(x). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you get f(x) = 0, then that possible root is indeed an actual root.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case, f(x) = 2x^3 - 5x^2 - 28x + 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll do the first possible root\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Checking x = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 2x^3 - 5x^2 - 28x + 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(1) = 2(1)^3 - 5(1)^2 - 28(1) + 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(1) = -16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The result is -16 and NOT 0. So x = 1 is NOT an actual root.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll let you check the other potential rational roots.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let me know if that helps or not. Thanks.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you need more help, feel free to email me at jim_thompson5910@hotmail.com\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "My Website: http://www.freewebs.com/jimthompson5910/home.html\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |