Question
A gold ring is sold for Rs.24,400 at a loss of 60%. What
is the cost price of the gold ring?Solution
ATQ, Given: SP = Rs.24,400 Loss = 60% of CP Hence, SP = 40% of CP We can write this as: SP = (40/100) × CP To find the cost price, rearrange the equation to solve for CP: CP = SP / (40/100) CP = Rs.24,400 / (40/100) CP = Rs.24,400 / 0.4 CP = Rs.61,000 The cost price of the gold ring was Rs.61,000.
Which of the following is TRUE for PROM memories?
Which query retrieves all records from TableA that have no corresponding records in TableB?
In R, which function reshapes data from long to wide format?
What is the primary purpose of a system call?
Which SQL command is primarily used to retrieve records from a database table?
In a Selection Sort algorithm, the inner loop finds the index of the minimum element in the unsorted part. Which line correctly completes the if conditi...
The core element of parallel processing is ___.
Dynamic Programming is typically used for problems that exhibit which two main properties?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
Which algorithmic paradigm does the Floyd-Warshall algorithm primarily use?