Problem 230. Project Euler: Problem 1, Multiples of 3 and 5
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
-
3 Comments
sukeerat syan
on 22 Mar 2016
Nice one :)
Aaron
on 11 Sep 2016
Very well thought problem. Took me a few minutes to see why the "simplest" solution was incorrect. Well posed problem.
Owen
on 11 Jul 2022
Cool Problem!
Solution Comments
Show commentsProblem Recent Solvers3126
Suggested Problems
-
645 Solvers
-
Vectorize the digits of an Integer
316 Solvers
-
Remove the two elements next to NaN value
646 Solvers
-
Find the maximum number of decimal places in a set of numbers
2777 Solvers
-
Are all the three given point in the same line?
413 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!