If we list all the natural numbers up to 15 that are multiples of 3 or 5, we get 3, 5, 6, 9, 10, 12 and 15. The sum of these multiples is 60.
Write a function called sum3and5muls that returns the sum of all the unique multiples of 3 or 5 up to n where n is a positive integer and the only input argument of the function.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers60
Suggested Problems
-
Return the 3n+1 sequence for n
8488 Solvers
-
Back to basics 22 - Rotate a matrix
935 Solvers
-
Change the sign of even index entries of the reversed vector
642 Solvers
-
Rounding off numbers to n decimals
5507 Solvers
-
Back to Basics - Find no. of elements in a matrix?
327 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!