Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

-----EDITOR WINDOW-----

clc;
disp('Courses in Chemical Engineering: Problem Solver');
choose=input('\n 1. Analytical Chemistry \n 2. General Chemistry \n 3. Physical
Chemistry \n 4. Physics for Engineers \n 5. Chemical Engineering Thermodynamics \n
Choose 1,
2, 3, 4, and 5: ');
switch(choose)
case 1
identify=input('\n 1. 15.7 g of water contains____________ moles of water. \n 2.
What is the concetration of a 300g sample the 50g substance in ppm? \n 3. Convert
mass of solute to mole. Determine the mole of solute if 35g of Oxygen gas(MM=
32) \n Choose 1, 2, or 3: ');
switch(identify)
case 1
ANACHEM_1
case 2
ANACHEM_2
case 3
ANACHEM_3
end
pick=input('\n Do you want to continue? \n 1. Yes or 2. No \n Choose 1 or
2: ');
switch(pick)
case 1
CHE_PROBLEMS
case 2
end
case 2
identify= input('\n 1. Find the density of 46 kg in 1000 m^3 of Carbon
Tetrachloride. \n 2. 'what is the pressure exerted by an object with 40N with an
area of 5m^2') \n 3. At what temperature will
0.654 mole of neon gas occupy 12.30 liters at 1.95 atmospheres? \n
Choose 1, 2, or 3: ');
switch(identify)
case 1
GENCHEM_1
case 2
GENCHEM_2
case 3
GENCHEM_3
end
pick=input('\n Do you want to continue? \n 1. Yes or 2. No \n Choose 1 or
2: ');
switch(pick)
case 1
CHE_PROBLEMS
case 2
end
case 3
identify= input('\n 1. The bar is a unit of pressure defined as 1.00 � 105 N/m^2.
What is the equivalent of a bar in units of mm Hg? \n 2.
If the temperature of the air in a chemistry laboratory is ambient (77�F), what is
the equivalent scale in Celsius? \n 3. A sample of an ideal gas at 300 K and 0.5
atm occupied a volume of 0.492 liters. What was the number of moles of gas in this
sample? (R = 0.082 liter atm/mole*deg). \n Choose 1, 2, or 3: ');
switch(identify)
case 1
PHYCHEM_1
case 2
PHYCHEM_2
case 3
PHYCHEM_3
end
pick=input('\n Do you want to continue? \n 1. Yes or 2. No \n Choose 1 or
2: ');
switch(pick)
case 1
CHE_PROBLEMS
case 2
end
case 4
identify= input('\n 1. A crate is moved across a frictionless floor by a rope that
is inclined X degrees above horizontal. The tension in the rope is Y Newtons. How
much work is done in moving the crate Z meters? \n 2. What is the distance of car
x for velocity and y time? \n 3. Upton Chuck is riding the Giant Drop at Great
America. If Upton free falls for 2.60 seconds, how far will he fall? \n Choose 1,
2, or 3: ');
switch(identify)
case 1
PHYSICS_1
case 2
PHYSICS_2
case 3
PHYSICS_3
end
pick=input('\n Do you want to continue? \n 1. Yes or 2. No \n Choose 1 or
2: ');
switch(pick)
case 1
CHE_PROBLEMS
case 2
end
case 5
identify= input('\n 1. Find potential energy of an object that weighs 30kg 2 meters
above the ground. \n 2. 'Find heat of the system if work done by the system is 45J
and change of energy is 60J' \n 3. 'Convert 35 C to Kelvin \n
Choose 1, 2, or 3: ');
switch(identify)
case 1
THERMODYNAMICS_1
case 2
THERMODYNAMICS_2
case 3
THERMODYNAMICS_3
end
pick=input('\n Do you want to continue? \n 1. Yes or 2. No \n Choose 1 or
2: ');
switch(pick)
case 1
CHE_PROBLEMS
case 2
end
end

You might also like