Priya spends 80% of her monthly income. If her monthly income increases by 25% and her monthly expenditure also increases by 15%, find the percentage increase in her savings.
ATQ,
Let the initial monthly income be ‘Rs. x’. Initial monthly expenditure = ‘Rs. 0.8x’ So, initial savings = ‘Rs. 0.2x’ Increased monthly income = 1.25 × x = ‘Rs. 1.25x’ Increased monthly expenditure = 1.15 × 0.8x = ‘Rs. 0.92x’ So, increased savings = (1.25x – 0.92x) = ‘Rs. 0.33x’ Required percentage = {(0.33x – 0.2x)/0.2x} × 100 = {(0.13x × 100)/0.2x} = 65%
What is the purpose of a lock in concurrency control?
Which PHP function is used for connecting to a MySQL database?
The communication structure that we need in socket programming is called as _________.
What is a race condition in the context of synchronization?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...
Which of the following is used to store electrical energy in a circuit?
Microinstructions are stored in control memory groups, with each group specify a
Which of the following techniques is used for dimensionality reduction while preserving the data's variance?
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
How can the Banker's algorithm be used to prevent deadlocks?