Question
In the above product mix, how many t-shirts should be
sold by Deepak Ltd to break even? Refer to the following information to answer the next 4 questions (Q5 to Q8) Deepak Ltd produces and sells two products – shirts and trousers. The details of the 2 products are as under: Product T-Shirt Shirt Sales price per unit Rs.800 Rs.1400 Variable Cost per unit Rs.380 Rs.420 Deepak Ltd’s fixed costs are Rs.43,89,000 per period.Solution
Break even = fixed cost/contribution In the given product mix, break even = fixed cost/contribution = Rs.43,89,000/7980 = 550 mixes Shirts in the mix = 5 Total t-shirts required = 5*550 = 2750 shirts
Which layer of the TCP/IP model is responsible for IP addressing and routing?
Which of the following is/are ideal of ways of spreading virus
A 'ransomware' attack typically involves:
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What does PHP stand for?
Which ICMP message indicates “Fragmentation Needed”?
Which type of neural network architecture is specifically designed to process data with a variable-length sequence?
What is the role of the Transaction Manager in RDBMS architecture?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?