Question
A and B started a business by investing Rs.6000 and
Rs.9000 respectively. After 6 months A withdrew 50% of his investment. If at the end of the year, profit share of B is Rs.8600, then find the profit share of A. TYPE 16Solution
Profit sharing ratio A and B = 6000 x 6 + 3000 x 6 : 9000 x 12 = 1:2 So, profit share of A = 8600 x (1/2) = Rs.4300
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?