Question
If the third proportion of 18 and 15 is β0.4mβ, then
find the value of (m β 10) : (m + 30).Solution
Third proportion of two numbers βaβ and βbβ is (bΒ²/a). So, 0.4m = (15Β²/18) = 12.5. Or, 'm' = 31.25. Required value = (31.25 - 10) : (31.25 + 30) = 21.25 : 61.25 = 17 : 49
Which bus is responsible for transferring data between the CPU and memory?
What is the purpose of a "private blockchain"?
Which data structure is typically used to implement a priority queue?
Β
Which of the following is an example of two-factor authentication?
How many essential KCL equations are written when performing node analysis for a circuit with n nodes?
In the context of synchronization, what is a deadlock?
5,1,4,2,8 how many more pass are needed to finish sorting by bubble sorting technique?
How can the Banker's algorithm be used to prevent deadlocks?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?
Which data structure is used for efficiently implementing dynamic sets and supports operations like insert, delete, minimum, maximum, predecessor, and ...