Given that ( x − 1 ) ( x + 3 ) ( x − 4 ) ( x − 8 ) + m is a perfect square polynomial, find the value of m .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great use of identifying the form of a biquadratic equation!
Very interesting problem, I got this problem wrong the first try because I accidentally made my last coefficient positive so my original answer was 4.
Anyway, because the problem has to be a perfect square, it can be factored into:
( x 2 + b x + c ) 2
or
a 2 x 4 + 2 a b x 3 + b 2 x 2 + 2 b c x + 2 a c x 2 + c 2 .
After some expansion of our original equation, we get x 4 − 1 0 x 3 + 5 x 2 + 1 0 0 x − 9 6 thus a= 1,b= -5, c= -10 . Now, because m is a constant, we only need to focus on the last coefficient. Finally solving for m:
m = c 2 − ( − 1 ) ( 3 ) ( − 4 ) ( − 8 ) ⇒ 1 0 0 + 9 6 = 1 9 6 .
I think it is okay to expand ( x 2 + b x + c ) 2 since the coefficient of x 4 is 1 , still., good answer!
Problem Loading...
Note Loading...
Set Loading...
( x − 1 ) ( x − 4 ) ( x + 3 ) ( x − 8 ) + m = ( x 2 − 5 x + 4 ) ( x 2 − 5 x − 2 4 ) + m Let y = x 2 − 5 x + 4 : y ( y − 2 8 ) + m = y 2 − 2 8 y + m In order to fit the form of the square of a binomial ( a + b ) 2 = a 2 + 2 a b + b 2 , m must be equal to 1 9 6