Question
Ravi is 12 years younger than Surya. Ravi's age is 40%
of the sum of his and Surya's age. What will be Surya's age 9 years hence?ÂSolution
let surya's age=s ravi's age=r Given s-r=12 r=0.4(r+s) 0.6r=0.4s 0.6(s-12)=0.4s 0.6s-7.2=0.4s 0.2s=7.2 s=36 yers 9 years from now age will be 36+9=45 years
Mesh analysis is a method used to solve electrical circuits by analyzing the currents in:
What is the purpose of a condition variable in synchronization?
How many stable states does a positive-edge-triggered D-type flip-flop have?
The symbol for a NOT gate is a:
What is the purpose of the "GROUP BY" clause in an SQL query?
According to KCL, the algebraic sum of currents at a node in an electrical circuit is equal to:
In RAID 1, how are data and its mirror image typically stored?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
In which network topology is the failure of a single node least likely to disrupt the entire network?
Which of the following acronyms refers to a software distribution model in which a cloud provider manages and hosts an app that users access via the i...