Question
Two playing cards are drawn one after another without
putting the first one back. What is the probability that at least one of them is an Ace?Solution
ATQ,
= Probability that both cards are aces + Probability that first card is ace × second is not ace + Probability that first is not ace × second is ace
= (4/52) × (3/51) + (4/52) × (48/51) + (48/52) × (4/51)
= (12 + 192 + 192) ÷ (52 × 51)
= 396 ÷ 2652
= 33/221
Default value of float variable in an array
What is the purpose of the "GROUP BY" clause in an SQL query?
Write a query to fetch department-wise count of employees sorted by department’s count in ascending order. EmployeeInfo is the table name.
...The process of finding hidden structure in unlabeled data is called
State true or false
FDMA is a communication technique that divides the available frequency spectrum into multiple non-overlapping frequency ba...
 Which component is used to store electric charge in an electronic circuit?
What is the primary function of a router in a network?
What is a blockchain?
What is a key benefit of using the MVC architecture in software development?
Which error correction technique is capable of correcting single-bit errors and detecting two-bit errors?