Question
βZβ is a two digit number in which the unit place
digit is βPβ and the tens place digit is βQβ. The value of βPβ is smaller than the value of βQβ. The product of P and Q is the multiple of three. The unit place digit of (P) 2Β ,(P) 3 and (P) 4 is the same. The difference between the values of P and Q is 4. If the unit and tens place digit of the number βZβ are interchanged with each other, then which of the following is the nearest prime number greater than the newly formed two digit number (after interchanging digits).Solution
βZβ is a two digit number in which the unit place digit is βPβ and the tens place digit is βQβ. So the number is βQPβ.Β Β Eq.(i) The value of βPβ is smaller than the value of βQβ. The product of P and Q is the multiple of three. PxQ = multiple of threeΒ Β Eq.(iii) The unit place digit of (P) 2Β ,(P) 3 and (P) 4 is the same. When P = 1, 5 and 9 , then only the above given condition will be true. The difference between the values of P and Q is 4. From Eq.(ii) and the above given condition, (Q-P) = 4 When P = 1, then (Q-1) = 4 Q = 4+1 = 5 When P = 5, then (Q-5) = 4 Q = 4+5 = 9 When P = 9, then (Q-9) = 4 [This is not possible. Because in this case βQβ will be a two digit number.] So Z = QP β 51 and 95 Because of Eq.(iii), (Z = 51) will not be possible. So Z = 95 If the unit and tens place digit of the number βZβ are interchanged with each other, then the newly formed number = 59 The nearest prime number greater than the newly formed two digit number (after interchanging digits) = 61
What is the primary purpose of residual connections in a deep neural network?
Which layer of the OSI model is responsible for logical addressing and routing?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
Python is an example of which type of programming language?
Which of the following is NOT an example of a common cybersecurity threat?
What is the main purpose of a digital signature?
PGP is abbreviated as _______________
Mention any two indirect measures of product.
In dynamic programming, what does "optimal substructure" mean?
Conditional statements are also known as ________ statements.