document.write( "Question 1153628: I can do each of the requirements on any given polynomial, but to determine the
\n" );
document.write( "probabilities is giving me issues. I could do all 1,458 problems, but I'd like
\n" );
document.write( "to know a better way, please.
\n" );
document.write( "The question is:
\n" );
document.write( "Randomly construct a polynomial
\n" );
document.write( "f(x) = a4x^4 + a3x^3 + a2x^2 + a1x + a0
\n" );
document.write( "A) Each of the five coefficients is equally likely to be positive one, negative one, or zero.
\n" );
document.write( "B) What is the probability that f(x) is an odd function (i.e. f(−x) = −f(x))?
\n" );
document.write( "C) What is the probability that lim as x→∞ of f(x) = −∞?
\n" );
document.write( "D) What is the probability that x = 0 is a root of f(x)?
\n" );
document.write( "E) What is the probability that x = 1 is a root of f(x)?
\n" );
document.write( "F) What is the probability that x = −1 is a root of f(x)? \n" );
document.write( "
Algebra.Com's Answer #776436 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! I can do each of the requirements on any given polynomial, but to determine the \n" ); document.write( "probabilities is giving me issues. I could do all 1,458 problems, but I'd like \n" ); document.write( "to know a better way, please. \n" ); document.write( "The question is: \n" ); document.write( "Randomly construct a polynomial \n" ); document.write( " \n" ); document.write( "A) Each of the five coefficients is equally likely to be positive one, negative one, or zero. \n" ); document.write( "B) What is the probability that f(x) is an odd function (i.e. f(−x) = −f(x))? \n" ); document.write( " \r\n" ); document.write( "That is when and only when all the terms with even powers of x are 0.\r\n" ); document.write( "\r\n" ); document.write( "C) What is the probability that lim as x→∞ of f(x) = −∞? \r\n" ); document.write( "That means the graph falls on the extreme right after the last turning point.\r\n" ); document.write( "That happens when and only when the leading coefficient a4 is negative,\r\n" ); document.write( "or in this case, a4 = -1.\r\n" ); document.write( "\r\n" ); document.write( "That's 1 way out of 3, or a probability of 1/3. \n" ); document.write( "D) What is the probability that x = 0 is a root of f(x)? \r\n" ); document.write( "That happens when and only when the polynomial is divisible by x,\r\n" ); document.write( "i.e., when x can be factored out and x can be set = 0 using the zero-factor\r\n" ); document.write( "property. That happens when and only when the constant term a0 = 0.\r\n" ); document.write( "The probability that a0 can be zero is 1 time out of 3, or 1/3. \n" ); document.write( "E) What is the probability that x = 1 is a root of f(x)? \r\n" ); document.write( "That is when, if we substitute 1 for x we get 0.\r\n" ); document.write( " \n" ); document.write( "F) What is the probability that x = −1 is a root of f(x)? \r\n" ); document.write( "If we substitute -x for x in f(x), we have\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |