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:
Explanation:
first, you calculate the amount of O2 in moles:
98.0 ÷ 32 = 3.0625
second, the ratio if O2/C3H8 is 5 so you need to calculate O2 in moles with that:
3.0625 ÷ 5 = 0.6125
third, the amount of CO2 in moles also can be calculate by the ratio of C3H8/CO2 which is 3
0.6125 × 3 = 1.8375
then multiply CO2 in moles by its molar mass which is 44 g/mol
1.8375 × 44 = 80.85g
The information that should be added to the chart in order to find out who ran a greater distance is THE UNITS USED TO MEASURE DISTANCE EACH DAY.
In science, the use of units if very important and each record made must be accompany with relevant units that are appropriate for the measurement taken. If units are not used along with data, it will be very difficult to quantify the values that are recorded. Scientists all over the world use SI units in their works in order to ensure uniformity.
Hello there.
<span>Which VIIA element doesn't have stable isotopes in nature?
</span>Db. At
There are 26 electrons in the nickel ion in the compound NiS.
<h3>How many electrons does the nickel ion contain in the compound NiS?</h3>
The number of electrons in a neutral Nickel atom is obtained from the atomic number of Nickel.
The atomic number of Nickel is 28, therefore, the neutral nickel atom has 28 electrons.
In the compound NiS, nickel atom loses two electrons to to form the nickel ion.
Number of electrons left = 28 - 2 = 26
Therefore, there are 26 electrons in the nickel ion in the compound NiS.
In conclusion, nickel atom loses two electrons to form nickel ion in NiS.
Learn more about electrons at: brainly.com/question/860094
#SPJ1