Discuss the benefits and the cost of increased risk retention?
In: Finance
1. Combustion analysis of 0.150 g of an unknown compound containing carbon, hydrogen, and oxygen produces 0.343 g CO2 and 8.76×10−2 g H2O. What is the empirical formula of the compound?
2. If the molar mass is 770.8 g/mol what is the molecular formula?
In: Chemistry
Compare the specific design characteristics of formalization, centralization, employee kill level, span of control, and communication and coordination for routine technology and nonroutine tasks.
In: Operations Management
1. Which tag do you use to access an external style sheet? *
a) <a>
b) <head>
c) <style>
d) <link>
2. Which of the following CSS properties below specifies the name of the font to use? *
a) font-face
b) font-type
c) font-family
d) font-use
3. Choose the INVALID value for the area element’s shape attribute. *
a) square
b) rect
c) circle
d) poly
4. Which of these CSS properties DOES NOT have the top, right, left, and bottom specification? *
a) margin
b) border
c) padding
d) None of the above
c) circle
d) poly
5. The hover pseudo-class gives the author access to text styling under which situation? *
a) When the mouse is over an element.
b) When the mouse moves off of an element.
c) When the mouse is to the left of an element.
d) None of the above
6.CSS inline style requires _________ style in order to declare an individual element’s format. *
a) attribute
b) behaviour
c) tag
d) None of the above
7.Select the CORRECT CSS property in order to set image.jpg as the background image. *
a) background-image:url[image.jpg];
b) bground-image:url[image.jpg];
c) background-image:url(image.jpg);
d) bground-image:url(image.jpg);
8. In __________ positioning, elements are positioned relatively to other elements.
a) relative
b) absolute
c) surface
d) dynamic
In: Computer Science
What is the source of profit in capitalism? What are the primary ways to increase surplus value in the capitalist system?
In: Economics
Minion, Inc., has no debt outstanding and a total market value of $211,875. Earnings before interest and taxes, EBIT, are projected to be $14,300 if economic conditions are normal. If there is strong expansion in the economy, then EBIT will be 20 percent higher. If there is a recession, then EBIT will be 35 percent lower. The company is considering a $33,900 debt issue with an interest rate of 6 percent. The proceeds will be used to repurchase shares of stock. There are currently 7,500 shares outstanding. Assume the company has a market-to-book ratio of 1.0 and the stock price remains constant
. a-1. Calculate return on equity, ROE, under each of the three economic scenarios before any debt is issued, assuming no taxes. (Do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)
a-2. Calculate the percentage changes in ROE for economic expansion or recession, assuming no taxes. (A negative answer should be indicated by a minus sign. Do not round intermediate calculations and enter your answers as a percent rounded to the nearest whole number, e.g., 32.)
b-1. Calculate return on equity, ROE, under each of the three economic scenarios after the recapitalization. (A negative answer should be indicated by a minus sign. Do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)
b-2. Calculate the percentage changes in ROE for economic expansion and recession after the recapitalization. (A negative answer should be indicated by a minus sign. Do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)
Assume the firm has a tax rate of 21 percent.
c-1. Calculate return on equity, ROE, under each of the three economic scenarios before any debt is issued. Also, calculate the percentage changes in ROE for economic expansion and recession. (A negative answer should be indicated by a minus sign. Do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)
c-2. Calculate return on equity, ROE, under each of the three economic scenarios after the recapitalization. Also, calculate the percentage changes in ROE for economic expansion and recession, assuming the firm goes through with the proposed recapitalization. (A negative answer should be indicated by a minus sign. Do not round intermediate calculations and enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)
In: Finance
Sponsorship
What do you think are the types of sponsorships becoming more popular nowadays, and why? Give examples to support your answer.
In: Operations Management
Complete the code(in C) that inserts elements into a list. The list should always be in an ordered state.
#include <stdio.h>
#include <stdlib.h>
/* list of nodes, each with a single integer */
struct element {
struct element *next;
int value;
};
/* protypes for functions defined after main */
struct element *elementalloc(void);
struct element *listinitialize();
struct element *insertelement(struct element *, int);
void printlist(struct element *);
/* main
* Creates an ordered list
* Elements added to the list must be inserted maintaining the
list
* in an ordered state
*/
int main() {
struct element *listhead = NULL;
listhead = listinitialize();
for (int i = 3; i < 100; i+=11){
listhead = insertnewelement(listhead, i);
}
printlist(listhead);
}
/* allocate memory for a new list element */
struct element *elementalloc(void) {
return (struct element *)malloc(sizeof(struct element));
}
/* simple list initialization function */
struct element *listinitialize() {
const int numbers[7] = {4, 9, 13, 18, 27, 49, 60};
struct element *newlist = NULL;
struct element *tail = NULL;
struct element *temp = NULL;
for (int i = 0; i < 7; i++) {
if (newlist == NULL) {
newlist = elementalloc();
newlist->next = NULL;
newlist->value = numbers[i];
tail = newlist;
} else {
temp = elementalloc();
temp->value = numbers[i];
temp->next = NULL;
tail->next = temp;
tail = tail->next;
}
}
return newlist;
}
/* function to insert elements into an ordered list */
struct element *insertnewelement(struct element *listhead, int x)
{
struct element *newelement;
newelement = elementalloc();
struct element *iter = listhead;
while( ) {
}
return listhead;
}
/* print the list and the respective memory locations in list
order */
void printlist(struct element *listhead)
{
while (listhead != NULL) {
printf("Memory: %p contains value: %d\n", listhead,
listhead->value);
listhead = listhead->next;
}
}
In: Computer Science
I'm trying to find info on Samsung, and have already been on there website for sustainability reports and such, but am not finding into to finish this question;
Fill in the following table using SMART Goals as they related to the balanced score card for Samsung’s IM Division (use their 2019 Business Plan and Sustainability Plan to determine their SMART goals)
|
Criteria |
Specific Goal |
How was it measured |
What was their aggressive goal |
What was realized outcome? |
What is the GAP? |
|
|
Financial Goals |
||||||
|
Customer Goals |
||||||
|
Internal Business Processes |
||||||
|
Learning and Growth Measures (sometimes called Organizational Capacity) |
In: Economics
For the macro data file consider interest rates of different maturities from 3 months to 10 years: USTB3M USTB6M USTB3Y USTB5Y USTB10Y
In: Operations Management
Consider this situation: A police officer arrives at the scene of an accident and finds a load of straw bales partly on the back of a pickup truck and partly on the hood of a Jaguar sedan. Both vehicles are facing in the same direction. The pickup is in front of the Jaguar. The truck driver claims that she was stopped at the stop sign when the Jag drove into the back of her truck. The Jaguar driver claims that he was stopped behind the pickup when the truck suddenly backed up. Given this information decide whether each statement is true or false.
True False These results are impossible. The bales would
have fallen forward in this type of accident.
True False The pickup could have backed into the
Jaguar.
True False If the vehicles were both moving (truck in
reverse and car forward), the pickup must have been moving
faster.
True False There is not enough information to determine
who is at fault.
True False The Jaguar must have driven into the
pickup.
True False Regardless of fault, the apparent motion of
the bales results from them seeking the natural state of rest.
These are my incorrect attempts:
| 1 | Incorrect. (Try 1) | Fri Apr 3 09:07:53 pm 2020 (PDT) |
|
||||||
| 2 | Incorrect. (Try 2) | Fri Apr 3 09:21:00 pm 2020 (PDT) |
|
||||||
| 3 | Incorrect. (Try 3) | Fri Apr 3 09:29:09 pm 2020 (PDT) |
|
||||||
| 4 | Incorrect. (Try 4) | Sat Apr 4 08:49:33 pm 2020 (PDT) |
|
In: Operations Management
1. Unique manifestations of agency problems in global market and how to mitigate the agency issue.
In: Finance
In: Operations Management
George Flynt and Stan Hefner were the only two members of Sunshine Landscaping, LLC, a limited liability company organized for the purpose of providing lawn care and landscaping services. Stan regularly took care of all the finances for the company, and George regularly performed the work for clients, though neither had specific duties. George met with clients, quoted them fees, obtained all the tools and products necessary to perform the job, and completed the service for the client. Stan paid the bills and invoiced clients, but sometimes when Stan was on vacation, George would take over the finances while he was away. However, when George was on vacation, the business would be closed for the week because Stan did not want to perform the service work himself. Sunshine Landscaping had regular accounts with all the local plant nurseries. Normally, George would place an order for plants, Sunshine Landscaping would be invoiced by the nursery, and then Stan would pay the invoice. One day Mary, a customer of Sunshine Landscaping, asked the company to remove from her property a large tree which was touching some power lines. George surveyed the property and could see that, indeed, the tree was dangerously close to the power lines and, because the houses were so close together, there was no place for the tree to fall if he cut it down. He knew the job would be too big for Sunshine Landscaping and would require special skill which neither he nor Stan had. He considered advising Mary to contact a tree removal company, but then decided to accept the job, hire a tree removal company as a subcontractor, and then upcharge Mary 10 percent for acting as the general contractor. He emailed Tree Down, a company specializing in tree removal, via the company’s contact form online. George provided his cell phone number, his business email address, and stated “I need to get a quote to have a tree removed at 203 Main Street. Please provide me with an estimated cost.” That afternoon, Tree Down sent George the following estimate: Eager to get the project underway, George signed the estimate “George Flynt” above the customer signature line and immediately emailed it back to the company. George called Mary to tell her the cost would be $4,400, and Mary immediately put a check in the mail to Sunshine Landscaping for the full amount. Several days later, Tree Down cut down the tree, hauled it away, and invoiced George Flynt at the email address he provided on the contact form. George printed the email and invoice and then handed it to Stan. Stan put the invoice on a pile of other bills without looking at it. Several weeks later, Stan proposes to George, “We have so many bills for the business, and we aren’t making enough to pay them and pay ourselves a decent amount. Let’s just file for bankruptcy for this business. We can get out of paying all these bills and then start a new landscaping company.” George disagreed with Stan’s proposal and disliked how Stan handled business matters generally, so George decided to withdraw as a member of the LLC. There was no operating agreement in place for the management of the LLC, so George and Stan decided to write a separation agreement as follows: A month goes by and having not yet been paid, Tree Down initiated an action against George Flynt, personally, for $4,000. Upset, George starts researching the law and discovers the following state statute: “§301 Each member of a Limited Liability Company is an agent of the company for the purpose of its business and the member’s acts for apparently carrying on in the ordinary course of the company’s business binds the company, unless the member lacked the authority to act and the third party knew or should have known that the member lacked authority.” Group Work/Role Play:
1. Gather into small groups and pretend you are the owners of Tree Down. Come up with the best legal argument for holding George and Sunshine Landscaping, LLC, each individually liable for the $4,000. What facts support your legal argument?
In: Operations Management
In: Finance