The average cost price of 18 pens (having equal cost price) decreased by Rs.2, when one of the pen is replaced by a new pen having cost price of Rs.74. Find the cost price of the pen that was replaced.
Let the cost price of each pen be Rs.x So, cost price of 18 pens = Rs.18x According to the question, => (18x – x + 74)/18 = x – 2 => 17x + 74 = 18x – 36 => x = 110 Therefore, the cost price of the pen that was replaced is = Rs.110
Which component is responsible for translating virtual addresses to physical addresses?
What is the relationship between recursion and iteration?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
Which of the following conditions must be satisfied for a deadlock to occur?
What is a top-down parser?
Which technique is used to address the issue of class imbalance in a classification task?
Which of the following represents the relationship between object and classes?
Type of plotter in which the paper is held stationary and paper is held by underneath section is classified as
attributes may contain more than one values.
In C programming, which header file is commonly used to work with DMA?