Question
An edge of a variable cube is increasing at the rate of
2 cm/s. How fast is the volume of the cube increasing when the edge is 12 cm long?Solution
Let x be the length of a side and V be the volume of the cube. Then, v = x3. dV/dt = 3x2 × dx/dt It is given that dx/dt = 2 cm/s dv/dt = 3x2(2) = 6x2 Thus, when x = 12 cm dv/dt = 6 (12)2 = 864 cm3/s
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
In which protocol of email the changes made on one device will not be replicated on other?
When implementing a hash table, which of the following collision resolution techniques is known for its efficiency and is based on creating a linked li...
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
Various IPC mechanisms are:
...Which component is responsible for translating virtual addresses to physical addresses?
The search key used in Index file is also used to physically order the database and search key is the primary key or candidate key of the database. <...
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
Which boolean function returns true if and only if all input variables are true?
n-ary relationship has how many participating entities?