Question
A two-digit natural number has the property that the
digit in the tens place is the square of the digit in the units place. When the original number is added to the number formed by reversing its digits, the total is 132. Determine 65% of the difference between the original number and the reversed number.Solution
Let the unit digit of original number be 'a'. So, tens digit of original number = a2 ATQ, 10a2Â + a + 10a + a2Â = 132 Or, 11(a2Â + a) = 132 Or, a2Â + a - 12 = 0 Or, a2Â + 4a - 3a - 12 = 0 Or, a(a + 4) - 3(a + 4) = 0 Or, (a - 3) (a + 4) = 0 So, 'a' = 3 or 'a' = - 4 Since, the original number is natural. So, 'a' = 3 Therefore, required value = 0.65 X (10a2Â + a - 10a - a2) = 0.65 X 9 X (32Â - 3) = 0.65 X 54 = 35.1
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
In RDBMS architecture, what is the role of the Buffer Manager?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
What is Inter-Process Communication (IPC) in the context of computer systems?
Consider the following two statements.
S1: Â Destination MAC address of an ARP request is a broadcast address.
S2: Â Destination MAC add...
What is depth in deep learning?
Join in which result is generated when variable matches from any one of table
CDMA is a communication technique that allows multiple users to share the same frequency band simultaneously by using unique codes to differentiate thei...
What is the primary goal of requirement analysis in software development?
Predict the correct output for python code
