Question
A Consignment of 12 mobile phones contains 4
defectives. The mobile phones are selected at random one by one and examined. The ones examined are not put back. What is the probability that seventh one examined is the last defective?Solution
let A be the event of getting exactly 3 defectives in the examination of six mobile phones And B be the event of getting seventh mobile phone is defective. Then, Required Probability = P(A∩B) = P(A) × P(B/A) Now, P(A) = 4C3 × 8C3 / 12C6 = (4!/3! × 8!/(5! ×3!))/(12!/(6! ×6!)) = (4 ×56)/924 = 8/33 And P(B/A) = Probability that the seventh examined mobile phones is defective given that there were three defectives in the first six pieces examined = 1/6 Hence, the Required Probability = 8/33 ×1/6 = 4/99
When implementing Huffman Coding, a common issue arises if the generated codes are not unique prefixes (i.e., one code is a prefix of another, leading t...
Linux uses a time-sharing algorithm ___________
- Does Dijkstra's algorithm work for graphs with both negative and positive edge weights?
Which of the following best describes the relationship between Distributed Parallel Computing and Cloud Computing?Â
Mutex locks can be used in CPU scheduling.
Which of the following statements accurately describes the purpose of unit testing in software development?
What is the primary purpose of a system call?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
A data analysis application needs to quickly find the minimum or maximum value in a dynamically changing dataset. While a min/max heap could be used, ho...
Which cloud deployment model is suitable for government organizations with strict regulations?