The mass of MgCl2 is 95.211g/mol so one mole equals 95.211 it’s asking for the mass of 2.3 which is 218.9853
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;
}
<span>Now consider a low pressure area on a disk as shown below.A parcel of air at point A would move toward the center of the low pressure area. That movement would take it farther away from the center of the disk and therefore it would move to the west. A parcel of air at B would move toward the center of the low pressure area which would also take it closer to the center of the spinning disk where its speed is greater than the surrounding points. It would appear to move to the east. With A moving to the west and B moving to the east the line from A to B is rotating counterclockwise.</span>
Analyzing a biomolecule X, a scientist verifies that it is made up of Carbon, Hydrogen, Oxygen and Nitrogen, in addition to releasing water when it joins with other similar molecules to form polymers. Considering these antecedents, it can be inferred that biomolecule X corresponds to: A Steroids B fatty acid C nucleotide D amino acid E monosaccharide (for people who dont speak spanish)
ok you answer is probably A
if wrong C maybe
~hope~
Answer:
we know that it was the vinegar and baking soda because gas had been created, the gas was held within the bubbles. the gas that was created was called Carbon Dioxide or CO2