Problem 50412. Number Puzzle - 075
Find all four-digit prime numbers whose digits are monotonically increasing from left-to-right.
Solution Stats
Problem Comments
- 
		2 Comments
		Nikolaos Nikolaou
    	on 17 Feb 2021
	
	
  	monotonically increasing means < not <= Doddy
		goc3
    	on 16 Apr 2022
	
	
  	According to the New Oxford American Dictionary, monotonic means "varying in such a way that it either never decreases or never increases." If something monotonically increases (i.e., never decreases), >= is appropriate. In like fashion, if something monotonically decreases (i.e., never increases), <= is also appropriate.
Solution Comments
Show commentsProblem Recent Solvers27
Suggested Problems
- 
         Find the sum of all the numbers of the input vector 52611 Solvers 
- 
         Back to basics 23 - Triangular matrix 1088 Solvers 
- 
         
         278 Solvers 
- 
         
         28 Solvers 
- 
         
         1611 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!