document.write( "Question 916703: Please help and check what I have so far:\r
\n" );
document.write( "\n" );
document.write( "the question: The function p is a fourth-degree polynomial with x-intercepts 1, 4, and 10 and y-intercept -2. If p(x) is positive only on the interval (4, 10), find p(x). \r
\n" );
document.write( "\n" );
document.write( "p(x)= (x-1)(x-4)(x-10)
\n" );
document.write( "I don't understand where to put -2 or what to do with the information about the positive only in the interval (4,10)\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #556221 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! p is a fourth degree polynomial, but you only have 3 roots. So one root has to be repeated (you need 4 total roots).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The y-intercept is -2, so that means p(0) = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you may have p(x)= k(x-1)^2(x-4)(x-10) or p(x)= k(x-1)(x-4)^2(x-10) or p(x)= k(x-1)(x-4)(x-10)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's see what happens with p(x)= k(x-1)^2(x-4)(x-10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(x)= k(x-1)^2(x-4)(x-10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(0)= k(0-1)^2(0-4)(0-10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2 = 40k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40k = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k = -2/40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "k = -1/20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the function is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This graph (in green) confirms it\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let me know if you need more help or if you need me to explain a step in more detail. \n" ); document.write( "Feel free to email me at jim_thompson5910@hotmail.com \n" ); document.write( "or you can visit my website here: http://www.freewebs.com/jimthompson5910/home.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thanks,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( " |