Question
Ankit bought a sofa for Rs. (7000 + x). He sold it to Zoya
at a profit of 20%. Zoya sold it to Kunal at a profit of 10%, and Kunal sold it to Tanya at a profit of 15%. If Tanya paid Rs. 10,626 for the sofa, then find the value of 'x'.Solution
ATQ,
(7000 + x) × 1.20 × 1.10 × 1.15 = 10,626
Or, 7000 + x = (10626 / 1.518)
So, x = 7000 - 7000 = 0
Therefore, the value of 'x' is 0
What is the primary function of a MAC address in a network?
A process is currently in the "Running" state. If its allocated time slice expires, to which state will it typically transition?
In Big Data architecture, which component is responsible for real-time data streaming?
In datawarehouse , a fact table consist of
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
What is "serverless computing"?
What is the best case time complexity of merge sort?
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which query retrieves all records from TableA that have no corresponding records in TableB?