If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.
Find the sum of all the multiples of 3 or 5 below the input value.
Thank you to Project Euler Problem 1
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers3672
Suggested Problems
-
21050 Solvers
-
Circular Primes (based on Project Euler, problem 35)
651 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1725 Solvers
-
1065 Solvers
-
Double all elements in the array
2279 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Nice one :)
Very well thought problem. Took me a few minutes to see why the "simplest" solution was incorrect. Well posed problem.
Cool Problem!
nicee
good