Question
A girl spent 20% of her monthly income on clothing. Of
the remaining, she spent on travel and food in the ratio of 3:2. If the difference of the income spent on travel and food is Rs.512, then find her monthly income.Solution
Let her income be 100%. Remaining income = (100 - 20) % = 80% Let the money spent on travel and food be Rs. 3x and Rs. 2x respectively. Now, according to question, => 3x – 2x = 512 => x = 512 Total money spent on travel and food together = 5x = 2560 => 80% --- 2560 => 100% ----- 3200 Therefore, her income is Rs. 3200.
Size of MD5 message digest
Which of the following creates a pattern object?
Which is/are Keyword in C++
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â