Problem 1119. sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38
Find the sum of all the positive non-prime integers that do not exceed the input, N.
Solution Stats
Problem Comments
-
2 Comments
The description of the problem is slightly misleading. It says the sum "below" 10, yet the sum includes 10. It should be ammended to "Find the sum of all the non-primes below the input, and including the input, N.", or something to that effect.
I've now fixed the problem statement to be consistent.
Solution Comments
Show commentsProblem Recent Solvers569
Suggested Problems
-
Return the largest number that is adjacent to a zero
5452 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
2025 Solvers
-
Get the area codes from a list of phone numbers
1068 Solvers
-
Remove the two elements next to NaN value
678 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
847 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!