document.write( "Question 21998: It would be nice if someone could show me how to solve this problem.
\n" );
document.write( "Thanks in advance.\r
\n" );
document.write( "\n" );
document.write( "Find a polynomial equation that has the zeros x= +1,-1 and x= +2,-2 and passes through the point (3,5). Some blanks may contain zeros.\r
\n" );
document.write( "\n" );
document.write( "f(x)=(___)X^4+(____)X^3-(____)X^2+(____)X+(____) \n" );
document.write( "
Algebra.Com's Answer #11815 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Zeroes at +-1 implies a factor of (x^2-1) \n" ); document.write( " Zeroes at +-2 implies a factor of (x^2-4) \n" ); document.write( " EQUATION: \n" ); document.write( " y = k(x^2-1)(x^2-4) \n" ); document.write( "We need to find \"k\". \n" ); document.write( "We have a point: when x=3, y=5. \n" ); document.write( "Substitute that values in to get: \n" ); document.write( " 5 = k(9-1)(9-4) \n" ); document.write( " 5 = k(8)(5) \n" ); document.write( " k = 1/8 \n" ); document.write( "The equation you want is y = (1/8)(x^2-1)(x^2-4) \n" ); document.write( "Multiply that out to get \n" ); document.write( "y = (1/8)[x^4-5x^2+4] \n" ); document.write( "y = (1/8)x^4 = (5/8)x^2 +(1/2)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |