Question
Which of the following numbers is divisible by
11?Solution
A number is divisible by 11 when difference between sum of digits at even place and sum of digits at odd place is either 0 or 11. 4352864: Difference = (4 + 5 + 8 + 4) - (3 + 2 + 6) = 10 2859246: Difference = (8 + 9 + 4) - (2 + 5 + 2 + 6) = 6 1928573: Difference = (9 + 8 + 7) - (1 + 2 + 5 + 3) = 13 3567245: Difference = (3 + 6 + 2 + 5) - (5 + 7 + 4) = 0 So, 3567245 is divisible by 11.
Which of the following is a supervised learning technique?
Which measure of central tendency is most appropriate when data has extreme outliers?
Which sampling technique is most suitable when a population has distinct subgroups that should be represented proportionally?
Which of the following is an example of semi-structured data ?
Consider the following Python code snippet:
class Employee:
  def __init__(self, name, age):
    self.name = name
<...What is polymorphism in Python?
Which of the following best describes non-random sampling?
Which of the following is the correct decomposition of time series data into its components?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
Which of the following statements about asymmetric encryption is true?