Question
There are 30 cars standing in a parking lot which
consist of silver, grey and white cars. The number of grey and white cars are equal, and the number of silver cars is 3 more than the number of white cars. If 3 cars are randomly selected, what is the probability that at least one of them is silver?Solution
Let the number of grey and white cars be βxβ each. Then the number of silver cars will be βx + 3β. So, (x + 3) + x + x = 30 3x = 27 x = 9 So, number of silver, grey and white cars is 12, 9 and 9 respectively. Required probability = P (at least one of them is silver) = 1 β P (none of them is silver) = 1 β (18/30) Γ (17/29) Γ (16/28) = 1 β (204/1595) = (1391/1595)
A company wants to analyze customer sentiment about their new product by extracting data from Twitter. Which data collection method is most appropriate ...
Which of the following accurately describes how reinforcement learning differs from supervised learning in machine learning?
Which of the following best describes the primary purpose of a data warehouse in analytics?
Which metric would be most indicative of a customer's likelihood of defaulting on a loan, based on historical data analysis?
What is the primary purpose of data cleaning in the data analysis process?
In SQL, which type of JOIN will return all rows from the left table and the matching rows from the right table, filling with NULLs where there is no match?
Which of the following is an example of an independent variable in a data analysis model that predicts employee productivity based on training hours?
Which of the following best describes the seasonal component in time series data?
Which of the following techniques is most effective for detecting fraud in online transactions?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...