document.write( "Question 1156458: The function below has at least one rational zero. Use this fact to find all zeros of the function. Write exact values, not decimal approximations.
\n" );
document.write( "
\n" );
document.write( "𝑓(𝑥) = 5𝑥^4 + 32𝑥^3 − 24𝑥^2 − 20𝑥 + 7 \n" );
document.write( "
Algebra.Com's Answer #779149 by Edwin McCravy(20065) You can put this solution on YOUR website! \r\n" ); document.write( "𝑓(𝑥) = 5𝑥4 + 32𝑥3 − 24𝑥2 − 20𝑥 + 7\r\n" ); document.write( "\r\n" ); document.write( "Try 𝑥 = 1\r\n" ); document.write( "\r\n" ); document.write( "1 | 5 32 -24 -20 7\r\n" ); document.write( " | 5 37 13 -7 \r\n" ); document.write( " 5 37 13 -7 0\r\n" ); document.write( "\r\n" ); document.write( "Hurray, the synthetic division has a 0 on the end of the bottom\r\n" ); document.write( "row, and that tells us that 𝑥 = 1 is a zero of 𝑓(𝑥) and the other\r\n" ); document.write( "numbers across the bottom of the synthetic division tells us that \r\n" ); document.write( "we have factored 𝑓(𝑥) as\r\n" ); document.write( "\r\n" ); document.write( "𝑓(𝑥) = (𝑥 - 1)(5𝑥3 + 37𝑥2 - 13𝑥 - 7)\r\n" ); document.write( "\r\n" ); document.write( "We think that what's in the second parentheses might be factorable,\r\n" ); document.write( "too, so we try 𝑥 = -7 on it:\r\n" ); document.write( "\r\n" ); document.write( "-7 | 5 37 13 -7\r\n" ); document.write( " | -35 -14 7\r\n" ); document.write( " 5 2 -1 0\r\n" ); document.write( "\r\n" ); document.write( "Hurray, as before, the synthetic division has a 0 on the end of the \r\n" ); document.write( "bottom row, and that tells us that 𝑥 = -7 is a zero of both\r\n" ); document.write( "5𝑥3 + 37𝑥2 - 13𝑥 - 7 as well as 𝑓(𝑥) and the other\r\n" ); document.write( "numbers across the bottom of the synthetic division tells us that \r\n" ); document.write( "we have factored 𝑓(𝑥) further as:\r\n" ); document.write( "\r\n" ); document.write( "𝑓(𝑥) = (𝑥 - 1)(𝑥 + 7)(5𝑥2 + 2𝑥 - 1)\r\n" ); document.write( "\r\n" ); document.write( "What's in the last parentheses cannot be factored, so we find the\r\n" ); document.write( "zeros by setting 𝑓(𝑥) = 0 and use the zero-factor principle:\r\n" ); document.write( "\r\n" ); document.write( "(𝑥 - 1)(𝑥 + 7)(5𝑥2 + 2𝑥 - 1)\r\n" ); document.write( "\r\n" ); document.write( "𝑥 - 1 = 0; 𝑥 + 7 = 0, 5𝑥2 + 2𝑥 - 1 = 0\r\n" ); document.write( " 𝑥 = 1; 𝑥 = -7; \r\n" ); document.write( "\r\n" ); document.write( "To find the other two zeros, we must use the quadratic formula:\r\n" ); document.write( "\r\n" ); document.write( "5𝑥2 + 2𝑥 - 1 = 0\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |