In an arithmetic sequence, the sum of three consecutive terms is 24 and the product of these terms is 312. Find two possible sets of values for these terms.
let a - d, a , a + d be three consecutive terms
a - d + a + a + d = 24
3a = 24
a = 8
(a - d)(a)(a + d) = 312
(a^2 - d^2) a = 312
8(64 - d^2) = 312
64 - d^2 = 39
d^2 = 25
d = 5 or d = -5
two possible sets
3, 8, 13 or 13, 8 , 3