Answer:
975.56×10²³ molecules
Explanation:
Given data:
Number of molecules of C₂H₆ = 4.88×10²⁵
Number of molecules of CO₂ produced = ?
Solution:
Chemical equation:
2C₂H₆ + 7O₂ → 4CO₂ + 6H₂O
Number of moles of C₂H₆:
1 mole = 6.022×10²³ molecules
4.88×10²⁵ molecules×1mol/6.022×10²³ molecules
0.81×10² mol
81 mol
Now we will compare the moles of C₂H₆ with CO₂.
C₂H₆ : CO₂
2 : 4
81 : 4/2×81 = 162 mol
Number of molecules of CO₂:
1 mole = 6.022×10²³ molecules
162 mol ×6.022×10²³ molecules / 1 mol
975.56×10²³ molecules
Answer:
The second column on the periodic table of the chemical elements is collectively called the alkaline earth metal group: beryllium, magnesium, calcium, strontium, barium, and radium. Because the outer electron structure in all of these elements is similar, they all have somewhat similar chemical and physical properties.
Explanation:
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.
A mixture is a substance made by combining two or more different materials in such a way that no chemical reaction occurs.
A mixture can usually be separated back into its original components. Some examples of mixtures are a tossed salad, salt water and a mixed bag of M&M's candy.