Write an equation that properly models the problem below and solve the problem. In 2003, Gil de Ferran won the Indianapolis 500 with an average speed of 156.291 mph. Calculate the total time of the race.

A. 3 hr 15 min. 50 sec.
B. 3 hr 10 min. 20 sec.
C. 3 hr 15 min. 33 sec.
D. 3 hr 11 min. 57 sec.
E. 3 hr 12 min. 42 sec.


Answer: D

Computer Science & Information Technology

You might also like to view...

What is wrong with this code?

```void WriteDay(char d[]); int main( ) { char Day [10] = “Friday”; WriteDay(Day[]); Return 0; }``` A. The brackets are not needed in the call statement. B. “Friday” is too short for the array. C. The code is correct as written. D. The call statement should be written as WriteDay(Day[10]);

Computer Science & Information Technology

What would you use to mark the parent in a description list?

a. dl b. dt c. dd d. li e. None of the above.

Computer Science & Information Technology

Control grids allow the user to merge multiple cells across rows when creating a form or report

Indicate whether the statement is true or false

Computer Science & Information Technology

Additional dictionaries, accessed through the user's Microsoft account, can be useful aids in proofreading

Indicate whether the statement is true or false

Computer Science & Information Technology