document.write( "Question 1145439: If x² + x = 1, Then find (x^5 + 8)/(x + 1) \n" ); document.write( "
| Algebra.Com's Answer #766895 by thmei1(4)      You can put this solution on YOUR website! x² + x = 1 , is the same as x² + x - 1 = 0, it is a quadratic so you can solve for x using the quadratic formula \n" ); document.write( " \n" ); document.write( "a = 1, b = 1, c = -1 \n" ); document.write( "which will end up being \n" ); document.write( "x = - (1 +- sqrt(5)) / 2\r \n" ); document.write( "\n" ); document.write( "+- results in two answers\r \n" ); document.write( "\n" ); document.write( "substitute - (1 + sqrt(5)) / 2 into x in the problem (x^5 + 8) / (x + 1) = 5 \n" ); document.write( "substitute - (1 - sqrt(5)) / 2 into x in the problem (x^5 + 8) / (x + 1) = 5\r \n" ); document.write( "\n" ); document.write( "in this case if you plug in the two different x given by the quadratic formula you only end up with x = 5 \r \n" ); document.write( "\n" ); document.write( "Answer : x = 5 \n" ); document.write( " |