What is the remainder when x 2 + 5 x + 9 is divided by x + 2 ?
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.
We can also solve this by using the long division method. x^2+5x+9 =(x+2)(x+3) + R, where R=3
Congruence (mod x + 2), then x^2 + 5x + 9 = (x+2-2)^2 + 5(x+2-2) + 9 = (-2)^2 + 5(-2) + 9 = 4 - 10 + 9 = 3.
@sharky your solution is partially correct x^2+5x+9 = (x+2)*(x+3) +3 hence when you divide it by x+2 the remainder is always the remainder when 3 is divided from x+2 for eg if x =0 remainder is 1 x=1 remainder is 0 and for all x greator than or equal to 2 remainder is 3
You should state that you are using the remainder theorem which works as Abhijeet explains below.
I did the same
Use Synthetic Division.
-2 | 1 5 9
= 1 3 3
Bring down 1, then multiply it by (-2), then add the product to 5, then multiply it again by (-2), then add to to 9 and the answer will be the remainder. The answer is 3.
I did the same method
(x+2)(x+3)=x^2+5x+6 So the reminder is 3
This is false: If you substitute x for 1, the reaminder is 0, while the rest all have the remainder 3.
@Anonymous1 Assassin mention[11057086:Anonymous1 Assassin], substitute for any number other than − 5 , − 4 , − 3 , − 2 , − 1 , 0 , 1 and check it will work
Remainder theorem:
F(x) = x^2 + 5x + 9
If (x+2) is a factor, then f(-2) should have remainder zero.
F(-2) = (-2)^2 + 5(-2) + 9
= 4 - 10 + 9
= 3
Therefore the remainder when you divide by (x+2) is 3.
You could also find the answer by doing polynomial division.
first time i tried i got answer by fluke
x+2)x^2+5x+9(x+3
3x+9x
3
so the reminder is 3
I did the same
remainder theorem x=-2, so -2(-2)+ 5(-2) +9 =4-10+9 =3
x 2 + 5 x + 9
( − 2 ) 2 + 5 ( − 2 ) + 9
4 − 1 0 + 9
3
So, the remainder is 3
did the same.........
we know that x+2 = 0 so x = -2 now substitute x = -2 in x^2+5x+9 i.e 9+4-10 = 3
How did you know x=-2
Log in to reply
I just read about remainder theory and polynomial long division, and this makes perfect sense now.
Problem Loading...
Note Loading...
Set Loading...
Very easy if you use Remainder-Factor Theorem.
Let's replace x with − 2 , ( ( − 2 ) + 2 = 0 ). Doing this, we get
( − 2 ) 2 + 5 ( − 2 ) + 9 = 3
3 is our answer.