Question
'A' and 'B' started a business by investing Rs. 6,000
and Rs. 8,000, respectively. If 'A' and 'B' invested their investments for 9 months and 15 months, respectively, then find the profit share of 'B' out of the total profit earned by them which is Rs. 5,400.Solution
ATQ, Ratio of profit shares of 'A' and 'B' = (6,000 X 9):(8,000 X 15) = 54,000:120,000 = 9:20 So, profit share of 'B' = 5,400 X (20/29) = Rs. 3,724
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?