Start learning 50% faster. Sign in now
Let the total sum be x. simplifying the ratio to get the same unit by cross multiplication, Ratio of A and B = (9 : 8) × 4 ⇒ 36 : 32 Ratio of A and C = (4 : 5) × 9 ⇒ 36 : 45 Ratio of A, B and C = 36 : 32 : 45 Total sum = Rs. (36x + 32x + 45x) ⇒ 113x = 31866 ⇒ x = 282 The share of B = 32x = (32 × 282) = 9024
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
Which technique is used to address the issue of class imbalance in a classification task?
What does A/B testing involve in data analytics?
In the software development life cycle, what is the phase where the actual code is written?
What is the purpose of the "rollback" operation in a transaction?
What is the full form of GPRS?
Which of the following is the boolean expression for the XOR function?
What is a "page fault" in the context of virtual memory?
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
What is the purpose of a symbol table in lexical analysis?