3 - Names of Molecular Compounds(5pts)Complete the table with the name for the compounds. (18pts)Complete the molecular compound structure table and upload an image of the completed table here.
Question 14 The creep rupture envelope are used to select and predict? Mark all that apply. safe loads acceptable temperatures 0.2 pts O acceptable time of imposed laods/nQuestion 7 The creep is a function of the followings: polymer properties exposue to sun light exposure time to a load exposure temperature applied load 0.2 pts environmmental factors/nD Question 15 0.1 pts The Boltzmann superposition principle states that the response of a polymer to a given load is dependent of the response of the polymer to any load, which is already imposed on the polymer. O True O False/nQuestion 10 Polymers creep below their yield point and but recover after the load is removed. O True 0.1 pts O False/nQuestion 5 In the case of polymers and their creeping, it is necessary to consider? Mark all that apply. temperature applied load time 0.2 pts O UV radiation
Why was this particular molecule selected among other candidates? Why is this molecule better/different from competitors? What parameters were important in the selection process?
Complete ALL questions below and upload your answers under the assignment for this unit. You can either print out the document and answer on the sheet, or answer on separate paper. Once you've finished, either scan or clearly photograph your answers to upload them. 1. The iPhone Effect Researchers wanted to investigate whether the presence of mobile phones influences the quality of in-person social interactions. In a field experiment, 100 pairs of participants were observed during the course of a 10-minute conversation. The researchers recorded whether participants placed a mobile phone on the table or held it in their hand. The researchers measured the level of connectedness and empathetic concern at the end of the conversation for those with a mobile phone present and those where it was absent. (Source: adapted from Mirsa et al. (1999)) a) State a null hypothesis and a two-tailed (non-directional) alternative hypothesis for the iPhone effect study. b) Explain why the experimental/research design used in the iPhone effect study was appropriate. Page 1 Question 1 is continued overleaf/nStatistical research c) Explain one strength of using a field experiment for this study. The total word limit for question 1 is 250 words. This does not include calculations.
1. (14 total points) Suppose a consumer has a utility functiongiven by U(X,Y)= MIN(X, 3Y). The consumer has $60 to spend(M = $60). The Price of Good Y is Py = $1.a) (10 points) Draw the consumer's Price Consumption Curve forthe following prices for Good X: Px = $1, Px = $2, Px = $3. Foreach set of prices, make sure to accurately draw each budgetconstraint, and also identify the consumer's optimal bundle oneach budget constraint. Make sure your graph is neat, accurate,scaled properly, and fully labeled to receive full credit.b) (4 points) Using a graph, sketch the consumer's demand curvefor Good X. Make sure to identify three points on the demandcurve. Make sure your graph is neat, accurate, scaled properly, andfully labeled to receive full credit.
Use the outreg2-command to generate an Excel table called "2a" containing all results from the loops below. Do not report the constants in the output table. /* Code: */ local Controls "i.country_survey left right male young children_dummy rich university_degree immigrant moved_up" eststo clear foreach var in budget_health budget_defense { eststo: xi: reg `var' q1_to_q1 `Controls' } foreach var in budget_health budget_defense { eststo: xi: reg `var' q1_to_q5 `Controls' }