Problem 44743. Pizza order
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 commentsProblem Recent Solvers30
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2804 Solvers
-
17366 Solvers
-
Who is the smartest MATLAB programmer?
785 Solvers
-
Find out total non zero element of matrix
283 Solvers
-
square a vector-Given the variable x as your input, square it and put the result in y.
110 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!