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
Solution Comments
Show comments
Loading...
Problem Recent Solvers572
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15784 Solvers
-
Find the peak 3n+1 sequence value
2568 Solvers
-
1912 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
2840 Solvers
-
Calculate the area of a triangle between three points
3432 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
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.