Question
How many days will it take for 4 boys and 10 girls to
complete the task? Statement I: A group of 5 boys and 8 girls can finish the task in 12 days. Statement II: A group of 8 boys and 10 girls can finish the same task in 8 days. The questions contain two statements as statement I and statement II. Determine which statement/s is/are necessary to answer the question and give an answer as,Solution
ATQ, Let Boys and girls taken as 'b' and 'g' respectively,
(5 b + 8 g) * 12 = (8 b + 10 g) * 8 15 b + 24 g = 16 b + 20 g 4 g = 1 b 5 b + 8 g = 20 g + 8 g = 28 g 4 b + 10 g = 16 g + 10 g = 26 g Girls days 28 12 26 ? Required days = (28 * 12) / 26 = 12 12/13 days Both Statements I and II together are sufficient to answer the question.
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?