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
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...The values appearing in given attributes of any tuple in the referencing relation must likewise occur in specified attributes of at least one tuple in t...
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
Which early computing device is known for using punched cards to control a sequence of operations and is often considered a precursor to modern computers?
Which of the following protocols is responsible for sending and receiving emails across the internet?Â
In deep learning, which type of neural network is most suitable for sequential data like time series?
- Which type of software testing ensures that integrated modules of an application work together as expected?
Who is widely regarded as the "Father of the Computer" for his conceptual design of the Analytical Engine?
- Which of the following is an example of Polymorphism in Object-Oriented Programming?