Problem 2938. How long does it take to run a bath?
Given the volume flow rate (volume/time) of a faucet and the volume of a bath tub, find the amount of time it takes to fill the tub 3/4 of the way.
Have z as the volume flow rate, and x as the volume of the tub.
Solution Stats
Problem Comments
-
6 Comments
You need more than one test case in your test suite.
Not to mention that the solution to the one test case is wrong. If q (volume flow rate) = v/t (volume/time), then t = v/q, not v*q.
3.75 ?
What! No, the correct answer is 5*.75/5 == .75
Maybe the units are different? :-)
Fixed the test suite.
Solution Comments
Show commentsProblem Recent Solvers69
Suggested Problems
-
101320 Solvers
-
Similar Triangles - find the height of the tree
300 Solvers
-
Make a random, non-repeating vector.
9272 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
150 Solvers
-
177 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!