Question
A chemist prepared 50 grams of a medicine by mixing two
ingredients P and 'Q, Rate of 'P' is ₹150 per 10 gm and that of 'Q' is ₹ 500 per 100 gm. 'P' and 'Q are mixed in such a way that the cost of the resulting medicine is ₹12 per gm. What is the quantity of 'P' (in grams) in the medicine?Solution
Solution-
P Q
15 5
12
7 3
ATQ-
(7+3) =10=50
1=5
Quantity of P =7×5=35 gram
What will be the output of the following code snippet?
class Animal:
def sound(self):
return "Some sound"
...
In deep learning, which type of neural network is most suitable for sequential data like time series?
Which of the following accurately describes the primary benefit of server virtualization in a data center environment?
- Which software testing technique involves testing the internal structure or workings of an application?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
Which database management system feature helps ensure that all transactions are completed successfully and consistently?
...In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following types of networks is most suitable for securely connecting geographically distant branches of a multinational company, while ensu...
- Which of the following is NOT one of the SOLID principles of software design?
Graph Traversal algorithms