Given and are two integers that satisfy
Calculate .
Notation: denotes the lowest common multiple .
This is part of the set: It's easy, believe me!
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.
Firstly we factor the l c m
x 3 + 4 x 2 + x − 6 = ( x − 1 ) ( x + 2 ) ( x + 3 )
So x 2 + a − 2 and x 2 + 5 x + b are each the product of 2 of the 3 factors of the l c m
In the first polynomial the products of the roots is − 2 , so we must have
x 2 + a x − 2 = ( x − 1 ) ( x + 2 ) = x 2 + x − 2 ⟹ a = 1
In the second one the sum of the roots is − 5 , so we must have
x 2 + 5 x + b = ( x + 2 ) ( x + 3 ) = x 2 + 5 x + 6 ⟹ b = 6
⟹ a + b = 1 + 6 = 7