Question
Black pens sold by all the shopkeepers are what percent
of the total pens of all three shops? Read the following data carefully and answer the following questions: The table shows the total number of Pens (Red + Black) sold by three shops A, B and C. It also shows the percentage of unsold Pens (Red + Black) and number of Red pens sold by shopkeepers.Solution
Total number of pens sold by A = 50% of 400 = 200 Total number of black pens sold by A = 200 – 500 = 150 Total number of pens sold by B = 75% of 600 = 450 Total number of black pens sold by B = 450 – 190 = 260 Total number of pens sold by C = 60% of 800 = 480 Total number of black pens sold by C = 480 – 80 = 400 Black pens sold by all the shopkeepers = 150 + 260 + 400 = 810 Total pens of all three shops = 400 + 600 + 800 = 1800 Required % = (810/1800) × 100 = 45%
The "load factor" of a hash table is a critical metric. What does it represent?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
Which of the following is a default connector for Shielded twisted pair?
Consider a singly linked list: 1 -> 2 -> 3 -> 4 -> None. If a delete_node(head, 3) function is called (which deletes the node with value 3), what will b...
Which type of inheritance in C++ allows a class to inherit from more than one base class?
Which of these is a key characteristic of SaaS (Software as a Service)?
Which of the following best explains why communication latency is generally higher in microservices compared to monolithic architectures?Â
A C function attempts to find a substring.
#include
#include
char* find_substring(char* haystack, char* needle...
In a common backtracking approach to generate permutations of a string, elements are swapped to explore different arrangements. Complete the line that s...
When a large number of analog signal is to be converted to digital form, an analog multiplexer is used. The best suites analog to digital converter for ...