Question
If out of the total number of employees joined in March
in company B, 20% are female, then find the sum of number of male employees joined in March in company B and the number of employees remain in company C in November. Read the following information carefully and answer the given questions: The pie chart given below shows the percentage distribution of the number of employees joined in four different companies in March. The table shows the number of employees till February in each of the company and number of employees left in November in each company. Note: No employee left or joins in any company in any month other than the given data. Number of employee remains at the end of November in company D is 1120.Solution
Let number of employees add in the month of March in Company D be x. => 424 + x – 216 = 1120 => x = 912 Total number of employees in March month = (912/12) x 100 = 7600 Total number of employees joined in March in company B = 2660 Number of male employees joined in March in company B = 2128 Number of employees remain in company C in November = 356 Required sum = 2128 + 356 = 2484
Which command is used to search for a pattern in files?
Which command is used to find the number of lines, words, and characters in a file?
Which command is used to combine the contents of multiple files?
Which construct allows embedding a block of text in shell scripts as input?
In shell scripting, which operator is used for string comparison?
Which command is used to make a shell script executable?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
In a POSIX shell script, which construct correctly tests whether variable x is an empty string?
In shell scripting, which symbol represents all files in the current directory?
In bash, what does trap 'echo Exit' EXIT do?