Question
A sum of Rs. 591 is divided among X, Y and Z such that X
gets Rs. 136 more than Y. Y gets Rs. 58 more than Z. Find the share of Z?ÂSolution
Rs 591 is divided among X, Y and Z. Y gets Rs.(Z + 58) X gets Rs. (Z + 58 + 136) = Rs. (Z + 194) According to the question, => Z + 194 + Z + 58 + Z = 591 => 3Z + 252 = 591 => Z = 339/3 => Z = 113 Share of Z = Rs 113
Which of the following is not a valid keyword in C++ language?
The "fetch-decode-execute" cycle in CPU control design refers to the sequence of actions performed for each:
In the software development life cycle, what is the phase where the actual code is written?
Which recovery technique involves creating a new database instance from a previous full backup and then applying transaction logs up to the desired reco...
The result of SQL select statement is?
Frames are related to which layer of OSI model
When designing a sequential circuit, what is the purpose of flip-flops or latches?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which network topology uses a central node to connect all other nodes?
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.