Add the second and third rows to the first row to simplify the matrix. The new first row becomes (y + 1 + alpha + beta, y + 1 + alpha + beta, y + 1 + alpha + beta). Since alpha and beta are roots of x^2 + x + 1 = 0, their sum is alpha + beta = -1. The first row therefore becomes (y, y, y), allowing you to factor out y. Subtracting the new first row from the second and third rows reduces the matrix to a lower triangular form with ones on the diagonal, leaving the determinant as y multiplied by 1 multiplied by 1. The value of the determinant is y^3.