This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(abs(need2(1)-1)<0.001)
ans =
1
|
2 | Pass |
assert(abs(need2(2)-0.6667)<0.001)
ans =
0.6667
|
3 | Pass |
assert(abs(need2(10)-0.5263)<0.001)
ans =
0.5263
|
4 | Pass |
assert(abs(need2(100)-0.5025)<0.001)
ans =
0.5025
|
5 | Pass |
assert(abs(need2(1000)-0.5003)<0.001)
ans =
0.5003
|
1137 Solvers
747 Solvers
Least common multiple of many numbers
159 Solvers
121 Solvers
Cell Counting: How Many Draws?
254 Solvers