Question
Selling price of article βAβ when sold at a profit
of 32% is Rs. 540 more than its selling price when sold at a loss of 40%. If the cost price of article βBβ is Rs. 82 more than that of βAβ, then find the cost price of article βBβ.Solution
Let the cost price of article βAβ = Rs. β100yβ Then, selling price of the article when it is sold at a profit of 32% = 1.32 Γ 100y = Rs. β132yβ And, selling price of the article when it is sold at a loss of 40% = 0.60 Γ 100y = Rs. β60yβ According to the question, 132y β 60y = 540 Or, y = (540/72) Or, y = 7.5 So, cost price of article βAβ = 100 Γ 7.5 = Rs. 750 Therefore, cost price of article βBβ = 750 + 82 = Rs. 832
Complete the C function to copy at most n characters from source starting at start_index into destination, ensuring destination is null-terminated. Assu...
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 of the following is a primary reason for using threads instead of multiple processes for concurrent execution within a single application?
cyber attack in which a malicious actor aims to render a computer or other device unavailable to its intended users by interrupting the device's normal ...
Bus topology is also known by which one of the alternative names below?
Which of the following HTTP methods is idempotent and is primarily used to update a specific resource's data on a server?Β
Which of the following is NOT a core principle of Object-Oriented Programming?
Which operation adds an element to the rear of a queue?
Complete the Java method to extract a substring from text starting at startIndex and having length characters.
public class StringUtil {
οΏ½...
In datawarehouse , a fact table consist of