Given that E°cell = {V} V for the reaction 2 X (s) + F2 (g)…

Given that E°cell = {V} V for the reaction 2 X (s) + F2 (g) → 2 F – (aq) + 2 X + (aq), what is the standard potential for the half reaction of that cell below? Do not assume the reaction is spontaneous.  It may be but don’t assume. X (s) → X + (aq) + e –  For full credit Report your answer to 3 decimal places. Include the correct unit. Additional Information you may need for this problem: Assume standard conditions Assume this Ered value for F2/F- even though it is not the value on your chart:  {F} V.

A certain reaction is first order. Starting with {M0} M you…

A certain reaction is first order. Starting with {M0} M you find that the concentration is {Mt} after {t} minutes. What is the half life of this reaction in minutes? For full credit Report your answer rounded to two decimal places.  Ex:  3.210 = 3.21 Include the correct unit.  

Program 3 Directions Names.txtJoseph smitheLiza roxcY SnowJo…

Program 3 Directions Names.txtJoseph smitheLiza roxcY SnowJoseph FIelding SmithEmMa HalE Smithjoseph Fielding SmIthDavid OMAN McKayLIndA KjaR burToN Write a program that opens the above file, Names.txt, for reading, and writes an alphabetized list of the names to a new file, alpha_names.txt. Above, we show several lines of Names.txt, but in practice, the file may be much longer. All names in the output file should be uppercase. Make sure you read from input and output files as specified on the command line. Complete this program, Exam 2 Part 2: Question 3, on CodeBuddy. Here is an example of the correct output for the file above (again, any case—upper, lower, or mixed—is correct): alpha_names.txtDAVID OMAN MCKAYELIZA ROXCY SNOWEMMA HALE SMITHJOSEPH FIELDING SMITHJOSEPH FIELDING SMITHJOSEPH SMITHLINDA KJAR BURTON We will execute your code with the following command (or something similar): python studentcode.py Names.txt alpha_names.txt  As always, make sure to use system arguments to get the file names or your program will fail.