Question
Ina regiment the ratio between the number of officers to
soldiers was 3 : 31 before battle. In a battle 6 officers and 22 soldiers were killed and the ratio became 1 : 13, the number of officers in the regiment before battle wasSolution
no of officers : no of soldiers = 3:31 no of officers = 3x no of soldiers = 31x In a battle 6 officers and 22 soldiers were killed new no of officers = 3x-6 new no of soldiers = 31x -22 new ratio 1:13 (3x – 6) / (31x – 22) = 1/13 13(3x-6) = 31x -22 39x - 78 = 31x -22 8x = 78-22 8x = 56 x = 7 number of officers in the regiment before battle was = 3x = 3 × 7 = 21
Which of the following is used to implement recursion?
An insert(root, value) function for a Binary Search Tree (BST) is implemented recursively. After inserting several elements, a search(root, value) funct...
Which Hadoop component is responsible for resource management?
Ignoring quantization noise and considering only channel noise in pulse coded modulation system, if signal-to-noise ratio is 10 dB, noise power is 2 dB,...
Which of the following protocols is responsible for mapping an IP address to a MAC address in a local network?Â
Which virtualization technique allows the guest OS to run without being modified and has the lowest overhead?
What is the primary function of a MAC address in a network?
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Â
Which component is responsible for managing virtualization in a cloud environment?
Which algorithm is used in game playing for decision making?