If Ka for HBrO is 2. 8×10^−9 at 25°C, then the value of Kb for BrO− at 25°C is 3.5× 10^(-6).
<h3>
What is base dissociation constant?
</h3>
The base dissociation constant (Kb) is defined as the measurement of the ions which base can dissociate or dissolve in the aqueous solution. The greater the value of base dissociation constant greater will be its basicity an strength.
The dissociation reaction of hydrogen cyanide can be given as
HCN --- (H+) + (CN-)
Given,
The value of Ka for HCN is 2.8× 10^(-9)
The correlation between base dissociation constant and acid dissociation constant is
Kw = Ka × Kb
Kw = 10^(-14)
Substituting values of Ka and Kw,
Kb = 10^(-14) /{2.8×10^(-9) }
= 3.5× 10^(-6)
Thus, we find that if Ka for HBrO is 2. 8×10^−9 at 25°C, then the value of Kb for BrO− at 25°C is 3.5× 10^(-6).
DISCLAIMER: The above question have mistake. The correct question is given as
Question:
Given that Ka for HBrO is 2. 8×10^−9 at 25°C. What is the value of Kb for BrO− at 25°C?
learn more about base dissociation constant:
brainly.com/question/9234362
#SPJ4
Answer:
Such a waste of points but lol
To Earth, since it has the same radio and masses. This is what I believe.
Answer:
o
Explanation:
it is not a gas because the particles do not move freely it may be a liquid or a solid partly and mostly liquidized.
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.