Question
"A", "B", and "C" jointly established a venture.
Initially, "A" invested 25% more funds than "B", while "C" contributed 20% more than "A". Four months after the business commenced, "A" increased his investment by 40%, and "B" reduced his by 25%. Six months into the operation, "C" decreased his contribution by 16(1/6)%.Calculate the ratio of their profit shares at the end of one year.Solution
Let the initial investment of 'B' be Rs. '4a' So, investment of 'A' = 1.25 X 4a = Rs.'5a' And, investment of 'C' = Rs. 5a X (6/5) = Rs. '6a' So, ratio of profit of 'A', 'B' and 'C', respectively, at the end of a year: = [{(5a X 4) + (7a X 8) }: {(4a X 4) + (3a X 8) }: {(6a X 6) + (5a X 6) }] = (20a + 56a) : (16a + 24a) : (36a + 30a) = (76:40:66) = (38:20:33)
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?