Question
Arjun and Sameer can complete a job in 20 days and 25
days respectively. When Arjun, Sameer, and Nikhil work together, they finish it in . If they receive a combined reward of Rs. (5x + 1000), then Nikhilâs share is how much percent more than Sameerâs?Solution
ATQ; Let total work = 100 units Efficiency of 'Arjun' = 100/20=5 units/day Efficiency of 'Sameer' = 100/25=4 units/day Combined efficiency = 100á(20/3)=15 units/day Efficiency of 'Nikhil' = 15â(5+4)=6 units/day Ratio of Arjun : Sameer : Nikhil = 5 : 4 : 6 So, shares = Rs. 5a, Rs. 4a, Rs. 6a respectively Required percent = [(6a - 4a)/4a] Ă 100 = 50%
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?