Question
The price per kg of sugar of grade 'P' and 'Q' is Rs. 90
and Rs. 150 respectively. These are combined to create a blend that is sold for Rs. 180 per kg with a 50% profit margin. In what proportion is sugar of type 'Q' mixed with sugar of type 'P'?Solution
ATQ,
Cost price of mixture = (180 / 1.5) = Rs. 120 Let 'm' kg and 'n' kg of sugar of grade 'P' and 'Q' respectively be mixed. So, (90m + 150n) ÷ (m + n) = 120 Or, 90m + 150n = 120m + 120n Or, 30m = 30n Or, n:m = 30:30 = 1:1
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...
The Divide and Conquer paradigm involves three main steps. What are they?
Complete the Python function to return the last n characters of a string s. If n is greater than the string's length, return the entire string.
d...
Which access specifier makes members accessible only within the class itself?
Which of the following is the primary characteristic of serverless computing in cloud platforms?Â
Consider the following Python code for calculating Fibonacci numbers using memoization:
  memo = {}
  def fib_memo(n):
 �...
What is a key characteristic of a "full binary tree"?
Consider the following statement regarding Kelvin Double Bridge.
Statement (1): It is used for measuring resistance in the range of few ohms to s...
If signal-to-interference ratio is 5 dB, signal power is 8 dB, then what is the interference power in dB?
The _____________ deals with the coordination of the data transfer between end systems and hosts.