Problem 50584. Number Puzzle - 095
Find the sum of all three-digit numbers whose prime factors when added is a palindrome. For example, prime factors of 102 is 2, 3, and 17. The sum of these three numbers is 22 which is a palindrome. Keep in mind that the prime factors of 8 is 2, 2, and 2 instead of just 2.
Solution Stats
Problem Comments
-
1 Comment
Nikolaos Nikolaou
on 27 Feb 2021
Doddy your test suite asks for the numbers themselves not the sum :)
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
26879 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15687 Solvers
-
18493 Solvers
-
591 Solvers
-
calculate the length of matrix
2163 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!