What are the different types of psychoeducation and psychotherapeutic clinical group therapies often used in treatment of substance use disorders? How would the prescreening process for referrals look different for each? If you determined a client needed a referral for an alternative treatment, how would you describe the referral process and complementary treatment alternatives?
In: Psychology
Discuss the major findings/rulings and selection/recruitment implications of the following select court cases.
*Griggs v. Duke Power (1971)
*US v. Georgia Power (1973)
*Spurlock v. United Airlines (1972)
*Watson v. Fort Worth Bank and Trust (1988)
*Rudder v. District of Columbia (1995)
*Frank Ricci et al. v. Hohn DeStefano et al. (2009)
*OFCCP v. Ozark Airlines (1986)
*Gross v. FBL Financial Services (2009)
In: Operations Management
Problems 1 and 2 require the use of Excel’s “Solver” add-in.
This may not be immediately available on your installation of
Excel. To get to “Solver”, you want to click on “Add-Ins” under in
the “Developer” tab (or sometimes “Add-Ins” appears as a tab of its
own). In “Add-Ins”, click the box to enable the “Solver Add-in”.
“Solver” should then appear under the “Data” tab (probably on the
far right). Alternatively you may be able to click on the Solver
add-in through the sequence "File" "Options" "Add-ins", then at the
bottom, for Manage: Excel Add-ins, click "Go". There you can click
on "Solver" and "Ok". If you do not have the “Developer” tab, you can add it to your ribbon. From “File” or “Home”, click on “Options”, where you can click on “Customize Ribbon”, in which you can click on “Developer”. A bond with face value $1364 and a term of 12 years pays quarterly coupons of 12% per annum. The bond is offered at a price of $1751. You are to enter the above values into a spreadsheet, along with - an initial wild guess at what the yield would be, and - a calculation of the bond price using your guess as the yield. |
(a) | Use Excel’s “Solver” (which is different from “Goal Seek”) to solve for the actual yield that produces the correct bond price. Take a screen shot of your computer with “Solver” open showing clearly the entries that you put into Solver. Paste the screen shot into an application (like Paint), and save it as a (.png) file. Upload your screenshot below. |
(b) | What is the yield calculated by Solver? |
In: Finance
explain the story of us, now and why as it applies to transformational leadership.
In: Operations Management
Discuss about the importance of BC/DR Maintenance.1-2 paragraphs max
In: Operations Management
In: Economics
Let X have a beta distribution with parameters (a,b). Derive a formula for E(X^r) and from this find the mean and variance.
In: Math
On January 2, 2018, Baltimore Company purchased 18,000 shares of the stock of Towson Company at $12 per share. Baltimore obtained significant influence as the purchase represents a 35% ownership stake in Towson Company. On August 1, 2018, Towson Company paid cash dividends of $19,000. Baltimore Company intended this investment to a long-term investment. On December 31, 2018, Towson Company reported $55,000 of net income for FY 2018. Additionally, the current market price for Towson Company's stock increased to $18 per share at the end of the year. Use this information to determine, how much Baltimore Company should report for its investment in Towson Company on December 31, 2018. (Round to the nearest dollar.)
In: Accounting
BASES OF BEHAVIOR SHORT ESSAY WORKSHEET
BACKGROUND:
In Chapter 2 of your textbook, the textbook authors discuss the contemporary perspectives on abnormal behavior. These are different points of view about why people do what they do. Each of the perspectives focuses upon a specific basis (source) of behavior. Each source is considered the main factor in determining abnormal behavior.
There are 7 perspective that are mentioned in Chapter 2, the Biological Perspective, the Psychodynamic Perspective (Models), the Learning-Based Perspective (Models), the Humanistic Perspective (Models), the Cognitive Perspective (Models), the Sociocultural Perspective, and the Biopsychosocial Perspective.
The objective of this assignment is to have you write two to three sentences about each of these 7 perspectives, or points of view about the fundamental causes of abnormal behavior. In just two to three sentences, identify the basic factors (sources) considered to cause abnormal behavior. Your work will be a measure of how well you understand the different sources (causes) of abnormal behavior.
DIRECTIONS:
Refer to the worksheet below these directions as you study them.
1. On the worksheet below write two to three sentences beside each psychological perspective, accurately identifying the factors said to be the cause of abnormal behavior.
You will earn (2 points) for your accurate remarks about each of these 7 perspectives. (all together 14 possible points)
2. You will earn an additional (1 point) if you download and save JUST THE PORTION OF THIS WORKSHEET BELOW FROM THE WORDS “STUDENT‘S NAME” AND CONTINUING TO THE END OF THE WORKSHEET, AND do your work on that portion of this worksheet you saved, AND submit your completed work through the Wk4 Bases of Behavior Short Essay Submission Link no later than its deadline.
If Moodle is not working properly, you may email your completed worksheet to me at [email protected] to avoid missing its deadline.
3. You can earn a maximum of 15 points for this assignment. The point value for each of the required elements in this assignment is listed in the parenthesis beside each element below.
STUDENT’S NAME:
THE WORKSHEET:
Beside each of the following 5 psychological perspectives, write two to three sentences accurately describing the factors considered to be the causes of abnormal behavior.
(2 points) 1. Biological Perspective –
(2 points) 2. Psychodynamic Perspective (Models) –
(2 points) 3. Learning-Based Perspective (Models) –
(2 points) 4. Humanistic Perspective (Models) –
(2 points) 5. Cognitive Perspective (Models) –
(2 points) 6. Sociocultural Perspective –
(2 points) 7. Biopsychosocial Perspective –
In: Psychology
Daniel Jones owns and managers Daniel's Restaurant, a 24-hour restaurant near a local hospital. Daniel employs 9 full-time employees and 16 part-time employees. He pays all of the full-time employees by check, the amounts determined by Daniel's bookkeeper, Gina. Daniel pays all of his part-time employees in currency. He computes their wages and withdraws the cash directly from his cash register.
Gina has repeatedly urged Daniel to pay all of his employees by check. But, as Daniel has told his friend who owns a similar business, "My part-time employees prefer the currency over a check. Also, I don't withhold or pay any taxes or worker's compensation insurance on those cash wages because they go totally unrecorded and unnoticed."
Questions -
1. What are the legal and ethical considerations regarding Daniel's handling of his payroll?
2. What are Gina's ethical responsibilities?
3. What are the implications for Daniel’s employees?
Also, cite a reference that you used to prepare your response.
In: Operations Management
Multidimensional Arrays
Design a C program which uses two two-dimensional arrays as
follows:
- an array which can store up to 50 student names where a name is
up to 25 characters long
- an array which can store marks for 5 courses for up to 50
students
The program should first obtain student names and their
corresponding marks for a requested number of students from the
user. Please note that the program should reject any number of
students that is requested by the user which is greater than 50.
The program will compute the average mark for each course and then
display all students and their marks, as well as the average mark
for each course.
A sample output produced by the program is shown below, if assumed
that the user entered marks for 4 students. Please note that the
computation of the average mark for each course should use type
casting.
Student PRG DGS MTH ECR GED
Ann Smart 93 85 87 83 90
Mike Lazy 65 57 61 58 68
Yo Yo 78 65 69 72 75
Ma Ma 84 79 83 81 83
AVERAGE 80.0 71.5 75.0 73.5 79.0
It is required to submit your source code file, i.e. Lab5.c file as
well as a file with your program's run screen captures.
In: Computer Science
The following data relate to the operations of love Company, a wholesale distributor of consumer goods:
Current assets as of March 31: | ||
Cash | $ |
9,200 |
Accounts receivable | $ |
26,800 |
Inventory | $ |
49,800 |
Building and equipment, net | $ |
104,400 |
Accounts payable | $ |
29,925 |
Common stock | $ |
150,000 |
Retained earnings | $ |
10,275 |
The gross margin is 25% of sales.
Actual and budgeted sales data:
March (actual) | $ | 67,000 |
April | $ | 83,000 |
May | $ | 88,000 |
June | $ | 113,000 |
July | $ | 64,000 |
Sales are 60% for cash and 40% on credit. Credit sales are collected in the month following sale. The accounts receivable at March 31 are a result of March credit sales.
Each month’s ending inventory should equal 80% of the following month’s budgeted cost of goods sold.
One-half of a month’s inventory purchases is paid for in the month of purchase; the other half is paid for in the following month. The accounts payable at March 31 are the result of March purchases of inventory.
Monthly expenses are as follows: commissions, 12% of sales; rent, $4,000 per month; other expenses (excluding depreciation), 6% of sales. Assume that these expenses are paid monthly. Depreciation is $783 per month (includes depreciation on new assets).
Equipment costing $3,200 will be purchased for cash in April.
Management would like to maintain a minimum cash balance of at least $4,000 at the end of each month. The company has an agreement with a local bank that allows the company to borrow in increments of $1,000 at the beginning of each month, up to a total loan balance of $20,000. The interest rate on these loans is 1% per month and for simplicity we will assume that interest is not compounded. The company would, as far as it is able, repay the loan plus accumulated interest at the end of the quarter.
Required:
Using the preceding data:
Prepare a balance sheet as of June 30.
In: Accounting
Using Maxwell's equations and the variety of forms, how do you think that such a wave can self-propogate without a constant source of radiation?
In: Physics
Multidimensional Arrays
Design a C program which uses two two-dimensional arrays as
follows:
- an array which can store up to 50 student names where a name is
up to 25 characters long
- an array which can store marks for 5 courses for up to 50
students
The program should first obtain student names and their
corresponding marks for a requested number of students from the
user. Please note that the program should reject any number of
students that is requested by the user which is greater than 50.
The program will compute the average mark for each course and then
display all students and their marks, as well as the average mark
for each course.
A sample output produced by the program is shown below, if assumed
that the user entered marks for 4 students. Please note that the
computation of the average mark for each course should use type
casting.
Student PRG DGS MTH ECR GED
Ann Smart 93 85 87 83 90
Mike Lazy 65 57 61 58 68
Yo Yo 78 65 69 72 75
Ma Ma 84 79 83 81 83
AVERAGE 80.0 71.5 75.0 73.5 79.0
It is required to submit your source code file, i.e. Lab5.c file as
well as a file with your program's run screen captures.
In: Computer Science
In: Operations Management