Continue with your mobile number
ATQ, Total number of coins in the purse = x + x + 5 + x - 5 = '3x' Probability that if two coins are withdrawn, neither is two rupee coins = {(2x - 5) /3x} × {(2x - 5 - 1) /(3x - 1) } = (66/185) Or, 185 × {(2x - 5) /3x} × {(2x - 6) /(3x - 1) } = 66 Or, 185 × (2x - 5) (2x - 6) = 66 × 3x × (3x - 1) Or, 185 × (4x2- 12x - 10x + 30) = 198x × (3x - 1) Or, 185 × (2x2- 11x + 15) = 99x × (3x - 1) Or, 370x2- 2035x + 2775 = 297x2- 99x Or, 73x2- 1936x + 2775 = 0 Or, 73x2- 1825x - 111x + 2775 = 0 Or, 73x(x - 25) - 111(x - 25) = 0 Or, (73x - 111) (x - 25) = 0 So, x = 25 or x = (111/73) Since, number of coins has to be an integer, x = 25 So, total number of coins in the purse = 25 × 3 = 75 Number of one rupee coins in the purse = 25 And number of coins in the purse after adding 15 ten rupees coins = 15 + 75 = 90 So, required probability = (25/90) × (15/89) × 2 = (25/267)
Which of the following is an example of metadata in a database?
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
Which of the following characteristics is unique to TCP as opposed to UDP in a network communication scenario?
Which data cleaning technique is most appropriate for handling missing data when missing values are randomly distributed across a dataset?
Which of the following best describes the main objective of predictive analytics in healthcare, particularly in the context of improving patient care?
Which type of malware is designed to replicate itself without user intervention and spread across networks, often causing widespread disruption?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
Which of the following best explains the role of an independent variable in data analysis?
Which Python library is most commonly used to calculate the correlation matrix of a dataset in preparation for predictive modeling?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?