document.write( "Question 73367: FIND A THIRD-DEGREE POLYNOMIAL EQUATION WITH RATIONAL COEFFICIENTS THAT HAS ROOTS -5 AND 6+i \n" ); document.write( "
Algebra.Com's Answer #52540 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Complex roots occur only in pairs, so the roots are actually 6 - i and 6 + 1 and -5. \n" ); document.write( ". \n" ); document.write( "Putting these into factor form you get: \n" ); document.write( ". \n" ); document.write( "(x + 5)*(x - (6 + i))*(x - (6 - i)) \n" ); document.write( ". \n" ); document.write( "All you have to do now is multiply all of these together and you will have the answer. \n" ); document.write( ". \n" ); document.write( "Let's first work on multiplying the two complex terms. First remove the parentheses \n" ); document.write( "by changing the signs of the terms within. When you do the two factors that you will be \n" ); document.write( "multiplying are: \n" ); document.write( ". \n" ); document.write( "(x - 6 - i)* (x - 6 + i) \n" ); document.write( ". \n" ); document.write( "The way to do this is to take the terms in the first set of parentheses one at a time and \n" ); document.write( "multiply them by the terms in the second set of parentheses. \n" ); document.write( ". \n" ); document.write( "So select the x in the first set of parentheses and multiply it by the x, then the –6, and then \n" ); document.write( "the +i from the second set of parentheses to get three answer terms consisting of \n" ); document.write( ". \n" ); document.write( "x^2–6x+xi \n" ); document.write( ". \n" ); document.write( "Then select the –6 in the first set of parentheses and multiply it by the x, then the –6, and \n" ); document.write( "then the +i from the second set of parentheses to get three more answer terms consisting of \n" ); document.write( ". \n" ); document.write( "-6x + 36 –6i \n" ); document.write( ". \n" ); document.write( "Finally, take the –i from the first set of parentheses and multiply it times the x, the –6, \n" ); document.write( "and the i in the second set of parentheses to get three more answer terms consisting of \n" ); document.write( ". \n" ); document.write( "-xi + 6i –i^2 \n" ); document.write( ". \n" ); document.write( "One more thing. Recall that by definition i^2 = -1 and \n" ); document.write( "if you \n" ); document.write( "substitute –1 for i^2 in the three answer terms of this group, you get \n" ); document.write( "-xi + 6i –(-1) \n" ); document.write( "which simplifies to -xi + 6i +1 \n" ); document.write( ". \n" ); document.write( "Now add the three groups of answer terms, noting that some of them are equal but with \n" ); document.write( "opposite signs so they cancel out. The string of answer terms before cancellation is: \n" ); document.write( ". \n" ); document.write( "x^2 – 6x + xi –6x + 36 + 6i – xi + 6i + 1 \n" ); document.write( ". \n" ); document.write( "Cancel the 6i terms and the xi terms and you are left with: \n" ); document.write( ". \n" ); document.write( "x^2 – 6x – 6x + 36 + 1 \n" ); document.write( ". \n" ); document.write( "When you combine like terms you have: \n" ); document.write( ". \n" ); document.write( "x^2 – 12x + 37 \n" ); document.write( ". \n" ); document.write( "That takes care of multiplying two of the factors together. Now all you have to do is \n" ); document.write( "multiply that trinomial by the third factor of the binomial (x + 5) \n" ); document.write( ". \n" ); document.write( "Multiply each term in the trinomial using the x from the binomial to get: \n" ); document.write( ". \n" ); document.write( " x^3 – 12x^2 + 37x \n" ); document.write( ". \n" ); document.write( "Then multiply each of the terms in the trinomial by the +5 from the binomial to get: \n" ); document.write( ". \n" ); document.write( "5x^2 – 60x + 185 \n" ); document.write( ". \n" ); document.write( "Add these 6 multiplied terms and you get: \n" ); document.write( ". \n" ); document.write( "x^3 - 12x^2 + 37x + 5x^2 – 60x + 185 \n" ); document.write( ". \n" ); document.write( "Combine the terms having like powers of x and you end up with: \n" ); document.write( ". \n" ); document.write( "x^3 - 7x^2 – 23x + 185 \n" ); document.write( ". \n" ); document.write( "This is the third degree polynomial you were looking for. In equation form it would be: \n" ); document.write( ". \n" ); document.write( "x^3 - 7x^2 – 23x + 185 = 0 \n" ); document.write( ". \n" ); document.write( "Hope this is helpful to you and that you can follow your way down this long and winding path. \n" ); document.write( " |