Problem 441. Drying sweater?
- A sweater is revolving in a slow low power dryer and losing moisture at any moment at the constant rate 100% of its current moisture content in 100 minutes.
- Veronica knew the sweater was x times its dry weight when she put her wet sweater from the washer to the dryer.
- How many minutes she should wait so that the sweater weighs w times its dry weight?
- Please try a general solution, the test suite may expand later.
Solution Stats
Problem Comments
-
4 Comments
I understand the problem but not the tests
-1 :)
It seems like the water content halves every ~69 minutes. But the first sentence about 100% and 100 minutes are very confusing. If it is exponential decay, then water should never reach 0.
This duration, "in 100 minutes", is misleading, since we are dealing with continuous compouding or exponential decay. Probably a better drescription would be: "A sweater is revolving in a slow low power dryer and losing moisture at any moment at the constant rate 100% of its current moisture content"
Solution Comments
Show commentsProblem Recent Solvers32
Suggested Problems
-
153 Solvers
-
Back to basics 18 - justification
199 Solvers
-
Arrange vector in ascending order
775 Solvers
-
Generate N equally spaced intervals between -L and L
865 Solvers
-
Create a two dimensional zero matrix
489 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!