Question
The average marks of 12 students in an exam is (x + 10).
If the average of the first six students is 50 and that of the remaining six is 70, find the value of (x + 30).Solution
According to the question, The average marks of 12 students = (x + 10) = 12 * (x + 10) The total marks of first six students = 6 * 50 = 300 The total marks of last six students = 6 * 70 = 420 300 + 420 = 12 * (x + 10) 720 = 12(x + 10) 60 = x + 10 x = 50 x + 30 = 80
Which command is used to make a shell script executable?
Which special file enables interprocess communication using named pipes?
Which symbol is used for logical AND in shell scripting?
In Bash, which syntax is used for arithmetic expansion?
Which command is used to display the contents of a file in Linux?
Which construct allows embedding a block of text in shell scripts as input?
Which command is used to display the current working directory?
Metadata in a data warehouse primarily describes:
Which ETL process step validates and cleans data before loading?
In shell scripting, which command is used to read input from the user?