Question
A woman bought a washing machine for Rs. 12,000 and a
microwave oven for Rs. 7,500. She sold the washing machine at a profit of 15% and the microwave oven at a loss of 20%. Find the total profit or loss for her in the transaction.Solution
ATQ,
Sum of cost price of the washing machine and microwave oven = 12000 + 7500 = Rs. 19,500
Selling price of the washing machine = 12000 × 1.15 = Rs. 13,800
Selling price of the microwave oven = 7500 × 0.80 = Rs. 6,000
Total profit in the transaction = (13800 + 6000) - 19500 = Rs. 300
Consider the Quick Sort algorithm with the last element as the pivot. For the array [7, 2, 1, 6, 8, 5, 3, 4], what will be the state of the array *after...
Which of the following characteristics is NOT essential for cloud computing?
Which of the following statements correctly describes the ACID property "Durability" in database transactions?Â
Which is not a access modifier in java?
In n-gram models, what does 'n' represent?
Which of the following statements best describes the concept of a computing model in computer science?
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...
Complete the Python code to check if a string email matches a simple email pattern (e.g., [email protected]).
import re
def is_valid_email(e...
Which algorithm is used for constraint satisfaction problems?
Which of the following language is used for specifying style sheets for XML documents?Â