Question
A shopkeeper mixes 40 kg sugar worth Rs.15 per kg with
160 kg sugar worth Rs. 25 per kg. At what rate should he sell the mixture per kg to gain a profit of 25%?Solution
Cost of 40 kg sugar = Rs.600 Cost of 160 kg sugar = Rs.4,000 Total cost of 200 kg sugar = Rs. 4,600 Cost price of 1 kg sugar = 4600/200= Rs.23 per kg S.P. = 23x*25/100= Rs. 28.75
What is a transaction in a database management system?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which tree traversal visits the nodes in the order: left, root, right?
Index of first element of linked list default value?
Attributes are made of more than one simple attribute.
What is the primary responsibility of the "Controller" in the MVC architecture?
What is the primary advantage of using public key cryptography over symmetric key cryptography?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
In dynamic programming, what does "optimal substructure" mean?