A number consists of two digit check sum 6 if 8 is added to it, the digits are reversed. Find the number
Answers
Answered by
0
if 6 is added to 8 and then reversed then the answer is 41
Answered by
1
The possible sum of two digit numbers to get six are:
case 1:
06 = 0 + 6 = 6
06+18=24
Then interchanging the digits of 24 leads to 42,which is not a original number(06).
case 2:
15 = 1 + 5 = 6
15+18=33
Then interchanging the digits of 33 leads to 33,which is not a original number(33).
case 3:
24 = 2 + 4 = 6
24+18=42
Then interchanging the digits of 42 leads to 24,which is a original number(24).
Yes! The number 24 is the two digit number whose sum is 6 ,if we add 18 to it, it leads 42 which is the interchanged digits of the original number(24).
You can also check for the possible cases are listed below:
33 = 3 + 3 = 6
42 = 4 + 2 = 6
51 = 5 + 1 = 6
60 = 6 + 0 = 6
case 1:
06 = 0 + 6 = 6
06+18=24
Then interchanging the digits of 24 leads to 42,which is not a original number(06).
case 2:
15 = 1 + 5 = 6
15+18=33
Then interchanging the digits of 33 leads to 33,which is not a original number(33).
case 3:
24 = 2 + 4 = 6
24+18=42
Then interchanging the digits of 42 leads to 24,which is a original number(24).
Yes! The number 24 is the two digit number whose sum is 6 ,if we add 18 to it, it leads 42 which is the interchanged digits of the original number(24).
You can also check for the possible cases are listed below:
33 = 3 + 3 = 6
42 = 4 + 2 = 6
51 = 5 + 1 = 6
60 = 6 + 0 = 6
Similar questions