Question
If A's salary is 60% more than B's salary, then by what
percentage is B's salary less than that of A?Solution
Let, the income of B is 100 ⇒ Income of A's = 160 On 160 B's income is 60 less than A ⇒ On 100 B's income is less by (60/160) × 100 = 37.5 than A's income ∴ B's income is 37.5% less than that of A.
Which of the following SQL operations is used to combine data from two or more tables based on a related column?
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
Consider the following Python code snippet:
class Employee:
def __init__(self, name, age):
self.name = name
<...What is the primary purpose of predictive analysis in a business context?
What is the primary advantage of customer segmentation in marketing?
In wireless networking, what does the 802.11ac standard primarily improve over 802.11n?
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
What is the primary difference between Type 1 and Type 2 hypervisors?
In the context of metadata for data management, which of the following examples best illustrates descriptive metadata?
Which of the following synchronization techniques is used to resolve the Readers-Writers Problem efficiently?