Online Course Discussion Forum

Math I-C Lecture 9 HW #9.30

 
 
ZhangKerry的头像
Math I-C Lecture 9 HW #9.30
ZhangKerry - 2018年11月12日 Monday 14:03
 

How can you do this quickly? Or how do you do this anyways?

Expand $(3x-1)^6$ to get $Ax^6 + Bx^5 + Cx^4 + Dx^3 + Ex^2 + Fx + G$. What is $A+B+C+D+E+F$?

 
ReynosoDavid的头像
Re: Math I-C Lecture 9 HW #9.30
ReynosoDavid - 2018年11月12日 Monday 14:06
 

In the polynomial $P(x) = Ax^6 + Bx^5 + Cx^4 + Dx^3 + Ex^2 + Fx + G$, what value of $x$ could you plug in to get the value of $G$? Does this give you an idea of a value of $x$ you could plug in to get $A + B + C + D + G + F + G$?

ZhangKerry的头像
Re: Math I-C Lecture 9 HW #9.30
ZhangKerry - 2018年11月12日 Monday 14:11
 

What do you mean?

ReynosoDavid的头像
Re: Math I-C Lecture 9 HW #9.30
ReynosoDavid - 2018年11月12日 Monday 16:10
 

Take for example the polynomial $p(x) = (x-3)^3$. If we expand the polynomial we would get $p(x) = x^3 - 9x^2 + 27x - 27$.

If we plug in $x = 0$ we get $p(0) = (0-3)^3 = -27$, which is exactly the value of the constant term of the polynomial. It makes sense we get exactly this, since every term except this one has an $x$. (Note we did not need to expand the polynomial to find this value.)

If our goal was to get instead the sum of all coefficients, that is, $1 - 9 + 27 - 27 = -8$, what value of $x$ should we plug in?

ZhangKerry的头像
Re: Math I-C Lecture 9 HW #9.30
ZhangKerry - 2018年11月12日 Monday 17:00
 

OH... 1! 

Thank you very much.