Question
A seller marked his article 70% above the cost price and
sold it after offering two successive discounts of 60% and 25% respectively. In the whole transaction the seller lost Rs. 980. Find the selling price of the article.Solution
Let the cost price of the article be Rs. x Therefore, marked price of the article = Rs. 1.7x Selling price of the article = 0.4 × 0.75 × 1.7x = Rs. 0.51x According to the question, (x – 0.51x) = 980 Or, 0.49x = 980 Or, x = 2000 Therefore, selling price of the article = 2000 – 980 = Rs. 1020
Which network topology uses a central node to connect all other nodes?
Physical limitation of a signal is called?
In C, which keyword is used to access memory-mapped registers for DMA configuration?
What does a "Shared Lock" in a DBMS locking protocol allow?
Â
Which is not a datatype of COBOL language
What are the three main components of a bipolar junction transistor (BJT)?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
In which case higher bandwidth can be achieved
In a database cluster setup, what is the purpose of a "warm standby" server?
What is the primary advantage of dynamic memory allocation?