Question
Rice at Rs 80/kg is mixed with rice at Rs.40/ kg in a
certain ratio such that by selling the mixture at Rs.60/ kg profit of 20% is made. If the quantity of 1st type of rice is 75 kg, find quantity of 2nd type of rice?Solution
S.P Of the quantity = Rs.60/kg C.P of the quantity = 60/120×100 =Rs.50 Now ,Solve with Allegation
Quantity for 1st = 75 kg Therefore, Quantity for 2nd =( 75)/1×3 = 225 kg.
Which of the following statements best describes a mesh topology in network design?
Which of the following is a key characteristic of cloud computing?Â
What is the main reason to use a try-catch block in programming?
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Huffman Coding uses a greedy approach to achieve what?
What is the best case time complexity of merge sort?
Which of the following network topologies is most resilient to node failures?Â
Complete the Python code snippet to initialize an array arr of size N with all zeros, and then iterate through it from the second element (index 1) up t...
Dijkstra's algorithm, used for finding the shortest paths from a single source to all other vertices in a graph with non-negative edge weights, is an ex...
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...