Question
What is the difference between average numbers of women
went to cinema hall B, D and E together and number of men went to cinema hall A? Study the following chart carefully and answer the following questions given below. The line graph shows the percentage distribution of total number of women and children went to five different cinema halls i.e. A, B, C, D and D and the table shows the number of men and total number of people went to respective cinema halls. Total number of people = Men + Women + ChildrenSolution
Average numbers of women went to cinema hall B, D and E together, => (1/3)[(24% of 400) + (17% of 300) + (15% of 500)] = (1/3) × [96 + 51 + 75] = 74 Required difference = 258 – 74 = 184
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...