Write a function that calculates the ratio between the sum of primes numbers lower or equal to x, and the sum of the factors of x.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers34
Suggested Problems
-
Given a matrix, swap the 2nd & 3rd columns
1269 Solvers
-
540 Solvers
-
151 Solvers
-
Determine if input is divisible by three.
242 Solvers
-
182 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The 3rd test case, for x = 100; is wrong. Please correct it.
Done! thank you!