Question
In a business there are two partners βPβ and
βQβ. βPβ started the business with the capital of Rs. 24000 and after 3 months βQβ joined him with the capital of Rs. 40000. At the end of the year find the profit share of βQβ out of the total profit of Rs. 2250.Solution
ATQ,
Capital Γ Time: P = 24000 Γ 12 = 288000 Q = 40000 Γ 9 = 360000 Ratio (P:Q): 288000 : 360000 = 24 : 30 = 4 : 5 Total Profit = 2250 Pβs share = (4/9) Γ 2250 = 1000 Qβs share = (5/9) Γ 2250 = 1250 Hence, Qβs profit share = Rs. 1250
Which of the following is a critical concern for securing critical infrastructure?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
In a Min-Heap, the root node is:
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?Β Β Β Β
In Database Management Systems, what is the primary purpose of normalization?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
The Master Theorem gives time complexity for recurrences of the form:
Which of the following problems cannot be solved using greedy algorithms for optimal result?
Which of the following SQL queries is used to remove a table from a database?