Question
In a two digit positive number, the digit in the
unit’s place is equal to the square of the digit in ten’s place, and the difference between the number and the number obtained by interchanging the digits is 54. What is 60% of the original number?Solution
Let the number = 10x + x 2 According to the question, 10x + x2 - (10x2 - x) = 54 9(x2 - x) = 54 x 2 - x = 6 x2 - x – 6 = 0 ( x - 3) (x + 2) = 0 x = 3 or x = -2 Number = 39 [x ≠ -2] 60% of 39 = (60/100) × 39 = 23.4
The normal distribution is also known as the:
Predict the correct output for python code

Which of the following is a component of a combined cycle power plant?
What is the primary difference between a "Virus" and a "Worm" in the context of cybersecurity?
What is the main purpose of hashing in blockchain?
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
Which component of a compiler interacts directly with the lexer?
Which data structure is typically used to implement a priority queue?
Â
In object-oriented programming, what is the scope of an instance variable?
Which among the following algorithms are used in Machine learning?