Continue with your mobile number
Volume of the original box = 18 X 15 X 10 = 2700 cm3 New breadth of the box = 15 X 1.2 = 18 cm New height of the box = 10 X 0.8 = 8 cm So, new volume of the box = 18 X 18 X 8 = 2592 cm3 So, percentage reduction in volume = {(2700 - 2592) ÷ 2700} X 100 = 4% Alternate solution Let the length, breadth and height of the cuboid originally be 'l' units, 'b' units and 'h' units, respectively Therefore, original volume of the cuboid = 'lbh' cubic units New breadth of the cuboid = '1.2b' units New height of the cuboid = '0.8h' units New volume of the cuboid = 1.2b X 0.8h X l = '0.96lbh' cubic units Required percentage = {(lbh - 0.96lbh)/lbh} X 100 = 4%
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
In relational databases, which of the following best describes the role of a "foreign key"?
What is the primary difference between SQL Injection and Command Injection?
In data analytics, which algorithm is commonly used for predictive modeling when the target variable is categorical?
Which type of firewall is specifically designed to monitor and filter incoming and outgoing traffic based on predetermined security rules and is capable...
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Which of the following page replacement algorithms results in the lowest page-fault rate for a given reference string but is often impractical to implem...
In Hadoop’s distributed storage system, which of the following is responsible for managing and storing the actual data blocks?