Question
An individual purchased a bike for Rs. 25,000 and a helmet
for Rs. 1,500. He sold the bike at a loss of 12% and the helmet at a profit of 20%. Calculate the total profit or loss in the transaction.Solution
ATQ,
Sum of cost price of the bike and helmet = 25000 + 1500 = Rs. 26,500
Selling price of the bike = 25000 × 0.88 = Rs. 22,000
Selling price of the helmet = 1500 × 1.20 = Rs. 1,800
Total loss in the transaction = (22000 + 1800) - 26500 = Rs. 1,300
The join operation can be defined as
Which of the following is not a valid keyword in C++ language?
In the context of database backup, what does the term "point-in-time recovery" refer to?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
Which unit fetches instructions from memory?
What application layer protocol is used for the retrieval of email from a mail server?
Which computer architecture allows multiple processors to work together on a single task?
Which cryptographic system uses two different keys for encryption and decryption?
Which transmission medium is least susceptible to electromagnetic interference?
What is the output of the following code?
print(0.3 + 0.5 == 0.8)