Question
Raju is 11th to the left of Shyam who is
28th from the left end of a row of 40 students. Then what will be Raju’s position from right?Solution
T = (L+R) - (M + 2)Â
40 = (28 + R) - (10+ 2)Â
40 + 12 -28 = R, 52 - 28 = R, R = 24Â
In healthcare, how can trend analysis most effectively enhance patient care?
Which of the following statements best explains why stratified sampling is preferred over simple random sampling in certain scenarios?
In the finance industry, which application of data analysis is most critical for reducing credit risk?
When identifying business problems for data analysis, what is a critical first step?
Consider the following code snippet. What is the output of the program?Â
#include < stdio.h >
int main ( ) {
  int arr[5] = {1...
Which of the following is an example of moving average forecasting?
Which Python library is mainly used for machine learning?
In the context of data analysis, which of the following best describes trend analysis?
Which characteristic best distinguishes big data from traditional data?
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...