The ABC Company has a total of 600 employees working in three divisions. Compute the average age of the employees in the entire company, given the number of employees and the average age of each of its three divisions:

Wt Av — Sum of Products (age * employees) / Sum (employees)
= ((32 * 200) + (27 * 300) + (41 * 100)) / (200 + 300 + 100)
= 18600 / 600 = 31 =31
Computer Science & Information Technology
You might also like to view...
Give the postfix and prefix for the following: a*b+c Postfix: ______ Prefix: ______
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The "T" in 1000BaseT stands for
A) Ten B) Twisted-pair C) Time D) Technology
Computer Science & Information Technology
In a Web site, a(n) ____________________ is an HTML element that can be placed anywhere on a Web page to collect information from site visitors.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
SSH replaced what protocol that only sent in plain text.
A. TCP 20 B. TCP 21 C. TCP 22 D. TCP 23
Computer Science & Information Technology