Start learning 50% faster. Sign in now
ATQ,
Let the cost price of the object = Rs. 100x
According to the question,
(100x × 1.15) – (100x × 0.65) = 180
⇒ 115x – 65x = 180
⇒ 50x = 180
⇒ x = 180 ÷ 50 = 3.6
∴ Cost price = 100x = 3.6 × 100 = Rs. 360
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.