
Question. Draw the hydrogens at the nine functions at the end of the highlighted bonds in...
QUESTION 19 For which one of the structures A, B, C or D given below will there be no preferred conformer? Hint: It is highly recommend that you draw out both conformers when attempting this question but if you think carefully, you may rule out two structures right away... Br Bry CI СІ structure B structure C structure D structure A 1. structure A 2. structure 3. Structure D 4. Structure B QUESTION 20 1 points The structure given below...
Draw trans-1-ethyl-3-methylcyclohexane in its lowest energy conformation. Choose a chair from the Templates toolbar at the bottom. Make sure it’s the appropriate chair, including any heteroatoms. Replace the appropriate hydrogens with the appropriate −CH3 or other groups. Important: Never delete the hydrogen atoms or bonds in the ring or directly attached to the ring. Also, do not try to move them by drag and drop. These actions will break the chair conformation structures. Just replace them! If you are told...
Write a C++ code based this question n this assignment you will create three additional functions for each one of the data structures created in class. You will be provided with a header file which you will modify and a demo program for each data structure. If your functions are implemented correctly the demo programs should compile and execute correctly. Part 0 (Comments) 1. Over the course of the semester we have discussed comments for each data structure. Please add...
Question: Apply the reduction formula to identify the
irreducible representations spanned by the four CO bonds in IV and
V. Show your working.
I have attached the reducible formula along with structures
for IV and V
Please help. Thank you.
The reduction formula The reduction formula gives us a "handle turning" procedure for reducing the representation spanned by a set of basis functions. The formula looks abstract and somewhat impenetrable when first encountered, but is actually quite simple to use...
2-methylocta-4,6-dien-1-amineAssignment 1: Draw your molecule from IUPAC
name Using the given IUPAC name, draw your molecule Complete the cover page (p.1) of your portfolio with the
following:o Structural formula of the moleculeo IUPAC name Use a thin, clear binder or report cover to protect the
portfolio Submit the following in the binder:o Cover page as described above (page 1)Assignment 2: Formula, Molar Mass and Functional
Groups On a page titled Expanded Structural Formula draw the expanded
structure of themolecule.o Show...
need help figuring my unknown and answering these questions
please number every question and explain...studying for exam next
week.
Transmittance 4000 3500 3000 1500 1000 2500 2000 Wavenumbers (cm-1) 500 C:47.358 H:10.598 0:42.06% N:08 X:08 0 10 Solvent We were unable to transcribe this imageMS Analysis When labeling a signal, make sure you are clear which specific one you are labeling (there may be several that are dose! When drawing a structure for a signal, draw directly on the MS...
MATLAB question: I have written a code to solve for a metals resitance. Here is the problem statement: Part 1 (Algorithms) – due Friday: Think about how you might solve the problem of calculating the resistance of a given group of metals depending on the type of metal, the length of the wire and the area of the wire (if given the diameter only – so you must calculate the area). Write instructions (an algorithm) for a script that behaves...
This assignment focuses on writing functions. These functions will be used to make the structure of the program cleaner and clearer. They will use parameters. There is no need to use return values in the core of this assignment. (The challenge option might be easier if you use return values. For more information, see section 5.7 in the text.) Overview The children's song that we'll work on is "Old McDonald". In case you aren't familiar with it, here are a...
Description Create a polynomial class with linked lists and implement some basic functions. Specifications Polynomials are stored in a linked list of Term objects (two classes: Polynomial and Term). Term objects have two data fields: coefficient and exponent, both positive integers. Polynomial will have some methods that create linked list functionality, but not all list operations are needed; include only those used by this program. Do not use a separate linked list class. The list will be non-circular. Make a...
I need this in C++. This is all
one question
Program 2: Linked List Class For this problem, let us take the linked list we wrote in a functional manner in a previous assignment and convert it into a Linked List class. For extra practice with pointers we'll expand its functionality and make it a doubly linked list with the ability to traverse in both directions. Since the list is doubly linked, each node will have the following structure: struct...