The discussion focuses on solving the congruence ax^4≡2 (mod 13) to determine the values of a for which it is solvable. Participants suggest starting by calculating x^2 mod 13 for x values from 1 to 6, leading to three possible values for x^4: 1, 9, and 3, corresponding to a values of 2, 6, and 5. The significance of powers of 3 in the calculations is noted, and there is clarification on the meaning of "mod" in this context, emphasizing that congruences can be manipulated like regular equations. Additionally, the discussion touches on the use of "mod" functions in programming languages and Excel. Overall, the thread highlights the mathematical approach to solving the problem while addressing some confusion around the notation and its application.