Question
Out of her total income, Neha spent 40% on rent, 25% of
the remaining income on groceries, and saved 55% of the income left after her expenses.Solution
ATQ, Let the income of Neha = Rs. '100y' Amount remaining with Neha after her expenses on rent = 100y - 100y × 0.4 = Rs. '60y' Amount remaining with Neha after her expenses on groceries = 60y - 60y × 0.25 = Rs. '45y' Amount saved by Neha = 45y × 0.55 = Rs. '24.75y' If 24.75y = 49500, So, income of Neha = 49500 × (100y / 24.75y) = Rs. 2,00,000
- Name the method in which each user is assigned with an equal-portion of the bandwidth.
What does PHP stand for?
Which technique is used to address the issue of class imbalance in a classification task?
Token Ring networks operate at what speed?
Hadoop is an open-source framework commonly used for processing and analyzing big data. What is the primary component of Hadoop responsible for distrib...
Accessing top element of stack without deleting it ?
Which of the following characteristics describes an ideal operational amplifier (op-amp)?
Which data structure in a compiler is used for managing information about variables and their attributes?
Â
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which layer of the OSI model is responsible for logical addressing and routing?