Bill leaves Chicago at 4:00P.M. traveling east on Interstate 90 toward Toledo, 200 miles away. Jim leaves Toledo at the same time, traveling west toward Chicago on the same road. If Bill travels at 50 miles per hour and Jim travels at 60 miles per hour, at what time will Bill pass Jim?
Solve the following time-rate-distance problems using the IPO method. Ignore time zones.

Note: Time conversion from decimal hours to hours and minutes 1.8181 hours is 1 and 8181/10000 hours
0.8181 (hrs) * 60 (min/hr) = 49.1 minutes (ignore the 0.1 minutes) Adding back the hour gives 1:49 (1 hour and 49 min)
Adding 1:49 to 4:00 P.M. gives 5:49 P.M.
You might also like to view...
If the controlling expression in the switch statement is not equal to any of the case labels and there is no default case, __________ .
a) an error occurs b) an infinite loop occurs c) the program continues execution with the next statement after the switch d) the first case’s statements are executed
With a ____, the databases used by the system are all located on a single computer, such as a server or mainframe computer.
A. distributed database system B. star database system C. centralized database system D. ring database system
A user needs a new gaming computer which can be both fast and quiet. Which of the following should MOST likely be installed to meet the user's requirements?
A. Liquid-based cooling system B. Passive cooling system C. Thermal paste D. Low RPM fans
Write the declaration of a NumberValue object named num that will use Integer for its type.
Suppose NumberValue is class that uses a generic type:
```
public class NumberValue