Question
Profit percentage received on a product when sold for
Rs.550 is equal to the percentage loss incurred when the same product is sold for Rs.420. Find the selling price of the product if the shopkeeper wants to have a profit of 20%.Solution
Let the cost price of the article be Rs.x. According to the question, => 550 β x = x β 420 => 2x = 970 => x = 485 Selling price of the product at profit of 20% = 485 x 1.2 = Rs.582
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?
In a red-black tree, which property ensures that the tree remains relatively balanced and that the worst-case height is logarithmic?
What is the maximum number of unique IP addresses that can be assigned in IPv4?
Accessing top element of stack without deleting it ?
Which of the following algorithm is most sensitive to outliers?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
In a uniform distribution over the interval [a, b], what is the probability density function (PDF)?
What is Inter-Process Communication (IPC) in the context of computer systems?
A resistor has a resistance of 100 ohms and a current of 2 amperes passing through it. Calculate the voltage drop across the resistor.
What does the Query Optimizer do in RDBMS architecture?