Some recent financial statements for Smolira Golf, Inc.,
follow.
| SMOLIRA GOLF, INC. Balance Sheets as of December 31, 2015 and 2016 |
||||||||||||||||
| 2015 | 2016 | 2015 | 2016 | |||||||||||||
| Assets | Liabilities and Owners’ Equity | |||||||||||||||
| Current assets | Current liabilities | |||||||||||||||
| Cash | $ | 3,061 | $ | 3,057 | Accounts payable | $ | 2,178 | $ | 2,650 | |||||||
| Accounts receivable | 4,742 | 5,731 | Notes payable | 1,775 | 2,166 | |||||||||||
| Inventory | 12,578 | 13,732 | Other | 95 | 112 | |||||||||||
| Total | $ | 20,381 | $ | 22,520 | Total | $ | 4,048 | $ | 4,928 | |||||||
| Long-term debt | $ | 12,900 | $ | 15,660 | ||||||||||||
| Owners’ equity | ||||||||||||||||
| Common stock and paid-in surplus | $ | 40,500 | $ | 40,500 | ||||||||||||
| Fixed assets | Accumulated retained earnings | 15,679 | 39,477 | |||||||||||||
| Net plant and equipment | $ | 52,746 | $ | 78,045 | Total | $ | 56,179 | $ | 79,977 | |||||||
| Total assets | $ | 73,127 | $ | 100,565 | Total liabilities and owners’ equity | $ | 73,127 | $ | 100,565 | |||||||
| SMOLIRA GOLF, INC. 2016 Income Statement |
|||||
| Sales | $ | 188,370 | |||
| Cost of goods sold | 126,703 | ||||
| Depreciation | 5,283 | ||||
| EBIT | $ | 56,384 | |||
| Interest paid | 1,380 | ||||
| Taxable income | $ | 55,004 | |||
| Taxes | 19,251 | ||||
| Net income | $ | 35,753 | |||
| Dividends | $ | 11,955 | |||
| Retained earnings | 23,798 | ||||
Smolira Golf has 11,000 shares of common stock outstanding, and
the market price for a share of stock at the end of 2016 was
$82.
What is the price–earnings ratio? (Do not round
intermediate calculations and round your answer to 2 decimal
places, e.g., 32.16.)
Price–earnings ratio
times
What is the price–sales ratio? (Do not round intermediate
calculations and round your answer to 2 decimal places, e.g.,
32.16.)
Price–sales ratio
times
What are the dividends per share? (Do not round
intermediate calculations and round your answer to 2 decimal
places, e.g., 32.16.)
Dividends per share
$
What is the market-to-book ratio at the end of 2016?
In: Finance
Dowell Company produces a single product. Its income statements
under absorption costing for its first two years of operation
follow.
| 2016 | 2017 | |||||
| Sales ($46 per unit) | $ | 1,012,000 | $ | 1,932,000 | ||
| Cost of goods sold ($31 per unit) | 682,000 | 1,302,000 | ||||
| Gross margin | 330,000 | 630,000 | ||||
| Selling and administrative expenses | 289,000 | 329,000 | ||||
| Net income | $ | 41,000 | $ | 301,000 | ||
Additional Information
| 2016 | 2017 | |||
| Units produced | 32,000 | 32,000 | ||
| Units sold | 22,000 | 42,000 | ||
| Direct materials | $ | 5 | |
| Direct labor | 9 | ||
| Variable overhead | 7 | ||
| Fixed overhead ($320,000/32,000 units) | 10 | ||
| Total product cost per unit | $ | 31 | |
| 2016 | 2017 | |||||
| Variable selling and administrative expenses ($2 per unit) | $ | 44,000 | $ | 84,000 | ||
| Fixed selling and administrative expenses | 245,000 | 245,000 | ||||
| Total selling and administrative expenses | $ | 289,000 | $ | 329,000 | ||
1. Complete income statements for the company for each of its first two years under variable costing. (Loss amounts should be entered with a minus sign.)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
2. What are the differences between the absorption costing income and the variable costing income for these two years? (Loss amounts should be entered with a minus sign.)
|
|||||||||||||||||||||
In: Accounting
We are interested in job satisfaction.
Name a variable that correlates with job satisfaction but we do not have causation.
Name a variable that you believe may have a casual relationship with job satisfaction.
Name a variable associated with job satisfaction that may be considered reverse causation.
In: Psychology
Now let’s look at a more modern symmetric encryption. Assume that the algorithm for this system is to rotate the bits in the message right 4 positions, XOR the bits with the key, and rotate the bits 2 positions to the left.
a.What is the key? (The Key is 5A)
b. Using the key and the above algorithm, decrypt the following message which contains a name (given in hex): BD 7D FA BC 78 3C 3D. Remember that you’ll have to reverse the order and direction of operations in order to decrypt the name (i.e. Start by rotating 2 positions right). What is name (as it appears exactly in the message)?
c. The answer to Part b is the name of a moon. Find (and give in upper case) the name of planet which has Part (b) as a moon. Using the key and the above algorithm, encrypt the name of this planet (in upper case) and give your result in hex format (not ASCII).
In: Physics
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone."
Write a program in C to extract the phone numbers and store them in the output file.
Example input/output:
Enter the file name: input_names.txt
Output file name: phone_input_names.txt
1) Name your program phone_numbers.c
2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume the length of each line in the input file is no more than 10000 characters.
3) The program should include the following function: void extract_phone(char *input, char *phone); The function expects input to point to a string containing a line in the “First_Last_Phone” form. In the function, you will find and store the phone number in string phone.
Comments would be helpful as well Thanks
In: Computer Science
Now let’s look at a more modern symmetric encryption. Assume that the algorithm for this system is to rotate the bits in the message right 4 positions, XOR the bits with the key, and rotate the bits 2 positions to the left.
a. The key is 5A
b. Using the key and the above algorithm, decrypt the following message which contains a name (given in hex): BD 7D FA BC 78 3C 3D. Remember that you’ll have to reverse the order and direction of operations in order to decrypt the name (i.e. Start by rotating 2 positions right). What is name (as it appears exactly in the message)?
c. The answer to Part b is the name of a moon. Find (and give in upper case) the name of planet which has Part (b) as a moon. Using the key and the above algorithm, encrypt the name of this planet (in upper case) and give your result in hex format (not ASCII).
In: Computer Science
#Write a function called wish_list. wish_list should have
#four parameters, in this order:
#
# - a list of strings, representing a list of items on a
# wish list
# - a string, representing a particular item
# - a float, representing the cost of this item
# - a float, representing your budget
#
#If the item is on the list and you can afford it (cost is
#less than or equal to budget), return the string,
#"You should buy a [item name]!", replacing [item name]
#with the string.
#
#If the item is on the list but you can't afford it,
#return the string, "You should save up for a [item name]!",
#replacing [item name] with the string.
#
#If the item is not on the list, you should return the
#string "You probably don't want to buy a [item name].",
#replacing [item name] with the string.
#
#HINT: You do not need a loop to solve this. You can use
#one, but you don't need one.
In: Computer Science
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone."
Write a program to extract the phone numbers and store them in the output file.
Example input/output:
Enter the file name: input_names.txt
Output file name: phone_input_names.txt
1) Name your program phone_numbers.c
2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume the length of each line in the input file is no more than 10000 characters.
3) The program should include the following function: void extract_phone(char *input, char *phone); The function expects input to point to a string containing a line in the “First_Last_Phone” form. In the function, you will find and store the phone number in string phone.
Comments would be helpful as well Thanks
In: Computer Science
Displaying Content of an XML File Using PHP Script or Code
In this week, you are going to write the PHP script or code to read an XML file and display its content on the screen. The file you will modify is the Products page, which you created in Week 1 Project. Given the following data in XML format, modify the Products page to read and display the information in the Products page:
<Product>
<Item>
<Name>T-Shirt</Name>
<Price>12.5</Price>
</Item>
<Item>
<Name>Pants</Name>
<Price>45</Price>
</Item>
<Item>
<Name>Hat</Name>
<Price>10.5</Price>
</Item>
</Product>
Your end page result needs to show the items, their cost (price) in a table format. Use both PHP script as well as HTML tags to create the dynamic table from the given XML file.
In: Computer Science
11. First and Last Design a program that asks the user for a
series of names (in no particular order). After the final person's
name has been entered, the program should display the name that is
first alphabetically and the name that is last alphabetically. For
example, if the user enters the names Kristin, Joel, Adam, Beth,
Zeb, and Chris, the program would display Adam and Zeb.
#Sentinel value is DONE
SENTINEL = "DONE"
ls = []
prompt = "Enter a name, or enter DONE to quit."
newLs = input(prompt)
n = newLs
#test for sentinel
while newLs != SENTINEL:
ls.append(newLs)
newLs = input(prompt)
#sort in alphabetical
for i in range(n) :
name = int()
ls.append(name)
ls.sort()
print('{} and {}'. format(ls[0],ls[n-1]))
I need help with sorting the names from the sentinel loop so that I
get only two outputs that are alphabetically ordered
In: Computer Science