If the remainder when polynomial
P ( x ) = 2 x 5 + x 3 − 2 x 2 − 4 x + 5
is divided by x − 1 + 2 can be written as a − b c , where a , b and c are positive integers and c is square free. Then find a + b + c .
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.
Sorry, I don't buy it. Recheck the product in the first expression for P ( x ) , and you'll see the lower order terms added to the right don't balance the equation. A straight polynomial division gives the following quotient:
Q ( x ) = 2 x 4 + ( − 2 + 2 2 ) x 3 + ( 7 − 4 2 ) x 2 + ( − 1 7 + 1 1 2 ) x + 3 5 − 2 8 2
with a remainder
R = − 8 6 + 6 3 2 ,
Thus, neither a nor b are positive.
Log in to reply
I had crossed checked my calculations before posing the problem-
Wolfram Apha is a computational knowledge engine.
Log in to reply
Thanks. I dug out my scratch paper and found that I had done the wrong problem (reversed the sign of the constant in the divisor). I reproduced your result with straight division. Interestingly, with radicals in the constant, there seems to be about an equal amount of work (synthetic division, remainder theorem, etc.) regardless of technique. No free lunches here.
Woah. Nice trick. Haha. I didn't notice that. Haha.
Nicely done!
Log in to reply
Where are you man nowadays? Not seen you for a while even on Slack?
I think it should be 2 x 3 + 4 x 2 + 1 1 x + 2 4 . Doesn't affect the remainder though.
When we will divide the polynomial by x-1+√2 the remainder will different when we will divide by x²-2x-1 then how we can compare the remainder
I LITERALLY SOLVED IT USING REMAINDER THEOREM:
First of all,
(
1
−
2
)
2
=
3
−
2
2
ALSO,
(
1
−
2
)
3
=
7
−
5
2
Now, remainder is:
P
(
1
−
2
)
=
2
(
1
−
2
)
2
(
1
−
2
)
3
+
(
1
−
2
)
3
−
2
(
1
−
2
)
2
−
4
(
1
−
2
)
+
5
=
2
(
7
−
5
2
)
(
3
−
2
2
)
+
(
7
−
5
2
)
−
2
(
3
−
2
2
)
−
4
(
1
−
2
)
+
5
=
4
2
−
3
0
2
−
2
8
2
+
4
0
+
7
−
5
2
−
6
+
4
2
−
4
+
4
2
+
5
=
8
4
−
5
5
2
Therefore a + b + c = 1 4 1
Whoa! It must have been lengthy?
Log in to reply
Not lengthy but mistake prone (at least for me.)
I tend to do a lot of sign mistakes while opening brackets.
Moreover, I dont usually get ideas for some tricks like yours in your solution. ;) :p
Log in to reply
Yeah! More calculations equals to more chances of making mistakes.
( 1 − b ) 5 = 1 − 5 b 1 + 1 0 b 2 − 1 0 b 3 + 5 b 4 − b 5 . I f b = 2 , b 1 = 2 , b 3 = 2 2 , b 5 = 4 2 , b 2 = 2 , b 4 = 4 ∴ 2 ( 1 − 2 ) 5 = ( − 1 0 − 4 0 − 8 ) 2 = − 5 8 2 a n d ( 2 + 4 0 + 4 0 ) = 8 2 ( 1 − b ) 3 = 1 − 3 b 1 + 3 b 2 − b 3 . ∴ ( 1 − 2 ) 3 = ( − 3 − 2 ) 2 = − 5 2 a n d ( 1 + 6 ) = 7 ( 1 − b ) 2 = 1 − 2 b 1 + b 2 . ∴ − 2 ( 1 − 2 ) 2 = − 2 ( − 2 ) 2 = 4 2 a n d − 2 ( 1 + 2 ) = − 6 − 4 ( 1 − 2 ) = − 4 ( − 1 ) 2 = 4 2 a n d − 4 ( 1 ) = − 4 a l s o 5 = 5 ⟹ ( − 5 8 − 5 + 4 + 4 ) 2 = − 5 5 2 . a n d ( 8 2 + 7 − 6 − 4 + 5 ) = 8 4 . ∴ P ( 1 − 2 ) = 8 4 − 5 5 2 = a − b c . a + b + c = 1 4 1
Warning: This is not LaTex . Haha.
By remainder theorem, (P(x) mod (x - c) = P(c))
x - 1 + √2 = x - c
=> c = 1 - √2
=> c - 1 = -√2
=> c^2 = 2c + 1
=> P(c) = 2c^5 + c^3 - 2c^2 - 4c + 5
=> 2c^5 = 4c^4 + 2c^3
By substitution, the P(c) is simply equal to: 4c^4 + 3c^3 - 2c^2 - 4c + 5.
=> 4c^4 = 8c^3 + 4c^2
By substitution again, => P(c) = 11c^3 + 2c^2 - 4c + 5
=> 11c^3 = 22c^2 + 11c
By substitution again, => P(c) = 24c^2 + 7c + 5
=> 24c^2 = 48c + 24
By substitution again, => P(c) = 55c + 29
As c = 1 - √2 => P(c) = 55(1-√2) + 29 = 55 + 29 - 55√2 = 84 - 55√2 = a - b√c
So, a+b+c = 84+55+2 = 141.
Using Horner's method of synthetic division remainder can be evaluated easily
The remainder when dividing P ( x ) by x − ( 1 − 2 ) is P ( 1 − 2 ) = 8 4 − 5 5 2 . The answer is 1 4 1 .
Problem Loading...
Note Loading...
Set Loading...
This is indeed an interesting problem. When I first solved it correctly, I was very happy.
It is given to us that we need to find the remainder when polynomial P ( x ) = 2 x 5 + x 3 − 2 x 2 − 4 x + 5 is divided by x − 1 + 2 .
In order to solve this problem I will use a little trick to simplify it, instead of dividing P ( x ) by x − 1 + 2 , I will divide it by ( x − 1 + 2 ) ( x − 1 − 2 ) = x 2 − 2 x − 1 .
Now,
P ( x ) = 2 x 5 + x 3 − 2 x 2 − 4 x + 5 = ( x 2 − 2 x − 1 ) ( 2 x 3 + 4 x 2 + 1 1 x + 2 0 ) + 5 5 x + 2 9
P ( x ) = ( x 2 − 2 x − 1 ) ( 2 x 3 + 4 x 2 + 1 1 x + 2 0 ) + 5 5 x + 2 9
P ( x ) = ( x − 1 + 2 ) ( x − 1 − 2 ) ( 2 x 3 + 4 x 2 + 1 1 x + 2 0 ) + 5 5 x + 2 9
Now place x = 1 − 2 ,
P ( 1 − 2 ) = ( 1 − 2 − 1 + 2 ) ( 1 − 2 − 1 − 2 ) ( 2 ( 1 − 2 ) 3 + . . . + 2 0 ) + 5 5 ( 1 − 2 ) + 2 9
P ( 1 − 2 ) = ( 0 ) ( 1 − 2 − 1 − 2 ) ( 2 ( 1 − 2 ) 3 + . . . + 2 0 ) + 5 5 ( 1 − 2 ) + 2 9
P ( 1 − 2 ) = 5 5 − 5 5 2 + 2 9 = 8 4 − 5 5 2 = a − b c
Hence,
a + b + c = 1 4 1