137k views
5 votes
Type the correct answer in each box. Use numerals instead of words. If necessary, use / for the fraction bar(s). Employee Number(left column) Years Worked(right column)

1 8

2 13

3 15

4 3

5 13

6 28

7 4

8 12

9 4

10 26

11 29

12 3

13 10

14 3

15 17

16 13

17 15

18 15

19 23

20 13

21 12

22 1

23 14

24 14

25 17

26 16

27 7

28 27

29 18

30 24 The data shows the number of years that 30 employees worked for an insurance company before retirement.(blank) is the population mean for the number of years worked, and(blank) % of the employees worked for the company for at least 10 years. (Round off your answers to the nearest integer.)

User Yname
by
6.7k points

1 Answer

6 votes

Answer:

years worked: 14

at least 10 years: 73%

Explanation:

The mean is found by adding the years of service and dividing by the number of employees. The total years of service is 417, so the average is ...

average years worked = 417/30 = 13.9 ≈ 14 . . . years

__

The percentage of employees that have worked there at least 10 years is found by counting the number with 10 or more years of service and dividing that count by the total number of employees. The result is then expressed as a percentage.

(10 years or over)/(total number) = 22/30 = 0.73_3 (a repeating decimal) ≈ 73%

_____

Comment on the working

A spreadsheet can be helpful for this. It has a function that can calculate the mean for you. Sorting the years of service into order can make it trivially easy to count the number that are 10 or more, or you can write a function that will do the count for you. (Also, less than 10 means the years are a single digit. There are 8 single-digit numbers in your list.) The hard part is copying 30 numbers without error.

User Rwky
by
7.6k points