RosettaCodeData/Task/Babbage-problem/Mathematica/babbage-problem.math

2 lines
65 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Solve[Mod[x^2, 10^6] == 269696 && 0 <= x <= 99736, x, Integers]