Question
If the average of s number is r⁴ and the average r
number is s⁴, then find the average of all r+ s numbersSolution
The average of the s number is = r⁴ total sum of s number = r⁴ × s and the average of r number = s⁴ total of r number = s⁴ × r so now the average of r +s number = (r⁴ × s + s⁴ × r )/ r + s = r s (r³ +s³)/r +s =r s (r+ s) (r² +s² -r s)/r + s =r s (r² +s² -r s)
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which command is used to combine the contents of multiple files?
Which symbol is used for logical AND in shell scripting?
Which operator is used to append output to a file?
Star schema consists of:
In shell scripting, which symbol represents all files in the current directory?
Metadata in a data warehouse primarily describes:
Which command is used to display the last few lines of a file?
Which special file enables interprocess communication using named pipes?
Which command is used to display the current working directory?