A pizza order by phone in diameter d1, pizza will be make only in diameter d2. Return the pizza pieces p should be make.(pizza can be cut into quarter)
- for example:
- di = 2, d2 = 1, p = 4
- di = 1, d2 = 2, p = 0.25
- di = 5, d2 = 7, p = 0.75
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers30
Suggested Problems
-
Compute a dot product of two vectors x and y
1052 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
459 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
892 Solvers
-
377 Solvers
-
Find out value of sine given by degree.
357 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!