document.write( "Question 550005: Use synthetic division to determine which pair of integers provide both a lower and an upper bound for the zeros of \n" );
document.write( "
Algebra.Com's Answer #358290 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! f(X)=2X^4-X^3-23X^2+46X-24 \n" ); document.write( "** \n" ); document.write( "Using the Rational Roots Theorem:\r \n" ); document.write( "\n" ); document.write( "....0....|......2......-1......-23.......46.......-24 \n" ); document.write( "....1....|......2.......1.......-22.......24..........0 (1 is a root) \n" ); document.write( "=========================== \n" ); document.write( "....0....|......2.......1.......-22.......24 \n" ); document.write( "....2....|......2.......5.......-12.......0 (2 is a root) \n" ); document.write( "=========================== \n" ); document.write( "....0....|......2.......5.......-12 \n" ); document.write( "....3....|......2......11........21 (3 is upper bound-all numbers positive) \n" ); document.write( "=========================== \n" ); document.write( "....0....|......2........5......-12 \n" ); document.write( "..-1....|......2........3......-15 \n" ); document.write( "..-2....|......2........1......-14 \n" ); document.write( "..-3....|......2......-1......-9 \n" ); document.write( "..-4....|......2......-3.......0 (-4 is a root) \n" ); document.write( "=========================== \n" ); document.write( "....0....|......2......-3 \n" ); document.write( "..-5....|......2......-13 (-5 is lower bound-alternate sign of numbers) \n" ); document.write( "f(x)=(x-1)(x-2)(x+4)(2x-3) \n" ); document.write( "ans: \n" ); document.write( "Upper bound and lower bound for zeros: x=3 and x=-5 respectivelly \n" ); document.write( " |