Start learning 50% faster. Sign in now
Let the original member be x Total age of these members = 54.5x Total age of (x – 4) members = (54.5x – 140) years According to the question, 54.5x – 140 = (x – 4) `xx` 57.5 ⇒ 54.5x – 140 = 57.5x – 230 ⇒ 57.5x – 54.5x = 230 – 140 ⇒ 3x = 90 x = 30
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?