Wordle for April 23, 2023 - #673
Attempt 1
This is the first attempt and we’ll choose a random word to start with.
Let’s start with word plyer
Attempt for plyer
gives us 0 correct letters, 1 present letters and 4 wrong letters.
If we look into details, we can see that:
Letter p
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 y
is not present in the word and we will not use it any more
Letter e
is not present in the word and we will not use it any more
Letter r
is not present in the word and we will not use it any more
Some letters are missing (like l
, y
, e
, r
) but it’s also important piece of information
Word should contain letters [p]
That was a great guess that limited number of remaining words
Attempt 2
Right now we have 152 words to choose from and best of them seem to be [inapt unapt untap unpot input]
So far we know that possible letters are:
At position 1: [a b c d f g h i j k m n o q s t u v w x z]
At position 2: [a b c d f g h i j k m n o p q s t u v w x z]
At position 3: [a b c d f g h i j k m n o p q s t u v w x z]
At position 4: [a b c d f g h i j k m n o p q s t u v w x z]
At position 5: [a b c d f g h i j k m n o p q s t u v w x z]
Next guess is input
, let’s see what it gives us
Attempt for input
gives us 1 correct letters, 3 present letters and 1 wrong letters.
If we look into details, we can see that:
Letter i
is on a different spot - this means that it cannot be at position 1
Letter n
should be at position 2
Letter p
is on a different spot - this means that it cannot be at position 3
Letter u
is on a different spot - this means that it cannot be at position 4
Letter t
is not present in the word and we will not use it any more
We got information about the correct letters and it should make next attempt easier
Some letters are missing (like t
) but it’s also important piece of information
Word should contain letters [p i n u]
That was a great guess that limited number of remaining words
Attempt 3
Right now we have 1 words to choose from and best of them seem to be [unzip]
So far we know that possible letters are:
At position 1: [a b c d f g h j k m n o q s u v w x z]
At position 2: [n]
At position 3: [a b c d f g h i j k m n o q s u v w x z]
At position 4: [a b c d f g h i j k m n o p q s v w x z]
At position 5: [a b c d f g h i j k m n o p q s u v w x z]
It must be unzip
That’s the correct answer! The word is unzip
!
Conclusion
Today’s word is unzip
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 April 23, 2023 - #673