Question
The sum of the total surface areas of two cubes is 2328
cm2. If the product of the length of their edges is 96 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 = 2328 Or, a2 + b2 = 2328/6 = 388 And, ab = 96 Using the formula, Β x2 + y2 = (x β y)2 + 2xy 388 = (a β b)2 + 2 Γ 96 Or, (a β b)2 = 388 β 192 Or, (a β b)2 = 196 Or, a β b = Β±14 So desired difference = 14 cmΒ
Which of the following data structures is best suited for implementing a priority queue?Β Β Β
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?Β ...
Which of the following sorting algorithms is NOT stable?Β
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator