document.write( "Question 249669: If the equation x^4+ax^2+bx+c=0 has roots 1,2,3 Find C \n" ); document.write( "
Algebra.Com's Answer #181807 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the equation x^4+ax^2+bx+c=0 has roots 1,2,3 Find C \n" ); document.write( "----------- \n" ); document.write( "If x = 1: 1+a + b + c = 0 \n" ); document.write( "--- \n" ); document.write( "If x = 2: 16 +4a + 2b + c = 0 \n" ); document.write( "---- \n" ); document.write( "If x = 3: 81 + 9a + 3b + c = 0 \n" ); document.write( "------------------------------------ \n" ); document.write( "Rearrange and solve for a,b,c \n" ); document.write( "--- \n" ); document.write( "a + b + c = 0 \n" ); document.write( "4a + 2b + c = -16 \n" ); document.write( "9a + 3b + c = -81 \n" ); document.write( "--------------------------------- \n" ); document.write( "I used a matrix method to get: \n" ); document.write( "a = -(49/2) \n" ); document.write( "b = 115/2 \n" ); document.write( "c = -33 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |