Let, the present age of 'Amit' and 'Bishnu' be '5a' years and '8a' years. ATQ, [(5a + 9) /(8a - 1) ] = (4/5) Or, 5 × (5a + 9) = 4 × (8a - 1) Or, 25a + 45 = 32a - 4 Or, 32a - 25a = 45 + 4 Or, 7a = 49 Or, a = (49/7) So, a = 7 So, the age of 'Amit' 5 years hence from now = 5a + 5 = (5 × 7) + 5 = 40 years
What is the primary function of a transistor?
Which data mining technique is used to find patterns or associations in big datasets, such as market basket analysis?
What is the maximum number of unique IP addresses that can be assigned in IPv4?
What is the name of the operator ** in Python?
Which SQL statement is used to delete data from a database table?
What is the primary purpose of HTML5?
Which of the following brackets are used in python to create a list?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
What is the correct way to declare a constant in C?
What is the main purpose of hashing in blockchain?