Question
The sum of the total surface areas of two cubes is 1548
cm2. If the product of the length of their edges is 97 cm2, then find the difference (in cm) between the lengths of their edges.Solution
Let the length of the edges of the two cubes be ‘a’ cm and ‘b’ cm, respectively According to the question, 6a2 + 6b2 = 1548 Or, a2 + b2 = 1548/6 = 258 And, ab = 97 Using the formula,  x2 + y2 = (x – y)2 + 2xy 258 = (a – b)2 + 2 × 97 Or, (a – b)2 = 258 – 194 Or, (a – b)2 = 64 Or, a – b = ±8 So desired difference = 8 cmÂ
What is the time complexity of searching for an element in a sorted array using binary search?
What is the time complexity for inserting a node at the end of a singly linked list if you only have a pointer to the head?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
In networking, what is the primary purpose of subnetting?
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
Which of the following techniques is primarily used to address overfitting in machine learning models?
Time complexity of heap sort is:
Which SOLID principle ensures that a class has only one reason to change?
Which of the following best describes the key benefit of blockchain technology in supply chain management?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?