Kc= concentration of product divided by concentration of reactant
NO + NO2 ----> N2O3
Kc =(N2O3) / (No)(NO2)
Kc= ( 1.3 )/{ (3.9)(3.8) }
Kc=0.088 ( answer B)
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.
Absorbance is related to the concentration of a substance using the Beer-Lambert's Law. According to this law, absorbance is linearly related to concentration. However, this is only true up to a certain concentration depending on the substance. For this case, we assume that the said law is applicable.
A = kC
Using the first conditions, ewe solve for k.
0.26 = k (0.10)
k = 2.6
A = kC
A = 2.6 (0.20) = 0.52
Therefore, the absorbance at a concentration of 0.20 M and wavelength of 500nm is 0.52.
Yes because look in the book dh
<h3>
Answer:</h3>
- They show the elements of make up a compound
- They show the types of atoms that make up a molecule
- They show the number of each type of atom in a molecule
<h3>
Explanation:</h3>
To answer this question we need to know what is a compound.
- A compound is a substance that is made by two or more atoms of different elements that are chemically combined.
- A chemical formula of a compound is a formula that shows the elements that make up a compound and also the types of atoms that make up the molecule.
- Additionally, the chemical formula shows the number of each type of atom in a molecule.
- In this case, the chemical formula of a molecule of H₂O shows that it is made up of one hydrogen atom and two oxygen atoms.