Question
Sum of digits of a two-digit number is 9. When 27 is
subtracted from the number, its digits get interchanged. Find the original number.Solution
ATQ, Let ones and tens digit of the number be a and b respectively. So, original number = 10b + a. Reverse number = 10a + b. So, a + b = 9 --------- (I) And, 10b + a β 27 = 10a + b. Or, 9b β 9a = 27. Or, b β a = 3 ---------- (II). On adding equation I and II, We get, a + b + b β a = 9 + 3. Or, 2b = 12. Or, b = 6. On putting value of b in equation I, We get, 6 + a = 9. Or, a = 3. Required number = 10 Γ 6 + 3 = 63.
Which of the following protocols is widely used for low-power, short-range communication in IoT devices?
Which of the following operations is NOT valid for a circular linked list?
Which layer in the OSI model is responsible for end-to-end communication and error-free delivery of data between hosts?
In Exploratory Data Analysis (EDA), which of the following is the primary purpose of using histograms?
In data analysis, why is sampling often preferred over analyzing an entire population?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
During the data analysis process, which of the following steps is primarily focused on removing inaccuracies and ensuring the dataset's reliability?
Which of the following best defines the role of a data analyst in an organization?
Which data validation step is crucial to ensure that all entries in a customer email column are correctly formatted?
In time series analysis, the Dickey-Fuller test is used to: