Question
Select the set in which the numbers are not related in
the same way as are the numbers of the following set. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits.) (48, 12, 72) (32, 8, 48)Solution
The logic followed here is: (1st number ÷ 4) = 2nd number (2nd number X 6) = 3rd number In (48, 12, 72): 1st number = 48 2nd number = (48 ÷ 4) = 12 3rd number = (12 X 6) = 72 In (32, 8, 48): 1st number = 32 2nd number = (32 ÷ 4) = 8 3rd number = (8 X 6) = 48 In option 'A', (20, 5, 30): 1st number = 20 2nd number = (20 ÷ 4) = 5 3rd number = (5 X 6) = 30 In option 'B', (60, 15, 90): 1st number = 60 2nd number = (60 ÷ 4) = 15 3rd number = (15 X 6) = 90 In option 'C', (16, 4, 28): 1st number = 16 2nd number = (16 ÷ 4) = 4 3rd number = (4 X 6) = 24 24 ≠28 In option 'D', (44, 11, 66): 1st number = 44 2nd number = (44 ÷ 4) = 11 3rd number = (11 X 6) = 66 So, only the set of the numbers given in option 'C' are not related in the same way as the numbers of the given set.
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?
How is the optimal sample size determined in statistical analysis?
A database holding sensitive customer data is compromised, and attackers exfiltrate data without altering it. Which principle of the CIA triad has been ...
What does 'ETL' stand for in data analytics?
In exploratory data analysis (EDA), which of the following is the primary goal?
Which technique best ensures that data storytelling is impactful for business stakeholders?
In Python, which of the following functions in the Pandas library is used to merge two DataFrames df1 and df2 on a common column id?
The four types of data analytics in increasing order of complexity and value are:
In which scenario is stratified sampling most suitable?
A disk scheduling system receives requests for the following cylinders: 98, 183, 37, 122, 14, 124, 65, 67. If the current position of the disk head is a...