Given a number 5 digit number X lets say it can be represented as Newton such that:-
N, e, w, t, o, n are all unique integers between 5 to 9
1. (N*10 + e) % 2 =0
2. (N*100 + e*10 + w) % 3 = 0
3. (N*1000 + e*100 + w*10 + t) % 4 = 0
4. (N*10000 + e*1000 + w*100 + t*10 + o) % 5 = 0
Print the sum of all possible numbers of X
Answers
Answered by
0
Answer:
gswjg
Step-by-step explanation:
Similar questions
Physics,
1 month ago
India Languages,
1 month ago
Biology,
1 month ago
Psychology,
2 months ago
Computer Science,
2 months ago
Science,
9 months ago