Since alpha is a root of both x^2 + bx + ac = 0 and x^2 + ax + bc = 0, subtracting the two equations yields (b - a)x + c(a - b) = 0. Factoring this gives (b - a)(x - c) = 0, so alpha = c. Substituting x = c into the first equation gives c^2 + bc + ac = 0, which means c + a + b = 0 and b = -(a + c). Using the sum of roots for the first equation, alpha + beta = -b, so c + beta = a + c, giving beta = a. Using the sum of roots for the second equation, alpha + gamma = -a, so c + gamma = -a, giving gamma = -a - c which equals b. Therefore, alpha, beta, and gamma are c, a, and b respectively.