Question
X, Y and Z together can complete a work in 15 days. X
and Y together can complete the same work in 30 days. Z alone can finish the same work in how many days?Solution
Let us assume Z alone can complete the work in 'x' days The efficiency of X, Y, and Z = (1/15) The efficiency of X and Y = (1/30) The efficiency of Z = (1/x) = (1/30) + (1/x) = (1/15) By solving the value of 'x' β x = 30 days β΄ The required result will be 30 days.
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array