Question
The average weight of 35 boxes is 24.8 kg. After removing 5
boxes, the average weight becomes 26.1 kg. Find the average weight of the boxes that were removed.Solution
ATQ,
Total weight of 35 boxes = 35 × 24.8 = 868 kg
Total weight after removing 5 boxes = 30 × 26.1 = 783 kg
Weight of removed 5 boxes = 868 - 783 = 85 kg
Average weight of removed boxes = 85 / 5 = 17 kg
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?