Question
The digits of a two-digit number ‘N’ are
reversed to form a new number ‘M’. If M < N and N – M = 54, then which of the following maybe ‘N’?Solution
ATQ; Let the original number = N = ‘10a + b’ So, the new number = M = ‘10b + a’ ATQ; N = M + 54 So, 10a + b = 10b – a + 54 Or, 9a – 9b = 54 Or, a – b = 6 So, possible pairs of ‘a’ and ‘b’ = (9, 3), (8, 2), (7, 1) So, possible values of ‘N’ = 93, 82, 71 Alternate Solution From option ‘a’: N = 39 So, M = 93 Since, M > N {not possible} N = 71 So, M = 17 Also, N – M = 71 – 17 = 54
Which of the following is NOT a typical step in NLP text preprocessing?
The number of significant figures for 5.1250 and 0.06900 respectively are____Â
In pandas, what does df.groupby('A').agg({'B': 'sum', 'C': 'mean'}) return?
Which of the following is a primary difference between TCP and UDP in terms of reliability and connection management?Â
What is overfitting in the context of machine learning models?
Which cloud service model provides the highest level of control over the underlying infrastructure?Â
In Kubernetes, which storage type remains available even if the pod is deleted and recreated on a different node?
Fill in the correct option for 29 blank space.
What are the different modes of fiber optic communication?
State True or False
Kernel level thread cannot share the code segment.