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
-
Remove the polynomials that have positive real elements of their roots.
1673 Solvers
-
350 Solvers
-
383 Solvers
-
Create a random logical vector of N elements of which M are true.
101 Solvers
-
320 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!