Find the sum of all four-digit numbers whose prime factors when added is a palindrome. For example, prime factors of 1006 is 2 and 503. The sum of these two numbers is 505 which is a palindrome. Keep in mind that the prime factors of 8 is 2, 2, and 2 instead of just 2.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers23
Suggested Problems
-
Select every other element of a vector
36398 Solvers
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
Create a cell array out of a struct
2436 Solvers
-
1440 Solvers
-
the average value of the elements
2309 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!