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 Solvers31
Suggested Problems
-
336 Solvers
-
Given a window, how many subsets of a vector sum positive
839 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
591 Solvers
-
Given a matrix, return the last eigen value
214 Solvers
-
Volume of a sphere given its surface area
144 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!