Admission essay

Project description
To create a positive learning environment in any setting , it is important to have a strong set of community values. Please describe a set of community values or central tenets that you believe should guide participants in an online learning community.

400-600 words-

First, acquaint yourself with the Internet subsidy issue by reading the article by Austan D. Goolsbee and Jonathan Guryan.Next, download the file . Based on the findings as reported in this article, prepare a chart similar to the one in the downloaded file to indicate if the correlation between Variables A and B were found to be positive, negative, or minimal.In your own words, explain what it means if the correlation of 2 variables is positive, negative, or minimal (close to 0), and give an example of each.

Pharmaceutical Health Services

The final paper will be on a topic of your choice relating to health services. You are provided a list below of topic options to help you along, but you are not restricted to the list of topics I have provided. Any topic relating to health services is acceptable, but must be approved. You should cite 1 or more journal articles or other relevant literature.
Specifications: 3-4 pages, 12 Font, Arial, Double Spaced (700 Words)
Paper Topic:
Pharmaceutical Health Services
The paper is meant to be an essay describing a health services area, current problems it faces, and recommendations you have for improvement. Please include the following sections:

I. Background: Describe the characteristics and/or history of the health services area in the U.S.
Questions to help you along:
Which populations utilize these services?
What has been done to improve the area in the past?
Have there been declines or improvements in quality, access, or cost in the health services area over time? What were the causes/reasons?
How has this area changed in other ways over time?

II. Current Issues: Describe current problems, challenges and issues facing the health services area.
Questions to help you along:
Are there currently problems with access, availability, and/or affordability in this health services area? If so, which populations are impacted most?
Is there sufficient funding? What are the major issues with cost?
How is current national policy impacting the health services area?

III. Policy Recommendations: Provide recommendations for addressing the issues described above.
Questions to help you along:
What changes to the health system are needed to address the problem(s) within this health services area?
How can barriers to access to this health service be addressed?
What can policy makers do to address the problem(s)? If you were a policy maker, how would you address the problem?

IV. Conclusion: Summarize your paper and give your final thoughts.
Questions to help you along:
Do you think it is realistic that these problems will be resolved?
Why do you think these problems havent been resolved already?
Any additional thoughts?

SS144 Assignment Unit 9

The Unit 9 Assignment challenges you to apply the three major theoretical perspectives of sociology to analyze the effects of population changes on the environment. For this Assignment, you will write a 3 to 5 page essay with the following elements:The essay should be written in a logical, coherent, and organized manner using APA formatting and citation style. Include a title page, 3–5 pages of written text, and a Reference page.Submit your completed Assignment to the Unit 9: Assignment Dropbox by the end of the unit.

i have 5 questions i just need you to answer them

Project description
You may need to do research on the internet to get the necessary information.

Q1 What portion (%) of the outstanding US Treasury securities is held by the Federal Reserve on its balance sheet in 2016 as result of quantitative easing?

How did you arrive at your answer? Identify the source of data.

Q2 What portion of its assets (%) does a typical US University/College Endowment allocate to fixed income assets?

How did you arrive at your answer? Identify the source of data.

Q3 What portion (%) of the overall US fixed income market is constituted by High Yield corporate bonds?

How did you arrive at your answer? Identify the source of data.

Q4 Over the past 20 years, what was the largest increase in 10-year UST yield over a 12-month period (in basis points), and when did this rate increase happen?

What is the source of your data/calculation?

Q5 What is your estimate for the correlation between total returns of US Treasuries and US Equities?

How did you arrive at your answer?

 Effective communication skills are essential in the workplace

 Effective communication skills are essential in the workplace. Some businesses invest in training their employees on how to effectively communicate, because effective communication skills go beyond conversations. Employees must know how to express business issues effectively when writing reports and emails. Understanding the benefits of effective communication helps businesses to develop a workforce that is able to communicate effectively with coworkers, customers, and suppliers and increase productivity.Write a one to two (1-2) page paper in which you:Your assignment should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides. Your assignment should follow these formatting requirements:Page One (1):Pages Two (2) and Three (3):

POS 111 Spring 2016 Final Exam

Project description
Please only use the textbook (We the People: 9th Edition. Ginsberg, Lowi, Weir and Spitzer) . No grammatical errors, proper citation, no title page is needed.

Please answer each question as a 1st person, you are a part of the scenario. Be very thorough with your answers, define terms as needed and use strong analysis to support answer.

1. You are a member of the Constitutional Convention in Philadelphia during the summer of 1789. Explain the creation of the constitution, why we decided to write a new constitution instead of amending the Articles of Confederation along with explaining the main components of the 7 articles. Also, explain in detail the compromises that were made to insure the ratification of the constitution by the state governments.

2. You are a campaign manager for the elections in 2016. Create a campaign platform for a candidate of your choosing (real or fictional), include your understanding of how the media, political parties, interest groups, personal voting preferences and your own political ideology affects the creation of this platform and a brief explanation of why your candidate will be successful.

3. You are a member of the Senate. Explain in detail the relationship between the executive branch, the judicial branch and the legislative branch when it comes to social and domestic policy. What are the checks and balances that are used during passage of such policy? Now, explain the same relationship between the branches through the creation of foreign policy. Again demonstrate understanding of the checks and balances system and include a brief explanation of the differences between domestic and foreign policy.

Question 1 = Part 1 in book
Write from perspective of a member of the constitutional convention
Why are you there?
How did we get to this point?
How did we form our government?
What compromises did we make?

Question 2 = Part 2 in book
Write from perspective of campaign manager
How do you deal with media?
PACS
How to use interest groups?
Campaign laws
Polls

Question 3 = Part 3 in book
Write from perspective of Senator
Foreign policy
Domestic policy
How does a bill become a law?
Constitutional?
How does the government function from the Senates perspective

Python homework

Use these libraries and global variables that should remain immutable (they’re “constants”) – you MUSTuse these constants in your code so if they’re changed, everything will still work as it should. Your codeshould handle four 20-sided die rolled nine times per test just as easily as five 6-sided die rolled threetimes per test Define a class called 3 (singular for “dice”) that will have the following methods:++ ++0    %) (+%+        1 creates a 3 object with the given number of sides (forexample, +53061 a “normal” 6-sided die, or +5301 for a gamer’s 20-sided die.It should even be able to handle an odd number, such as a 17-sided die! We are not limited by the needfor physical symmetry here. (0    %1 will roll the 3 based on the number of sides and assigns the value rolled to a “hidden”variable – a positive integer from 1 to the number of sides. For example, a 6-sided 3 will generate andreturn a value from 1 to 6. Hint: ( ( 0)1 will generate a random integer whosevalue is equally likely to be any integer from 1 through 100, including both 1 and 100.0    %1 will return an integer, the current value of the die as it was last rolled. If the die hasnever been rolled, it should return a value of .Also, in your “main” code at the bottom of the Python module, write Python code to create a list called+. whose items are 3 objects. This +. list will represent the dice in your mainexecutable code, and must match the requirements for the +. parameter for the pre-writtenfunctions.Part IIUsing 3 objects as defined above, you will define the function called +>0+.1(much like + 01 in the previous project), that will perform the simulation as specifiedbelow.The function will return =( if the outcome is a Yahtzee, and ‘    if it is not.In the game of Yahtzee, a player rolls dice. In your function, the player will try to get a Yahtzee byfollowing these rules:(1) For the first roll, roll all the dice(2) Determine which value is on the most dice, and set those dice aside so they won’t be re-rolled(3) Re-roll all the dice that weren’t set aside(4) Repeat steps (2) and (3) until you’re out of rolls (in Yahtzee, it’s a maximum of 3 rolls)(5) If, after the rolls, all the dice have the same value, you have a Yahtzee! If not, then you don’t.Consider the following code to print the values of all your dice to the screen. The parameter +.is a list of 3 objects – notice how each die is represented by    ^^ this is part of the homework, if u r intrested please let me know thank you