Seven friends chartered a deep-sea fishing boat for a day's fishing trip. They caught a total of 88 fish. Determine the empirical probability that the next fish caught will be a grouper. Please round the answer to the nearest hundredth. (Use the table.)
FishNumber CaughtShark8Flounder42Kingfish15Grouper23

A. 0.74
B. 0.09
C. 0.50
D. 3.83
E. 0.26

Answer: E

Computer Science & Information Technology

You might also like to view...

Which layer of the OSI reference model does MPLS reside on?

a. Layer 1 b. Layer 2 c. Layer 3 d. Between Layers 2 and 3

Computer Science & Information Technology

What is the value in count after the following loop is executed?

``` int count = 0; do { cout << "Welcome to C++"; } while (count++ < 9); cout << count; ``` A. 8 B. 0 C. 11 D. 9 E. 10

Computer Science & Information Technology