Start learning 50% faster. Sign in now
ATQ,
Let the present age of ‘Aman’ = ‘x’ years According to the question, (x + 3) = 1.8 × (x – 5) Or, x + 3 = 1.8x – 9 Or, x = 12 ÷ 0.8 = 15 Sum of present ages of ‘Aman’ and ‘Bishnu’ = 21 × 2 = 42 years So, present age of ‘Bishnu’ = 42 – 15 = 27 years So, required ratio = (15 + 1):(27 + 1) = 16:28 = 4:7
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
___ mapping is used in cache organization which is the quickest and most supple organization.
Which of the following brackets are used in python to create a list?
Which one of the following statements is FALSE?
Given a 16-bit instruction format with 4 bits for the opcode and 12 bits for the address, calculate the maximum number of different opcodes that can be...
Which scheduling policy aims to minimize the average waiting time?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
What are the three main components of a bipolar junction transistor (BJT)?
Which part of the RDBMS architecture is responsible for maintaining a physical copy of the database on disk?
What is a key benefit of using the MVC architecture in software development?