Question
Sneha spends 30% of her monthly income on groceries and 50%
of the remaining on travel. If she saved Rs. 980 after all expenses, then how much money did she spend on travel?Solution
ATQ,
Let monthly income of Sneha be Rs. x
Amount remaining after spending 30% on groceries = 70% of x = 0.7x
Amount spent on travel = 50% of 0.7x = 0.5 Ă— 0.7x = 0.35x
Savings = x - (0.3x + 0.35x) = 0.35x
Now, 0.35x = 980
⇒ x = 980 / 0.35 = 2800
Amount spent on travel = 0.35 Ă— 2800 = Rs. 980
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
In RDBMS architecture, what is the role of the Buffer Manager?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
What is Inter-Process Communication (IPC) in the context of computer systems?
Consider the following two statements.
S1: Â Destination MAC address of an ARP request is a broadcast address.
S2: Â Destination MAC add...
What is depth in deep learning?
Join in which result is generated when variable matches from any one of table
CDMA is a communication technique that allows multiple users to share the same frequency band simultaneously by using unique codes to differentiate thei...
What is the primary goal of requirement analysis in software development?
Predict the correct output for python code
