Start learning 50% faster. Sign in now
From statement I, Let the total number of students in class I=2x And the total number of students in class II=1x So, Statement I alone is not sufficient to answer the question. From statement II, The total number of students in classes I, II and III=648 So, Statement II alone is not sufficient to answer the question. From statement III, The number of boys in class I=62.5% The number of boys in class II=75% So, Statement III alone is not sufficient to answer the question. From statements I and III, Let the total number of students in class I=2x And the total number of students in class II=1x 2x*3/8+1x*75/100=84*2 3x/4+3x/4=168 x=112 The total number of students in class II=1*112=112 Both statements I and III together is necessary to answer the question
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which OOP concept ensures that the internal details of an object are hidden from the outside world, providing a clear interface for interaction?
What is the primary advantage of using the ARIMA (AutoRegressive Integrated Moving Average) model for forecasting time series data?
Which of the following R functions is used to perform a t-test for comparing the means of two independent samples?
A company divides its employees into departments (e.g., HR, IT, Marketing) and then selects random samples from each department for a satisfaction surve...
Which of the following SQL operations is used to combine data from two or more tables based on a related column?
Which sampling technique is best suited for dividing a population into distinct subgroups and ensuring each subgroup is proportionally represented?
Which of the following is a key difference between random sampling and non-random sampling?
Which of the following factors is most crucial when determining the appropriate sample size for a data analysis study?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?