Answer:
The sum of the molar masses of each isotope of the element.
Just find Ag and F on periodic table, find g/mol for each one and add them together
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.
Answer:
1) The power needed to process 50 ton/hr is 135.4 HP.
2) The void fraction of the bed is 0.37.
Explanation:
1) For this type of milling operations, we can estimate the power needed for an operation according to the work index (Ei), the passing size of the circuit feed (F80) and the passing size of the product (P80).
We assume the units of Ei are kWh/t.
The equation that relates this parameters and the power is (size of particles in μm):

The power needed to process 50 ton/hor is

2) The density of the packed bed can be expressed as

being f the fraction and ρ the density of every fraction. We know that the density of the void is 0 (ρv=0) and that fv=1-fs (the sum of the fractions ois equal to the total space).
Then we can rearrange

The void fraction of the bed is 0.37.
Answer:
84672 J
Explanation:
From the question given above, the following data were obtained:
Height (h) = 72 m
Combined mass (m) = 120 Kg
Acceleration due to gravity (g) = 9.8 m/s²
Energy (E) =?
We can obtain the energy by using the following formula:
E = mgh
Where
E => is the energy.
g => is the acceleration due to gravity
m => is the mass.
h => is the height.
E = 120 × 9.8 × 72
E = 84672 J
Thus, the energy is 84672 J