
Originally Posted by
mark
the question is: a polynomial is given by
 = x^3 + 3x^2 - 10x - 24)
. given that
)
is a factor factorise P(x) completely
now i actually know a way of doing this question but it involves a bit of trial and error so i was wondering if there was a quicker way. i would start by using the idea that 2ab = -24 leaving ab = -12. but then i'd have to go through 1, 2, 3, 4, 6, 12 and their minuses to find the right one. could someone tell me if there's a quicker way or this it?
thanks, Mark
synthetic division ...
Code:
-2]........1......3......-10......-24
.................-2......-2........24
-------------------------------------
..........1.......1.....-12........0
note the depressed coefficients 1, 1, -12
(x^2 + x - 12))
now you can factor the quadratic factor rather easily ...