Problem 44473. Let's make puddings !
We will make puddings with eggs, milk and sugar. To make one pudding, we need one egg, 140(cc) of milk, 15 (g) of sugar. Now We have x eggs, y (cc) of milk, z (g) of sugar. How many puddings can we make?
eg. When we have 3 eggs, 300cc milk, 300g sugar...
input : x = 3, y = 300, z = 300
output : Puddings= 2
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Return a list sorted by number of occurrences
2841 Solvers
-
12641 Solvers
-
Add a row of zeros on top of a matrix
259 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
154 Solvers
-
361 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!