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Â
Fork() command is used to create a new process. State true or false.
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?
 Which number system is commonly used in mathematics and everyday life?
Which of the following brackets are used in python to create a list?
How does blockchain achieve its tamper-resistant quality?
Which of the following best describes inheritance in object-oriented programming?
Which network topology requires the highest amount of cabling?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
AB`->` CD
AF`->` D
DE`->` F
C`->` G
F`->` E
G`->` A
Then which of the following is false?
Which component of the CPU is responsible for executing instructions?