Question
Average of first 3 numbers is half the average of next 6
numbers. If the average of all 9 numbers is 15, find the sum of the last 6 numbers.Solution
Let the sum of the last 6 numbers be 'n'.
(sum of first 3 numbers) ÷ 3 = 0.5 × (n/6)
⇒ Sum of first 3 numbers = 0.25n
Total sum = n + 0.25n = 1.25n
Average of 9 numbers = 1.25n ÷ 9 = 15
⇒ 1.25n = 135
⇒ n = 108
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?