express each of the following odd numbers as the sum of 3 odd prime numbers for the number 31
Answers
Answered by
1
Answer:
Let's start our solution by writing all the odd prime numbers less than 31: 3, 5, 7, 11, 13, 17, 19, 23, 29. Now from these numbers we have to pick any 3 which gives us the sum = 31.
HOPE IT HELPS YOU...
PLEASE MARK ME BRAINLIST
Answered by
0
Answer:
We need to express the given numbers as the sum of odd primes. The prime numbers between 1 and 50 are listed below:
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47.
So using the above any three odd primes we need to express as the sum of the given number.
(a) 21 = 3 + 7 + 11
(b) 31 = 3 + 11 + 17
(c) 53 = 13 + 17 + 23
(d) 61 = 19 + 29 + 13
Similar questions