The equation
has a triple root. Given this root
\n" );
document.write( "is an integer find the triple root and the value of b.
\n" );
document.write( "\r\n" );
document.write( "It is well-known that for the 4th degree polynomial:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "The sum of its roots taken one at a time = -B/A\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken two at a time = C/A\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken three at a time = -D/A\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken four at a time = E/A\r\n" );
document.write( "\r\n" );
document.write( "In
we are told that one root is a\r\n" );
document.write( "triple root. \r\n" );
document.write( "\r\n" );
document.write( "So let the four roots be r, r, r, and s\r\n" );
document.write( "\r\n" );
document.write( "Then A=1, B=-5, C=-9, D=a, E=b\r\n" );
document.write( "\r\n" );
document.write( "The sum of roots taken one at a time = \r\n" );
document.write( "r+r+r+s = -(-5)/1 or 3r+s = 5\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken two at a time = \r\n" );
document.write( "rr+rr+rs+rr+rs+rs = -9/1 or 3r²+3rs = -9 or r²+rs = -3\r\n" );
document.write( "\r\n" );
document.write( "So we have this system of equations:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Solve the first equation for s, s = 5-3r\r\n" );
document.write( "\r\n" );
document.write( "Substituting in the second equation,\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "
\r\n" );
document.write( "
\r\n" );
document.write( "
\r\n" );
document.write( "
\r\n" );
document.write( "r-3 = 0; 2r+1 = 0\r\n" );
document.write( " r = 3 2r = -1\r\n" );
document.write( " r = -1/2\r\n" );
document.write( "\r\n" );
document.write( "We are told that the triple root is an integer, so we\r\n" );
document.write( "discard the -1/2, and take r = 3\r\n" );
document.write( "\r\n" );
document.write( "Substituting r = 3 in \r\n" );
document.write( "\r\n" );
document.write( "s = 5-3r\r\n" );
document.write( "s = 5-3(3)\r\n" );
document.write( "s = 5-9\r\n" );
document.write( "s = -4\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken three at a time = -a/1, so\r\n" );
document.write( "rrr+rrs+rrs+rrs = -a or r³+3r²s = -a, substituting for r and s:\r\n" );
document.write( "\r\n" );
document.write( " r³+3r²s = -a \r\n" );
document.write( "3³+3(3)²(-4) = -a\r\n" );
document.write( " 27+3(9)(-4) = -a\r\n" );
document.write( " 27-109 = -a\r\n" );
document.write( " -81 = -a\r\n" );
document.write( " a = 81\r\n" );
document.write( "\r\n" );
document.write( "The sum of all products of its roots taken four at a time = b/1\r\n" );
document.write( "That's all of its roots, and there is but one product, so\r\n" );
document.write( "rrrs = b, or\r\n" );
document.write( "\r\n" );
document.write( " r³s = b\r\n" );
document.write( "3³(-4) = b\r\n" );
document.write( "27(-4) = b\r\n" );
document.write( " -108 = b\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "