Problem 2342. Numbers spiral diagonals (Part 2)
Solution Stats
Problem Comments
-
4 Comments
Interesting problem! If I'm not mistaken, your description of the problem is not entirely accurate, however. For n = 1, the spiral matrix is just [ 1 ], for which the share of primes on the main diagonals is zero, below any given 0 < p < 1; so strictly speaking the correct answer to the problem as posed would be 1 for any p.
Nice observation, @Christian!
I have edited the question statement, it (now) asks for an odd integer greater than 1.
This is a seriously good problem. Love it! You will have to optimize your code in order for the tests to not time out.
bài này nên lên mạng để tìm hiểu quy luật của các số tại các đường chéo rồi từ đó mới quay vào phần tính xác suất
Solution Comments
Show commentsProblem Recent Solvers185
Suggested Problems
-
27053 Solvers
-
Determine if input is a Narcissistic number
207 Solvers
-
1559 Solvers
-
16997 Solvers
-
Remove element(s) from cell array
1881 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!