Question 56:
From a sample of 250 data scientists, determine the ratio of those proficient in Python to those proficient in R.
| Category | Number of Data Scientists |
|---|---|
| Proficient in Python and R | 50 |
| Proficient in Python only | 80 |
| Proficient in R only | 70 |
| Proficient in neither language | 50 |
| Total Sample Size | 250 |
250 डेटा वैज्ञानिकों के नमूने से, पायथन में कुशल लोगों और आर में कुशल लोगों का अनुपात निर्धारित करें।
<तालिका>
<सिर>
तालिका>
Options:
- a) 13:12
- b) 12:13
- c) 8:7
- d) 7:8
- a) 13:12
- b) 12:13
- c) 8:7
- d) 7:8
correct answer : a)
Explanation:
Total proficient in Python = 50 (Both) + 80 (Python only) = 130. Total proficient in R = 50 (Both) + 70 (R only) = 120. Ratio Python : R = 130 : 120 = 13:12.
पायथन में कुल कुशल = 50 (दोनों) + 80 (केवल पायथन) = 130। आर में कुल कुशल = 50 (दोनों) + 70 (केवल आर) = 120। अनुपात पायथन: आर = 130: 120 = 13:12।