Problem 52911. Easy Sequences 41: Boxes with Integer Edges
For this problem, we are asked to write a function that will count the number of boxes with integer edges, that has the same given volume v.
For example for
, the possible boxes are shown in the figure below:
Therefore, in this case, the function should return 3.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Read a column of numbers and interpolate missing data
2329 Solvers
-
Matrix indexing with two vectors of indices
739 Solvers
-
Calculate Euler's phi function
91 Solvers
-
83 Solvers
-
Count unique orderings of vertices of a polygon
18 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!