Start learning 50% faster. Sign in now
Let the amount of rice sold at a gain be x kg The amount of rice sold at a loss = (120 – x) kg. Selling Price of rice sold at a gain = 120% of (45×x) = 54x Selling Price of rice sold at a loss = 90% of (120 - x) × 45 Total Cost Price = 120 × 45 = 5400 Total Selling Price = 54x + (120 - x) × 40.5 = 54x + 4860 - 40.5x = 13.5x + 4860 Given, Total Profit = 243 So,13.5x + 4860 = 5643 13.5x = 783 x = 58 kg
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0] ...
What is the primary purpose of Continuous Integration (CI) in software development?
Which is best fit for blank space 14?
What are the 3v’s of Big Data?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0] ...
What is the primary purpose of the fork() system call in Unix-based operating systems?
What is the primary goal of code optimization in software development?
In IPv6, which of the following addresses is used for local communication within a network segment and is not routable beyond the local network?
Which is not the property of Data warehouse
The Statement object is created by using createStatement() method of Connection class.