Question
If a nine-digit number 389x6378y is divisible by 72,
then the value of √(6x + 7y) will be∶Solution
Divisibility law of 8 ⇒ A number divisible by 8 if its last three digits are divisible by 8. Divisibility law of 9 ⇒ A number is divisible by 9 if sum of its digit is divisible by 9. Nine-digit number 389x6378y is divisible by 72, so number also divisible by 8 and 9 also. 78y divisible by 8 if y = 4 so number become 389x63784 Nine-digit number 389x63784 divisible by 9 if sum of its digit divisible by 9. ⇒ 3 + 8 + 9 + x + 6 + 3 + 7 + 8 + 4 ⇒ 48 + x If we put x = 6, the number become 54 which is divisible by 9. So, x = 6 and y = 4 Now, √(6x + 7y) ⇒ √(6 × 6 + 7 × 4) ⇒ √(36 + 28) ⇒ √64 ⇒ 8
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?