Solve this puzzle : Here is a list showing theday of the week and a number for each day Monday 426524 Tuesday 657804 Wednesday 709926 Thursday 868806 Friday 336244 ⚡Decipher the logic and find the number for Saturday = ? Brilliant brain scratching exercise.
Answers
SATURDAY = 798765
Step-by-step explanation:
The given list showing the day of the week and a number.
In each number there is a logic that is as following :
First two numbers : The sum of the alphabetical value of its letters (excluding day).
MON = 13 + 15 + 14 = 42
TUES = 20 + 21 + 5 + 19 = 65
WEDNES = 23 + 5 + 4 + 14 + 5 + 19 = 70
THURS = 20 + 8 + 21 + 18 + 19 = 86
FRI = 6 + 18 + 9 = 33
Therefore, first two numbers of SATURDAY would be = 19 + 1 + 20 + 21 + 18 = 79
Third digit : The number of alphabets of the spelling
MONDAY = 6, TUESDAY = 7, WEDNESDAY = 9
Therefore, third number of SATURDAY would be = 8
Fourth and fifth digit : first alphabetical value is multiplied by 4
M = 13 × 4 = 52, T = 20 × 4 = 80, W = 23 × 4 = 92,
Therefore, fourth and fifth number for SATURDAY would be S = 19 × 4 = 76
Last digit : Number of non-vowels in the name.
MONDAY = 4, TUESDAY = 4, WEDNESDAY = 6, THURSDAY = 6,
FRIDAY = 4
Therefore, SATURDAY = 5
Hence the code for SATURDAY = 798765
Learn more coding of months name : https://brainly.in/question/16339166