Question
If H Ltd. Is subject to an effective income tax rate of
40%, the number of units H Ltd. Would have to sell to earn an after-tax profit of 90,000 is:Solution
Calculation of Desired Profit before tax: After tax of 40% = 90,000 Before tax = 90,000/60% = Rs. 150,000 Sales units to earn profit of 90,000 after tax = FC + Desired Profit before tax / Contribution per unit 210,000+150,000 / 3 = 120,000 units
In shell scripting, $1 represents:
In bash, what does trap 'echo Exit' EXIT do?
Which statement correctly defines a variable in shell scripting?
Which command is used to search for a pattern in files?
Which construct allows embedding a block of text in shell scripts as input?
Named pipes (FIFOs) are created using:
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which special file enables interprocess communication using named pipes?
Which command is used to find the number of lines, words, and characters in a file?