Let the total number of people in the office be ‘100x’ Number of males in the office = 100x × 0.37 = ‘37x’ Number of females in the office = 100x – 37x = ‘63x’ Total number of married people in the office = 100x × (3/5) = ‘60x’ Total number of unmarried people in the office = 100x × (2/5) = ‘40x’ Number of married males in the office = 60x × (8/15) = ‘32x’ Number of married females in the office = 60x – 32x = ‘28x’ Number of unmarried females in the office = 63x – 28x = ‘35x’ According to question: 35x = 112 x = 3.2 So, total number of people in the office = 100 × 3.2 = 320
Which of the following algorithm is most sensitive to outliers?
When applying KVL to a circuit, how are voltage drops represented?
Which of the following is NOT a method for handling deadlocks?
What is the purpose of a semaphore in synchronization?
In a blockchain network, what are "nodes"?
Which programming language is commonly used to write MapReduce jobs in Hadoop?
Which concurrency control technique allows a transaction to read uncommitted data?
In Go, what is the purpose of a goroutine?
Which technology allows a processor to execute multiple threads or processes simultaneously?
What is the scope of a parameter in a function?