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
-
find the maximum element of the matrix
538 Solvers
-
Matlab Basics II - Create a vector with a repeated entry
252 Solvers
-
10887 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
-
140 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!