document.write( "Question 389368: How do I solve x^4+ 8x cube + 15x square 2x - 10 = 0? \n" ); document.write( "
Algebra.Com's Answer #275912 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! (Note: I am assuming that there is a minus in front of the 2x because the problem is much more difficult if there is a plus.) \n" ); document.write( " \n" ); document.write( "To find solutions to this equation we will need to factor it. The only way to factor this, as far as I can see, is to use trial and error of the possible rational roots. \n" ); document.write( "The possible rational roots of a polynomial are all the possible fractions, positive and negative, that can be formed using a factor of the constant term (at the end) over a factor of the leading coefficient (in front of the term with the highest exponent). Your constant term is -10 and you leading coefficient is 1, So the list of possible rational roots are: \n" ); document.write( "10/1, -10/1, 5/1, -5/1, 2/1, -2/1, 1/1 and -1/1 \n" ); document.write( "which simplify to: \n" ); document.write( "10, -10, 5, -5, 2, -2, 1 and -1 \n" ); document.write( "Synthetic division is often the method used to check these roots. This is a trial and error method but I will not waste time showing the ones that don't work. First we will try -5: \n" ); document.write( " \r\n" ); document.write( "-5 | 1 8 15 -2 -10\r\n" ); document.write( "---- -5 -15 0 10\r\n" ); document.write( " ---------------------\r\n" ); document.write( " 1 3 0 -2 0\r\n" ); document.write( " \n" ); document.write( "Above we have divided \n" ); document.write( "Our equation is now: \n" ); document.write( " \n" ); document.write( "We now look for factors of \n" ); document.write( " \r\n" ); document.write( "-1 | 1 3 0 -2\r\n" ); document.write( "---- -1 -2 2\r\n" ); document.write( " ---------------\r\n" ); document.write( " 1 2 -2 0\r\n" ); document.write( " \n" ); document.write( "So (x - (-1)) or (x+1) is a factor of \n" ); document.write( " \n" ); document.write( "The third factor is a quadratic which will not factor easily. But since it is a quadratic we can use the Quadratic Formula to find the values of x that make it zero. So we can proceed to the next step. \n" ); document.write( "The Zero Product Property tells us that this (or any) product can be zero only if one (or more) of the factors is zero. So: \n" ); document.write( "x+5 = 0 or x+1 = 0 or \n" ); document.write( "The first two are simple to solve. We get x = -5 and x = -1 for solutions. The third equation requires use of the Quadratic Formula: \n" ); document.write( " \n" ); document.write( "which simplifies as follows: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "In long form this is: \n" ); document.write( " \n" ); document.write( "So the solutions to your equation are: \n" ); document.write( "x = -5 or x = -1 or |