ATQ, Investment of Akshita for 2 year = 2400 × 0.80 = Rs. 1,920 Investment of Monika for second share = 2500 × 0.70 = Rs. 1750 Ratio the profits of Akshita to Monika = 2400 + 1920: 2500 + 1750 = 4320: 4250 = 432: 425 So the profit % of Akshita out of the total profit = 432/(432 + 425) × 100 = 43200/857 = 50.4% So option I can be the answer. Option II: Investment of Akshita for second year = 2400 × 0.75 = Rs. 1,800 Investment of Monika for second share = 2500 × 0.70 = Rs. 1750 Ratio the profits of Akshita to Monika = 2400 + 1800: 2500 + 1750 = 4200: 4250 = 84: 85 So the profit % of Akshita out of the total profit = 84/(84 + 85) × 100 = 8400/169 = 49.7% So option II can’t be the answer. Option III: Investment of Akshita for 2 year = 2400 × 0.88 = Rs. 2,112 Investment of Monika for second share = 2500 × 0.84 = Rs. 2100 Ratio the profits of Akshita to Monika = 2400 + 2112: 2500 + 2100 = 4512: 4600 = 564: 575 So the profit % of Akshita out of the total profit = 564/(564 + 575) × 100 = 56400/1139 = 49.51% So option III can’t be the answer
Which type of memory is faster to access and closer to the processor, providing temporary storage for frequently used data?
A device that connects network with different protocols?
What is the purpose of a firewall in network security?
What is the primary goal of cybersecurity?
The list.index(x[, start[, end]]) is used to ___.
Which of the following is a boolean function?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
To change mode of myfile to 'rwxr–r–' , the command used is
In RDBMS, what is the purpose of the Data Dictionary?
You have a positive-edge-triggered D flip-flop. If the current state is Q = 0 and the D input is 1, what will be the state after the clock edge?