Question
The ratio of cost prices of two articles βAβ and
βBβ is 5:4 respectively and the average cost price of articles βAβ and βBβ is Rs. 1800. If articles βAβ and βBβ are sold at profit of 22% and profit of Rs. 210 respectively, then what is the average selling price of the given two articles?Solution
Let the cost price of articles βAβ and βBβ be Rs. 5y and Rs. 4y respectively Sum of cost price of articles βAβ and βBβ = 1800 Γ 2 = 3600 => 5y + 4y = 3600 => 9y = 3600 => y = 400 So, cost price of article βAβ = 5y = Rs. 2000 Cost price of article βBβ = 4y = Rs. 1600 Selling price of article βAβ = 2000 Γ (122/100) = Rs. 2440 Selling price of article βBβ = 1600 + 210 = Rs. 1810 So, average selling price of given two articles = (2440 + 1810) Γ· 2 =Β Rs. 2125
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.