Problem 51808. Determine when snow started

R.P. Agnew posed the following problem: It starts snowing in the morning and continues steadily throughout the day. A snowplow that removes snow at a constant rate starts plowing at noon. It plows 2 miles in the first hour and 1 mile in the second. What time did it start snowing?
Write a function to solve this problem. The inputs will be the time the snowplow started (given as a string), two consecutive time intervals dt1 and dt2, and the distances dx1 and dx2 traveled in the first and second time intervals, respectively. Return the time that the snow started, rounded to the nearest minute, as a string.

Solution Stats

45.45% Correct | 54.55% Incorrect
Last Solution submitted on Feb 11, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author244

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!