document.write( "Question 1209715: Let P(x) be a polynomial of the form
\n" );
document.write( "P(x) = 2x^3 + ax^2 - 23x + c,
\n" );
document.write( "such that 12 and 7 are roots of P(x). What is the third root?\r
\n" );
document.write( "\n" );
document.write( "For the polynomial in part (a), compute the ordered pair (a,c). \n" );
document.write( "
Algebra.Com's Answer #849934 by CPhill(1987) You can put this solution on YOUR website! Here's how to find the third root and the values of *a* and *c*:\r \n" ); document.write( "\n" ); document.write( "1. **Use the factor theorem:** Since 1/2 and 7 are roots of P(x), then (x - 1/2) and (x - 7) are factors of P(x). Therefore, we can write P(x) as:\r \n" ); document.write( "\n" ); document.write( " P(x) = 2(x - 1/2)(x - 7)(x - r)\r \n" ); document.write( "\n" ); document.write( " where 'r' is the third root. The factor of 2 is included so that the coefficient of the x³ term matches the given polynomial.\r \n" ); document.write( "\n" ); document.write( "2. **Expand the factored form:** \n" ); document.write( " P(x) = 2(x - 1/2)(x - 7)(x - r) \n" ); document.write( " P(x) = (2x - 1)(x - 7)(x - r) \n" ); document.write( " P(x) = (2x² - 15x + 7)(x - r) \n" ); document.write( " P(x) = 2x³ - 15x² + 7x - 2rx² + 15rx - 7r \n" ); document.write( " P(x) = 2x³ + (-15 - 2r)x² + (7 + 15r)x - 7r\r \n" ); document.write( "\n" ); document.write( "3. **Compare coefficients:** Now, compare the coefficients of the expanded form with the given form P(x) = 2x³ + ax² - 23x + c:\r \n" ); document.write( "\n" ); document.write( " * Coefficient of x²: a = -15 - 2r \n" ); document.write( " * Coefficient of x: -23 = 7 + 15r \n" ); document.write( " * Constant term: c = -7r\r \n" ); document.write( "\n" ); document.write( "4. **Solve for r:** From the coefficient of x, we can solve for r:\r \n" ); document.write( "\n" ); document.write( " -23 = 7 + 15r \n" ); document.write( " -30 = 15r \n" ); document.write( " r = -2\r \n" ); document.write( "\n" ); document.write( "5. **Find a and c:** Now that we know r = -2, we can find *a* and *c*:\r \n" ); document.write( "\n" ); document.write( " a = -15 - 2(-2) = -15 + 4 = -11 \n" ); document.write( " c = -7(-2) = 14\r \n" ); document.write( "\n" ); document.write( "Therefore, the third root is -2, and the ordered pair (a, c) is (-11, 14). \n" ); document.write( " \n" ); document.write( " |