You have a TI-86? Here's how I solved the first two using a TI-86:
Find a polynomial function whose zeros are +3, +2, -1.
Of course, many functions will satisfy these requirements. You realize it will follow the form
y = Ax^3 + Bx^2 + Cx + D. Choose another test point, like (0,2). Plug these into a table and do a power 3 regression on them. Do this by hitting [2nd], then STAT. F2 (edit), and put in 3, 2, and -1 for the xStat column, and 0's for the yStat column. Finally, add in your test point of x=0 and y=2. Hit Exit. Now you can perform the power regression by hitting [2nd] STAT again, then choose F1 (calc), hit MORE, then hit F5 for P3Reg. Hit exit twice, then [2nd] LIST, F3 (names), and select xStat, type a comma, and then yStat (basically, you want
P3Reg xStat,yStat to appear). Hit enter and it will give you an equation to satisfy the table. Scroll right to see the whole answer. In this case, you will get
y=(1/3)x^3 - (4/3)x^2 + (1/3)x + 2.
Problem #2: Find all zeroes of the function f(x) = 2x^3 - 7x^2 - 17x + 10
Hit [2nd] POLY. Choose 3 for order. then a3=2, a2=-7, a1=-17, a0=10, then hit F5 to solve. You will see that the answer is x = {5, -2, (1/2)}
I went through synthetic division and all that other stuff in pre-calc too. Once you get in higher maths it becomes tedious and you rely on your calculator more
