Answer:
b. lithium
Explanation:
Li the least likely, to lose an electron.
The term used to describe the rapid release of bubbles, or rapid release of a gas from a liquid or a solution is called Effervescence. The bubbling of a solution is due to the escape of a gas which may be from a chemical reaction, as in fermenting liquid, or by coming out of a solution after having been under pressure, as in a carbonated drink. For example; soda, champagne among others.
The concentration of HCl is equal to 2.54mol/L.
<h3>Mole calculation</h3>
To solve this question, one must use the molarity calculation, which corresponds to the following expression:

Thus, to find the molarity of the sample, the following calculations must be performed:



So, 0.00254 moles were added per 10ml, so we can do:

So, the concentration of HCl is equal to 2.54mol/L.
Learn more about mole calculation in: brainly.com/question/2845237
Bases
A base is a substance that dissociates into more hydroxide ions (-OH-) when dissolved in water. Bases are also good proton acceptors. Bases, therefore, reduce the number of H+ and increase OH- hence raising the pH of the solution.
B(aq) + H₂O(l) ⇌ BH⁺(aq) + OH⁻(aq)
Explanation:
Other properties of bases is that they are bitter to the taste and they feel slippery when touched. Strong bases are nonthlese very corrosive like acids. Bases turn red litmus paper blue. Most alkali hydroxides such as NaOH are bases.
Learn More:
For more on bases check out;
brainly.com/question/12574229
brainly.com/question/2015251
#LearnWithBrainly
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.