Question
Rahul used to complete 25 problems in 50 minutes. But now,
his efficiency has dropped by 20%. How much time will he need to complete the same number of problems?Solution
ATQ,
50 minutes
Initial efficiency of Rahul = 50 ÷ 25 = 2 minutes/question
New efficiency = 50 ÷ (25 × 0.8) = 2.5 minutes/question
So, time required to finish 25 questions = 2.5 × 25 = 62.5 minutes
Alternate Solution:
Ratio of new efficiency to old = 0.8:1 = 4:5
So, ratio of new time to old = 5:4
Required time taken = 50 × (5/4) = 62.5 minutes
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?