Question
A and B started a business with the investments of Rs.
(z-2000) and Rs. (z+4000) respectively. After 4 months of the start of the business, B left it and C joined it. The initial investment of C is Rs. 1000 less than the average of the initial investment of A and B together. If at the end of one year, the ratio between the profits of B and C is 5:8 respectively, then find out the initial investment of A is what percentage of the initial investment of C?Solution
The initial investment of C is Rs. 1000 less than the average of the initial investment of A and B together. initial investment of C = [(z-2000)+(z+4000)]/2 - 1000 = [2z+2000]/2 - 1000 = z+1000-1000 = z The ratio between the investment of A, B and C with respect to the time = (z-2000)x12 : (z+4000)x4 : zx8 = (z-2000)x3 : (z+4000) : zx2 The ratio between the profits of B and C is 5:8 respectively. (z+4000)/2z = 5/8 (z+4000)/z = 5/4 4z+16000 = 5z 5z-4z = 16000 z = 16000 Required percentage = [(z-2000)/z]x100 = [(16000-2000)/16000]x100 = [14000/16000]x100 = 14000/160 = 87.5%
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?