True because it has more power than coal burning
One way is, we as humans find seminary attractive because it indicates the person has good genes.
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;
}
Answer : 42.3 ml of a 0.266 M solution are required.
Solution : Given,
Molarity of solution 1 = 0.266 M
Molarity of solution 2 = 0.075 M
Volume of solution 2 = 150 ml = 0.150 L (1 L = 1000 ml)
Formula used :
where,
= Molarity of solution 1
= Molarity of solution 2
= Volume of solution 1
= Volume of solution 2
Now put all the given values in above formula, we get
(1 L = 1000 ml)
Therefore, 42.3 ml of a 0.266 M solution are required.
Answer:
17.2 moles of Iron are required
Explanation:
Based on the chemical reaction:
2Fe + 3S → Fe₂S₃
<em>2 moles of Fe react with 3 moles of S to produce 1 mole of Iron (III) sulfide</em>
<em />
Assuming and excess of sulfur, if we want to obtain 8.6 moles of Fe₂S₃ are required:
8.6 moles Fe₂S₃ * (2 moles Fe / 1mol Fe₂S₃) =
<h3>17.2 moles of Iron are required</h3>