Question
A solid cube of gold is melted and made into smaller
cubes of sides half the original. How many such smaller cubes are made?Solution
ATQ, When a solid cube is melted and then made into smaller cubes of sides half the original, each dimension of the original cube is halved. Let's denote the original side length as S. The volume of the original cube is S3 The new cubes have sides of length (S/2).The volume of each smaller cube is (S/3)3Â This means that the original cube can be divided into 8 smaller cubes of sides half the original. Therefore, when a solid cube of gold is melted and made into smaller cubes of sides half the original, 8 such smaller cubes are made.
Which command is used to search text patterns in files?
In Bash, which syntax is used for arithmetic expansion?
Metadata in a data warehouse primarily describes:
Which command is used to display the last few lines of a file?
Which command will read input line-by-line from a file in a shell script?
In shell scripting, which symbol represents all files in the current directory?
In bash, which command is used to trap and handle signals like SIGINT?
Slowly Changing Dimension (SCD) is used to:
Which command is used to make a shell script executable?
Which command is used to find the number of lines, words, and characters in a file?