document.write( "Question 266534: a polynomial in x has degree 3. The coefficient of x^2 is 3 less than the coefficient of x^3. The coefficient of x is three times the coefficient of x^2. The remaining coefficient is 2 more than the coefficient of x^3. The sum of the coefficients is -4. Find the polynomial.\r
\n" ); document.write( "\n" ); document.write( "Please help. I am so lost on this chapter.
\n" ); document.write( "

Algebra.Com's Answer #195833 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
general form of your equation is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(x) = ax^3 + bx^2 + cx + d\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a is the coefficient of x^3
\n" ); document.write( "b is the coefficient of x^2
\n" ); document.write( "c is the coefficient of x^1
\n" ); document.write( "d is the coefficient of x^0 which makes it the constant term.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the problem states that:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The coefficient of x^2 is 3 less than the coefficient of x^3.
\n" ); document.write( "This means that b = a-3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The coefficient of x is three times the coefficient of x^2.
\n" ); document.write( "This means that c = 3*b\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The remaining coefficient is 2 more than the coefficient of x^3.
\n" ); document.write( "This means that d = a+2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The sum of the coefficients is -4.
\n" ); document.write( "This means that a + b + c + d = -4.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equations you have to work with are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b = a-3
\n" ); document.write( "c = 3*b
\n" ); document.write( "d = a+2
\n" ); document.write( "a + b + c + d = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "these wind up being a system of 4 equations in 4 unknowns that have to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this system can be solved by substitution or by elimination.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we will solve by substitution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "start with your final equation of:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + b + c + d = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substitute 3*b for c to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + b + 3*b + d = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substitute a-3 for b to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + a - 3 + 3*(a-3) + d = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "substitute a+2 for d to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + a - 3 + 3*(a-3) + a + 2 = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + a - 3 + 3*a - 9 + a + 2 = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6*a -10 = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add 10 to both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "6*a = -4 + 10 = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equations that you needed to solve simultaneously are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b = a-3
\n" ); document.write( "c = 3*b
\n" ); document.write( "d = a+2
\n" ); document.write( "a + b + c + d = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since a = 1, you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b = 1-3 = -2
\n" ); document.write( "c = 3*b = 3*-2 = -6
\n" ); document.write( "d = a+2 = 1+2 = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your coefficients become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 1
\n" ); document.write( "b = -2
\n" ); document.write( "c = -6
\n" ); document.write( "d = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + b + c + d = -4 becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1 - 2 - 6 + 3 = -4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-8 + 4 = -4 which becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-4 = -4 confirming the values for a,b,c,d are good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation of your polynomial becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(x) = x^3 -2x^2 -6x + 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the x^2 coefficient is equal to 3 less than the x^3 coefficient (1-3=-2).
\n" ); document.write( "the x coefficient is equal to 3 times the x^2 coefficient (3*(-2)=-6).
\n" ); document.write( "the remaining coefficient is equal to 2 more than the x^3 coefficient (1+2=3).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your answer is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(x) = x^3 -2x^2 -6x + 3
\n" ); document.write( "
\n" ); document.write( "
\n" );