Question
Two students appeared in an exam and one secured 16
marks more than the other. If marks of student who got more marks is 54% of the sum of the marks of both of them, then find the marks obtained by them.Solution
Let total marks obtained by both of them is x and y respectively. x – y = 16 And, x = 0.53 × (x + y) x = 0.53 × (16 + y + y) x = 0.53 × (16 + 2y) x = 8.64 + 1.08y 16 + y = 8.64 + 1.08y 0.08y = 7.36 y = 92 x = 92 + 16 = 108
Which of the following is the primary purpose of exploratory data analysis (EDA)?
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 test is commonly applied in time series analysis to determine whether a series is stationary?
Which of the following is an example of continuous data?
In time series analysis, which component is characterized by predictable, cyclical patterns that repeat at fixed intervals?
Which of the following is the primary reason why bias occurs in sampling?
A data analyst is tasked with understanding customer churn for a subscription-based business. Which of the following steps should they prioritize immedi...
In data transformation, what is the primary purpose of standardization?
Which of the following methods is most suitable for forecasting future sales based on historical sales data that exhibits seasonal trends ?
...Which of the following statements about asymmetric encryption is true?