Question
βAβ and βBβ started a business by investing Rs.
4000 and Rs. 8000, respectively. 8 months later, βCβ joined them with an investment equal to average of initial investment made by βAβ and βBβ together. If at the end of the year, Bβs profit share out of the total profit was Rs. 24,000, then find the profit share of βCβ.Solution
ATQ; Amount invested by βCβ = [(4000 + 8000)/2] = Rs. 6000 Profit shares of βAβ, βBβ and βCβ, respectively at the end of the year = [(4000 Γ 12): (8000 Γ 12):(6000 Γ 4)] = 2:4:1 Let the total profit received by βAβ, Bβ and βCβ at the end of the year be Rs. βPβ Profit share of βBβ = 24000 = (4/7) Γ P => P = 24000 Γ (7/4) = 42000 Profit share of βCβ = 42000 Γ (1/7) = Rs. 6000
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
What is the primary strategy of a divide-and-conquer algorithm?
What is a "page fault" in the context of virtual memory?
In dynamic programming, what is the purpose of the "bottom-up" approach?
What is a primary key in the context of the ER model?
What is the primary advantage of using shared memory for IPC?
Which network topology is commonly used in Ethernet local area networks (LANs)?
Which type of variable has the widest scope and can be accessed from any part of the program?
Which clause is used to filter rows in the result set based on a specific condition in SQL?