N(S) = 52C2 = 1326 Let A be the event of getting two Black cards And B be the event of getting two queens And (A∩B) be the event of getting two black queens ∴ P(A) = 26C2 , P(B) = 4C2 , P(A∩B) = 2C2 ∴ P(A) = 26C2 /52C2, P(B)= 4C2/52C2 , P(A∩B) = 2C2/52C2 Required Probability = P(A) + P(B) - P(A∩B) =26C2/52C2+4C2/52C2-2C2/52C2 = 325/1326 + 6/1326 + 1/1326 = 330/1326= 55/221
Which storage technology uses optical discs to store data and is commonly used for distributing software, movies, and music?
Which SQL keyword is used to add new rows to a table?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
Various IPC mechanisms are:
...What does CSS stand for in web development?
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
The worst case occur in quick sort when _____
Which key is used to create a digital signature?
Which of the following is a programming language commonly used for controlling electronic devices?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?