Today (10/21) is probably my greatest solve for xdle; right, so today with 499 I got "x-499;s largest prime divisor is 7". So, because I can't be bothered to find a suitable mid-point of the remaining candidates, I guess 729. 729 gives me "729 - x is prime", a hint which I've stated my displeasure of. But I'm slowly coming around to like it.
Now, at this point, the sensible thing to do would have been to guess 604 or 639 or something. But I wanted my 3-win dang it, so I didn't want to hazard a guess.
So instead I wrote out all 33 candidates (well, 32, since 506 is out). Here to we can rule out some of them; 729 doesn't give "largest prime divisor is 3", so we can't have anything divisible by 3. That's a third of them out. Also, 729 - x is prime, so any of the odd number candidates are also out. That's roughly half of the remaining candidates gone. That leaves us with 10, of which we can rule out a lot of them:
Candidates | 499 hint: 7 is x-499's largest prime divisor | 729 hint: 729-x is prime |
520 | 729 - 520 = 209 = 11*19. Not prime | |
548 | ||
562 | ||
590 | 590 - 499 = 7*13. 7 is not its largest prime divisor. | |
604 | 729 - 609 = 125 = 5*25. Not prime | |
632 | 632 - 499 = 7*19. 7 is not its largest prime divisor. | |
646 | ||
674 | 729 - 674 = 55 = 5*11. Not prime | |
688 | ||
716 | 716 - 499 = 7*31. 7 is not its largest prime divisor. |
That leaves us with (548, 562, 646, 688). There's no way to find out which is the correct one, right?
Wrong. 729 - x is prime, which means that 729 + x is also prime, per my last comment. And so we've got:
- 729 + 646 = 1375 = 5*275
- 729 + 688 = 1417 = 13*109
So it all comes down to a coin toss. 548 or 562. I'll let you guess which one was the right answer (confession: I thought one of them was divisible by 17 because I didn't carry a 1, so I didn't actually realize it was a coin toss until I wrote this).