Question
βAβ started a business by investing Rs. 1800. Four
months later, βBβ joined by investing Rs. βxβ. If at the end of the year βBβ received Rs. 12,000 as profit out of total profit of Rs. 30,000, then find the value of βxβ.Solution
Ratio of profit share of βAβ and βBβ = (1800 Γ 12):(8 Γ x) Profit share of βAβ = 30000 β 12000 = Rs. 18,000 ATQ; {8x/(12 Γ 1800)} = (12000/18000) => 8= 14400 So, x = 1800
The CPU control unit typically generates control signals for various components within the CPU, including the:
Which technique is commonly used for visualizing the flow of data within a system in the form of diagrams?
How can we set default rwx permission to all users on every file which is created on the current shell?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which of the following is NOT a common type of firewall?
Token Ring networks operate at what speed?
Which layer of the OSI model is responsible for encrypting and decrypting data for security purposes?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Which technology is most commonly associated with cryptocurrencies like Bitcoin?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...