Wordle for May 3, 2023 - #683
Attempt 1
This is the first attempt and we’ll choose a random word to start with.
Let’s start with word refit
Attempt for refit
gives us 0 correct letters, 2 present letters and 3 wrong letters.
If we look into details, we can see that:
Letter r
is on a different spot - this means that it cannot be at position 1
Letter e
is on a different spot - this means that it cannot be at position 2
Letter f
is not present in the word and we will not use it any more
Letter i
is not present in the word and we will not use it any more
Letter t
is not present in the word and we will not use it any more
Some letters are missing (like f
, i
, t
) but it’s also important piece of information
Word should contain letters [r e]
That was a great guess that limited number of remaining words
Attempt 2
Right now we have 437 words to choose from and best of them seem to be [enrol alder lader haler older]
So far we know that possible letters are:
At position 1: [a b c d e g h j k l m n o p q s u v w x y z]
At position 2: [a b c d g h j k l m n o p q r s u v w x y z]
At position 3: [a b c d e g h j k l m n o p q r s u v w x y z]
At position 4: [a b c d e g h j k l m n o p q r s u v w x y z]
At position 5: [a b c d e g h j k l m n o p q r s u v w x y z]
Next guess is older
, let’s see what it gives us
Attempt for older
gives us 0 correct letters, 4 present letters and 1 wrong letters.
If we look into details, we can see that:
Letter o
is on a different spot - this means that it cannot be at position 1
Letter l
is not present in the word and we will not use it any more
Letter d
is on a different spot - this means that it cannot be at position 3
Letter e
is on a different spot - this means that it cannot be at position 4
Letter r
is on a different spot - this means that it cannot be at position 5
Some letters are missing (like l
) but it’s also important piece of information
Word should contain letters [r e o d]
That was a great guess that limited number of remaining words
Attempt 3
Right now we have 7 words to choose from and best of them seem to be [drone horde uredo drome drove]
So far we know that possible letters are:
At position 1: [a b c d e g h j k m n p q s u v w x y z]
At position 2: [a b c d g h j k m n o p q r s u v w x y z]
At position 3: [a b c e g h j k m n o p q r s u v w x y z]
At position 4: [a b c d g h j k m n o p q r s u v w x y z]
At position 5: [a b c d e g h j k m n o p q s u v w x y z]
Next guess is horde
, let’s see what it gives us
That’s the correct answer! The word is horde
!
Conclusion
Today’s word is horde
and it took 3 attempts to guess it
Video
Here is live recording of how bot tired to guess the word:Link to video - Wordle for May 3, 2023 - #683