Question
Satyam and Aman have monthly salaries, including savings
and expenditure, in the ratio 8:11. Aman's monthly savings are Rs. 12,000, and Satyam's savings are Rs. 9,000. Given that Aman's monthly expenditure is 40% more than Satyam's, find the difference between Satyam and Aman's monthly salaries.Solution
ATQ, Let, the monthly expenditure of Satyam = Rs.'a' So the monthly expenditure of Aman = Rs. 1.4a According to question, {(a + 9000) /(1.4a + 12000) } = (8/11) 11a + 99000 = 11.2a + 96000 0.2a = 3000 a = 15000 So the monthly salary of Satyam = 15000 + 9000 = Rs. 24,000 Monthly salary of Aman = 1.4 × 15000 + 12000 = 21000 + 12000 = Rs.33,000 Desired difference = 33000 - 24000 = Rs.9000
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Appending value to list in python
Which of the following is NOT considered a core characteristic of cloud computing?Â
Abstract Class in Java
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
- Which of the following protocols is used for resolving IP addresses to MAC addresses in a network?
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
What is the purpose of the with statement when working with files?
Which component in a V-shaped software development model corresponds to the testing phase?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()