Answer:
8
Explanation:
Here we're dealing with the root mean square velocity of gases. We'll provide the formula in order to calculate the root mean square velocity of a gas:

Here:
is the ideal gas law constant;
is the absolute temperature in K;
is the molar mass of a compound in kg/mol.
We know that the gas from the red container is 4 times faster, as it takes 4 times as long for the yellow container to leak out, this means:

We also know that the temperature of the red container is twice as large:

Write the ratio of the velocities and substitute the variables:

Then:

From here:

Then:

Answer:
Percent yield of reaction is 75%.
Explanation:
Given data:
Moles of A = 2.0 mol
Moles of B = 4.0 mol
Moles of C formed = 1.8 mol
Percent yield of reaction = ?
Solution:
Chemical equation:
2A + 5B → 3C + D
We will compare the moles of A and B with C from balance chemical equation.
A : C
2 : 3
B : C
5 : 3
4 : 3/5×4 = 2.4 mol
Number of moles of C formed by 4 moles B are less thus B is limiting reactant and will limit the yield of C.
Percent yield:
Percent yield = actual yield /theoretical yield × 100
Percent yield = 1.8 mol / 2.4 × 100
Percent yield =75%
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program Starts here
#include<iostream>
using namespace std;
int main ()
{
// Declare Variables
int quarter, dimes, nickel, cent;
// Enter values for each
cout<<"Quarter: ";
cin>>quarter;
cout<<"Dimes: ";
cin>>dimes;
cout<<"Nickels: ";
cin>>nickel;
/*
In the United States, these coins have the following values
Quarter = 25 cents
Done = 10 cents
Nickel = 5 cent
Total cent is calculated below
*/
cent = 25 * quarter + 10 * dimes + 5 * nickel;
// Print Total
cout<<"The coins are worth "<<cent<<" cents";
return 0;
}
The laboratory procedure that best illustrate the law of conservation is
heating 100 g of CaCo3 to produce 56 g of CaO (answer C)
<u><em>explanation</em></u>
According to the law of mass conservation , the mass of the reactant must be equal to the mass of the product.
According to option c Heating 100 g CaCO3 to produces 56 g CaO ( 40 +16=56)
The remaining mass = 100-56 = 44 which would the mass of CO2 [ 12 + (16 x2)]= 44 since CaCO3 decomposes to produce CaO and CO2
Therefore the mass of reactant= 100g
mass of product = 56 g +44 g =100
Therefore the laboratory procedure for decomposition of CaCO<em>3</em> illustrate the law of mass conservation since the mass of reactant = mass of product.
Explanation
There are three main branches of science: physical science, Earth science and life science. Let's talk about each branch and the areas of study within each branch. Physical science is the study of inanimate natural objects and the laws that govern them.