Question
Pipe A and pipe B can fill the empty tank in 20 hours
and 24 hours, respectively whereas pipe C can empty the full tank βxβ hours. Find the value of βxβ if pipes A, B and C together can fill the empty tank in 15 hours.Solution
Let the two numbers be β13aβ and β13bβ
ATQ;
13a Γ 13b = 5070
So, (a Γ b) = 30 β¦β¦β¦β¦β¦β¦β¦β¦. (1)
Also, 13a + 13b = 143
So, a + b = 11
Or, a = (11 β b) β¦β¦β¦β¦β¦β¦β¦... (2)
Putting value of βaβ in equation (1), we have
(11 β b) Γ b = 30
Or, 11b β b 2 = 30
Or, b 2 β 11b + 30 = 0
Or, b 2 β 6b β 5b + 30 = 0
Or, b(b β 6) β 5(b β 6) = 0
Or, (b β 6)(b β 5) = 0
So, b = 6 or b = 5
So, the two numbers are = 13 Γ 5 = 65 and 13 Γ 6 = 78
Required difference = 78 β 65 = 13
What is the purpose of the #include
directive in C/C++ programming? Consider the following Python code:
class Vehicle:
Β Β def __init__(self, brand):
Β Β Β Β self.brand = brand
Β Β def...
Which of the following is a key characteristic of a Public Cloud?Β
What is the primary purpose of the memory management process known as "compaction"?
Which of the following operation is performed by Domain Name Server (DNS)?
Which probability distribution is most widely used to model channel noise in pulse code modulation?
In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message varies
Which functional dependency holds in given relation R (A, B, C) and why?
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
- In a dense index, why might an index entry not appear for every search key value in the file?