The average number of books on Biology, Chemistry, and Physics in a book shop is 300. Biology books are 150 more than the average number of Chemistry and Physics books. The number of Physics books is 150 less than the average number of Biology and Chemistry books. What is the number of chemistry books in the shop?
Let the number of biology, chemistry and physics books be B, C and P. B+C+P =300×3=900 B+C+P=900 … (1) Biology books =150+Average number of (C and P) B=150+(C+P)/2 2B=300+C+P 2B-C-P=300 … (2) Physics books =Average of (B+C)/2 -150 P=B+C)/2 -150 2P=B+C-300 B+C-2P=300 … (3) Adding Equation (1) and (3) and subtracting (2) ... (B+C+P) + B+C-2P -2B+C+P=900+300-300 3C=900 C=300.
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?