Question
If a man purchases kismis at Rs.320 per kg and sells it
at Rs 6 per 25 grams. then his profit/loss percentage is:Solution
Selling price per kg = (1000 grams /25 grams) × 6 Rs.  40 x 6 = 240 Rs. Purchase price per kg = 320 Rs. Loss per kg = 320 Rs - 240 Rs = 80 Rs. Loss percentage = (80/320) × 100 = 25% Alternate – (CP)  (SP) 320:6/25 ×1000. 320:240 8:6 Loss Percentage =2/8 ×100 =25%.
What is "serverless computing"?
Which statement is TRUE regarding SCR Thyristor?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which of the following is used to implement recursion?
Fill in the correct option for 27 blank space.
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion8 {
    publ...
Which of the following is an example of SaaS?
Which of the following statements accurately describes the layer functionality of a router in network communication?
What is the primary objective of the K-means clustering algorithm in data analysis?
What is the keyword used in Java to indicate that a class is inheriting from another class?