Question
Selling price of article βAβ when sold at a profit
of 50% is Rs. 100 more than its selling price when sold at a loss of 30%. If the cost price of article βBβ is Rs. 80 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 50% = 1.50 Γ 100y = Rs. β150yβ And, selling price of the article when it is sold at a loss of 30% = 0.70 Γ 100y = Rs. β70yβ According to the question, 150y β 70y = 100 Or, y = (100/80) Or, y = 1.25 So, cost price of article βAβ = 100 Γ 1.25 = Rs. 125 Therefore, cost price of article βBβ = 125 + 80 = Rs. 205
Which of the following uses Latent Dirichlet Allocation (LDA)?
You are tasked with implementing a search feature for a large, constantly changing dataset where the order of elements doesn't matter, but fast lookups ...
Complete the C function to calculate the length of a null-terminated string s without using strlen.
int custom_strlen(const char* s) {
Β ...
Which of the following protocol should be used for those websites which need login credentials for sending the data?
int i=10;
float f=i;
What kind of typecasting is happening in the above scenario?
What is the primary goal of disk scheduling in operating systems?
What is the primary purpose of Encapsulation in Object-Oriented Programming?
What is the main purpose of disk scheduling in an operating system?
The transfer function of the system below is ___________
What is the primary purpose of the ALOHA protocol in networking?