document.write( "Question 812930: P(x) = 3x3 − 5x2 − 26x − 8
\n" );
document.write( " list the possible rational zeros, and test to determine all rational zeros. \n" );
document.write( "
Algebra.Com's Answer #489427 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "To find the possible rational zeros we will need the factors of the constant term and the leading coefficient. The constant term of P(x) is 8. (Actually it is -8 but since we will be trying both the positive and negative versions of the possible rational zeros it doesn't matter that we ignore the sign. The factors of 8 are 1, 2, 4 and 8. The leading coefficient is 3. The only factors of 3 are 1 and 3. \n" ); document.write( "The possible rational zeros are all the ratios, positive and negative, which can be formed using a factor of the constant term in the numerator and a factor of the leading coefficient in the denominator. With the factors we found above, our list of possible rational zeros are: \n" ); document.write( "+1/1, +2/1, +4/1, +8/1, +1/3, +2/3, +4/3, +8/3 \n" ); document.write( "The first four simplify: \n" ); document.write( "+1, +2, +4, +8, +1/3, +2/3, +4/3, +8/3 \n" ); document.write( "Now we can go about finding which of these, if any, are actual zeros. We'll start with the integers because they're easier. And we will use synthetic division to test. Testing 1: \n" ); document.write( " \r\n" ); document.write( "1 | 3 -5 -26 -8\r\n" ); document.write( "---- 3 -2 -28\r\n" ); document.write( " -------------------\r\n" ); document.write( " 3 -2 -28 -36\r\n" ); document.write( "The remainder, in the lower right corner, is not zero. So 1 is not a zero of P(x). And since -36 is not very close to zero I am going to skip over 2 and jump to 4. (Note: I may end up coming back to 2 later.) \n" ); document.write( " \r\n" ); document.write( "4 | 3 -5 -26 -8\r\n" ); document.write( "---- 12 28 8\r\n" ); document.write( " -------------------\r\n" ); document.write( " 3 7 2 0\r\n" ); document.write( "Bingo! We have a winner! 4 is a zero (and (x-4) is a factor). Not only that, the rest of the bottom row tells us the other factor. The \"3 7 2\" translates into \n" ); document.write( "Altogether the rational zeros are 4, -1/3 and -2. \n" ); document.write( "P.S. Instead of factoring the trinomial you could (and maybe your teacher wanted you to) continue to go through the list of possible rational zeros. If so, here are some tips on this process:
|