Question
The cost price of article A and B is Rs. βXβ and Rs.
(X + 800), respectively. Article A is sold at 25% profit while article B is sold at 10% loss. If selling price of article B is Rs. 90 more than that of article A and article B is sold after giving a discount of 20%, then find the marked price of article B.Solution
Selling price of article βAβ = x Γ 125% = Rs. 1.25x Selling price of article βBβ = (x + 800) Γ 90% = Rs. 0.90x + 720 According to the question, 0.90x + 720 β 1.25x = 90 720 β 90 = 0.35x 0.35x = 630 x = 1800 Selling price of article βBβ = 0.90 Γ 1800 + 720 = Rs. 2340 Marked price of the article βBβ = 2340/80 Γ 100 = Rs. 2925
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.