Can you explain this "Wrong. 729 - x is prime, which means that 729 + x is also prime, per my last comment"?
Sure. Per my experimentation, xdle prefers giving the "guess - x's largest prime divisor" hint as opposed to "guess + x's largest prime divisor", which it prefers to "guess - x is prime". You can think of it like how xdle prefers "largest divisor" and "is an nth power" hints to "prime divisor" hints. I haven't seen evidence to the contrary, though I haven't exhaustively checked every number.
Furthermore, xdle won't give the "guess - x's largest prime divisor" hint if guess - x (or x - guess) is itself a prime. Instead, it'll give "guess + x". If guess + x it also a prime, it'll instead give you "guess - x is a prime". I can give some examples:
- 123: 123 + 500 = 629 = 7*89, but because 500 - 123 = 377 = 13*29, you'll get "x - 123's largest divisor is 13".
- 79: 79 + 500 = 579, which is prime, so instead you'll get "x+579's largest prime divisor is 83".
- 99: 500 ± 99 is prime, so you get "x - 99 is prime".
I'm not sure that "729 + 646 = 1375" would prompt a "x + 729's largest divisor is 11" clue. Those clues seem to usually have the divisor be fairly large...though I don't know what the limits are for fairly large.
They're large because due to how the hints are ordered, you're more likely to get "guess-x" and "guess and x's largest divisor" over "guess+x", but low divisor hints do exist. For example, try 529 or 67 for today (10/23). You'll get "x+guess's largest prime divisor is 7".
Which means it is also 499 +n * 7 where n mod 4 = 1
Could you explain how you came to this conclusion? I understood the rest, just having a hard time figuring out how you used modular arithmetic here.
Today's (10/23) xdle crashes with 499. (fake confusion) Hmm, I wonder what this could mean... (hey, it's my first 1-guess win!)