Selling price = Rs. 450 Profit on selling price = 40% Profit = 450 × 40/100 = Rs. 180 So, cost price = 450 - 180 (selling price - profit) = 270 Profit on cost price = 180/270 × 100 = 66(2/3)% Alternate method: Let SP = 100, profit = 40 % of 100 = 40 So CP = 60 Hence profit % on CP=40/60× 100 = 66(2/3)%
Which distribution is often used to model the time between events in a Poisson process, such as the time between customer arrivals at a store?
What is a race condition in the context of synchronization?
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the purpose of a transistor in a circuit?
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
E-R model shows the ____
What is the main objective of cluster analysis in data analytics?
What is exception handling in programming?
What is the primary advantage of using shared memory for IPC?