Problem Solving and Data Analysis MCQ Quiz in తెలుగు - Objective Question with Answer for Problem Solving and Data Analysis - ముఫ్త్ [PDF] డౌన్లోడ్ కరెన్
Last updated on Mar 29, 2025
Latest Problem Solving and Data Analysis MCQ Objective Questions
Top Problem Solving and Data Analysis MCQ Objective Questions
Problem Solving and Data Analysis Question 1:
If the mode of a data set is 7, which of the following could be the data set?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 1 Detailed Solution
Problem Solving and Data Analysis Question 2:
A researcher wants to know if a new teaching method improves math scores. A group of 100 students is selected at random from a local high school and taught using this method. What is the largest population the results can be generalized to?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 2 Detailed Solution
Problem Solving and Data Analysis Question 3:
If the ratio of
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 3 Detailed Solution
Problem Solving and Data Analysis Question 4:
If
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 4 Detailed Solution
Problem Solving and Data Analysis Question 5:
A factory produces widgets at a constant rate of 30 widgets per minute. How many widgets does the factory produce in a day, assuming it operates 8 hours a day?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 5 Detailed Solution
To find out how many widgets the factory produces in a day, we first calculate how many widgets it produces in one hour. At 30 widgets per minute, in one hour (60 minutes), the factory produces 30 × 60 = 1,800 widgets. Since the factory operates for 8 hours a day, the total production in a day is 1,800 × 8 = 14,400 widgets. Therefore, the correct answer is option 1, 14,400 widgets. The other options are incorrect as they do not correctly calculate the widgets produced in a day based on the given rate and operating hours.
Problem Solving and Data Analysis Question 6:
A classroom has 14 students, each assigned a unique number from 1 to 14. If a student is picked at random, what is the probability that the number assigned is an even number?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 6 Detailed Solution
Problem Solving and Data Analysis Question 7:
A class has 60% boys and 40% girls. In an examination 8% of the boys and 12% of the girls got an ' 𝐴 ' grade. If a randomly selected student had an ' 𝐴 ' grade, what is the probability that the student is male?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 7 Detailed Solution
Solution:
We are given:
60% boys → P(Boy) = 0.6
40% girls → P(Girl) = 0.4
8% of boys got 'A' → P(A | Boy) = 0.08
12% of girls got 'A' → P(A | Girl) = 0.12
We are to find: P(Boy | A)
Use Bayes' Theorem:
P(Boy | A) = [P(A | Boy) × P(Boy)] / P(A)
First, compute total probability of getting 'A':
P(A) = P(A | Boy) × P(Boy) + P(A | Girl) × P(Girl)
= 0.08 × 0.6 + 0.12 × 0.4
= 0.048 + 0.048 = 0.096
Now, compute P(Boy | A):
P(Boy | A) = (0.08 × 0.6) / 0.096 = 0.048 / 0.096 = 0.5
Problem Solving and Data Analysis Question 8:
Which of the following is not the merit of Problem Solving method?
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 8 Detailed Solution
The problem-solving method is an instructional approach that engages students in identifying, analyzing, and solving problems through critical thinking and inquiry.
Key Points
- Being a structured and inquiry-based approach, the problem-solving method is generally not a time-saving method.
- In fact, it often requires more time than traditional methods because students explore multiple possibilities, gather information, test solutions, and reflect on their findings.
- The focus is on deep understanding rather than quick coverage of content.
- While it is highly beneficial in promoting meaningful learning, it demands considerable classroom time for planning, execution, and discussion.
Hint
- Helping in the development of scientific attitude is a key strength, as students learn to think logically, question assumptions, and make evidence-based conclusions.
- Training in the scientific method occurs naturally in this approach since learners go through steps such as problem identification, hypothesis formation, experimentation, and evaluation.
- Being a learner-centered method, it places the student at the core of the learning process, encouraging autonomy, curiosity, and active participation.
Hence, the correct answer is time saving method.
Problem Solving and Data Analysis Question 9:
For two events A and B, P(A) = P(A|B) = 0.25 and P(BIA) = 0.5. Which of the following are correct?
I. A and B are independent.
II. P(Ac ∪ Bc) = 0.875
III. P(Ac ∩ Bc) = 0.375
Select the answer using the code given below.
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 9 Detailed Solution
Explanation:
Given:
and
I.
⇒ P(A∩B) = P(A) P(B|A)
⇒ P(A∩B) = 0.25 × 0.5 = 0.125
Now
⇒
⇒
⇒
Now, P(A).P(B) = 0.25 × 0.5 = 0.125 = P(A∩B)
Thus A and B are independent
II.
= 1 – 0.125 = 0.875
III.
= 1 – [P(A) + P(B) – P(A ∩ B)
= 1 – [0.25 + 0.5 – 0.125]
= = 1 – 0.625 = 0.375
So all statements I, II, and III are correct.
∴ Option (d) is correct.
Problem Solving and Data Analysis Question 10:
If mean of a data set {25,29,25,32,24 and x} is 27, then the median is
Answer (Detailed Solution Below)
Problem Solving and Data Analysis Question 10 Detailed Solution
CONCEPT:
Mean and Median of a Data Set
- Mean is the average of all data values:
Mean = (Sum of all values) / (Number of values)
- Median is the middle value when the data is arranged in ascending order.
- For an even number of values, median = average of the two middle terms.
EXPLANATION:
- Given data: {25, 29, 25, 32, 24, x}
- Mean = 27
- Total sum = 6 × 27 = 162
- Sum of known values = 25 + 29 + 25 + 32 + 24 = 135
- So, x = 162 − 135 = 27
Final data set: {24, 25, 25, 27, 29, 32}
- Arrange in ascending order: 24, 25, 25, 27, 29, 32
- Middle two values = 25 and 27
- Median = (25 + 27) / 2 = 26
Correct answer 26