In: Mechanical Engineering
An ideal gas (which is is a hypothetical gas that conforms to the laws governing gas behavior) confined to a container with a massless piston at the top. (Figure 2) A massless wire is attached to the piston. When an external pressure of 2.00 atm is applied to the wire, the gas compresses from 6.40 to 3.20 LL . When the external pressure is increased to 2.50 atmatm, the gas further compresses from 3.20 to 2.56 LL .
In a separate experiment with the same initial conditions, a pressure of 2.50 atm was applied to the ideal gas, decreasing its volume from 6.40 to 2.56 LL in one step.
If the final temperature was the same for both processes, what is the difference between q for the two-step process and q for the one-step process in joules?
Express your answer with the appropriate units.
In: Chemistry
A number between 1 and 100 including 1 and 100 is drawn at random. Answer the following questions:
In: Statistics and Probability
A distillation column with a total condenser and a partial reboiler is separating ethanol and water at 1 kg/cm2 pressure. Feed is 32.0 mol% ethanol and is at 30°C. Feed flow rate is 100.0 kmol/h. The distillate product is a saturated liquid, and distillate is 80.0 mol% ethanol. The condenser removes 2,065,113 kcal/h. The bottoms is 4.0 mol% ethanol. Assume that CMO is valid. Find the number of stages and the optimum feed stage location. Data: CPL,EtOH = 24.65 cal/(mol°C) at 0°C. The enthalpy-composition diagram is given in Figure 2-4, and the y-x diagram is in Figure 2-2.
In: Other
In: Statistics and Probability
write on eclipse java
Create a second class named Card with the following:
Also print cardSuite
***** *****
* 2 * * Q * etc….
***** *****
Back in the main class:
In: Computer Science
In 1956, Frank Lloyd Wright proposed the construction of a mile-high building in Chicago. Suppose the building had been constructed. Ignoring Earth's rotation, find the change in your weight if you were to ride an elevator from the street level, where you weigh 757 N, to the top of the building.
In: Physics
write a c++ member function that removes the first instance of a specific element in a linked list and then return the size of the list after the removal whether it was successful or not.
In: Computer Science
4. The rate with which enzymes can transform a substrate varies from enzyme to enzyme, and sometimes substrate to substrate. a) How are competitive and uncompetitive reversible inhibition similar? How is their effect on rate different? b) Enzyme reaction rates drop off dramatically as temperatures pass 50 °C or so, and do not return to their previous rate when cooled. Explain the drop off in activity and the lack of return to the previously higher reaction rates after heating. c) Pepsin is an enzyme that participates in digestion in the stomach, whereas trypsin is an enzyme that participates in digestion in the small inestines. Pepsin has the highest turnover number at around pH 2, whereas trypsin has the highest turnover number around pH 8. Explain this difference.
In: Chemistry
IN C++
Write a program that prompts the user to enter the number of students and each student’s name and score, and finally displays the student with the highest score (display the student’s name and score). Also calculate the average score and indicate by how much the highest score differs from the average. Use a while loop.
Sample Output
Please enter the number of students:
4
Enter the student name:
Ben Simmons
Enter the score:
70
Enter the student name:
Carson Wentz
Enter the score:
80
Enter the student name:
Joel Embiid
Enter the score:
90
Enter the student name:
Bryce Harper
Enter the score:
75
Joel Embiid
score is 90
the average is 78.75
the difference is 11.25
Press any key to continue . . .
In: Computer Science