Problem 52639. Determine whether a number is unprimeable
The number 204 is unprimeable because no single digit can be changed to make it prime. In contrast, the number 207 is not unprimeable because changing the first digit to 0, 1, 3, 6, or 9 or the second digit to 2, 5, or 7 would make it prime.
Write a function to determine whether the input number is unprimeable.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers15
Suggested Problems
-
2278 Solvers
-
Implement a bubble sort technique and output the number of swaps required
310 Solvers
-
745 Solvers
-
Create a square matrix with given conditions
108 Solvers
-
8158 Solvers
More from this Author282
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!