Prepare a 900- to 1,150-word paper in which you discuss the life span perspective of human development. Be sure to include the following items in your description:
Use a minimum of two peer-reviewed sources.
In: Psychology
Suppose your roommate just invented an electronic pencil that senses when a word being written is misspelled, beeps, and shows the correct spelling on a small screen on the side of the pencil. He figures the pencil can be manufactured for about $5, since the cost of computer chips has dropped so low.
Your roommate comes to you for advice and money. He will make you a 40% owner if you help manufacture and sell the pencils. He asks you to put up $500 for materials for the first 100 units. He asks that you help make and sell the pencils after classes.
Since your roommate is studying electronic engineering, he knows about as much about marketing as you know about electronics. You agree to study the possibilities. You make a list of questions that need to be answered before you commit your $500.
1. What need does this product fill?
2. What is the potential market for the product?
3. What are the target markets for such a product?
4. What type of consumer good is this product?
5. How will you distribute the product?
6. How could the consumer be convinced to purchase the product?
7. What are the other questions that need to be answered before a decision is made?
In: Finance
DO NOT COPY FROM THE WEB.
Provide a narrative analysis in Word FOR QUESTION 4-6. Your narrative analysis should summarize the results of your analysis and make recommendations for the benefit of the company.
Question 4: Based on profit-maximization analysis, what level of output should you recommend to the CEO?
|
Units |
200 |
250 |
300 |
350 |
400 |
|
Sales Price |
$70,000 |
$66,000 |
$64,000 |
$59,000 |
$52,000 |
|
Variable Cost |
$60,000 |
$54,000 |
$48,000 |
$46,000 |
$45,000 |
|
Contribution |
$10,000 |
$12,000 |
$16,000 |
$13,000 |
$7,000 |
|
Total Profit |
$2,000,000 |
$3,000,000 |
$4,800,000 |
$4,550,000 |
$2,800,000 |
Question 5: Using the above information, prepare a budget for May 20X8, stating the total cost. Use a spreadsheet to display your data and calculations.
|
Apr |
May |
|||
|
Production–Units of MiniY |
3000 per unit |
3200 per unit |
||
|
Components cost (variable) |
$24,000,000 |
8000 24M/3000 |
$25,600,000 |
24M*3200/3000 |
|
Labor cost (variable) |
$13,500,000 |
4500 13.5M/3000 |
$14,400,000 |
13.5M*3200/3000 |
|
Rent (fixed) |
$6,000,000 |
Fixed |
$6,000,000 |
|
|
Depreciation (fixed) |
$6,000,000 |
Fixed |
$6,000,000 |
|
|
Other (fixed) |
$2,000,000 |
Fixed |
$2,000,000 |
|
|
Total |
$51,500,000 |
$12,500 |
$54,000,000 |
Question 6: With the costs that you calculate, what is the profit or loss associated with MiniY? NOTE: Assume that the variable and fixed costs mentioned in Step 5 are also applicable to Step 6 when calculating the profit or loss for MiniY
|
Joint Cost |
MiniY |
MiniX |
Total |
|
Sales Unit |
3200 |
3000 |
|
|
Sales Price |
$25,000 |
$27,100 |
|
|
Sales Value (sales unit*sles price) |
$80,000,000 |
$81,300,000 |
$161,300,000 |
|
Allocation Rate (sales value/sales value total) |
49.60% |
50.40% |
100% |
|
Joint Cost |
$3,000,000.00 |
||
|
Relative Sale Value (3,000,000*Allocation Rate) |
$1,487,910.73 |
$1,512,089.27 |
|
|
Profit/Loss (sales value-Relative Sale Value) |
$78,512,089.27 |
$79,787,910.73 |
Expert Answer
In: Accounting
Java 176
Lottery Program in Word.
Using ArrayLists to Simulate a Lottery Program
Simulate a Lottery Drawing by choosing 7 numbers at random from a pool containing 30 numbers
Each time a number is selected, it is recorded and removed from the pool
The pool values are 00 to 29 inclusive
Example Output:
Initial Pool: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29]
Picked: {01,06,09,19,25,26,27}
Remaining:[0,2,3,4,5,7,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,28,29]
Algorithm
Print out the remaining pool after the numbers are picked
In: Computer Science
Write a 2000 word report about the reward issues at Ritzy Cinema in south London. Ritzy Cinema is owned by Picturehouse. Use appropriate theoretical models to critically evaluate the reward problems experienced, particularly reward implementation issues. Address the situation from the point of view of the: 1. Picturehouse, the owners of Ritzy Cinema 2. Ritzy Cinema employees 3. Trade union Provide appropriate recommendations for how the situation might be resolved to the mutual benefit of all parties, which could prevent unrest happening in the future. Your recommendations should be logical, viable and scheduled. Also offer some costings.
In: Operations Management
Write a java code that allows the user to input any word/name from the console (10 words/names only) and then sorts and alphabetizes them into an array without using predefined methods (.compareTo(), or any sorter functions) and then print out the results.
you must have three methods that can:
Compare multiple strings
Swap elements
Sort and alphabetize string
***REMEMBER DO NOT USE ANY PRE-DEFINED METHODS***
Example of how the code should work:
Enter names/words (10 only):
"james, john, alex, aaron, brandon, nick, gian, deavan, daniel, jake"
*sorted output*:
"Aaron, Alex, Brandon, Daniel, Deavan, Gian, Jake, James, John, Nick"
In: Computer Science
Hey can you please answer this question in detail and explanation in your own word i need to post in discussion board
Be sure to give thought to each assigned question before posting.
In: Computer Science
Prepare a 900- to 1,150-word paper in which you discuss the life span perspective of human development. Be sure to include the following items in your description:
In: Psychology
In: Accounting
Pythpn
#Exercise 1
#Ask the user for a three letter word using the prompt: three
letter word? (include a space after the ?)
#Display the entire word
#Display the word vertically, one letter at a time using print
statements and the string index
#For example, if the user enters baa, the output should be (ignore
# signs):
#baa
#b
#a
#a
#Exercise 2
#Ask the user for a number using the prompt: first number? (include
a space after the ?)
#Ask the user for a number using the prompt: second number?
(include a space after the ?)
#Convert both numbers to integers
#Calculate the product of the two numbers
#Convert the two numbers and the product to strings using the str()
function
#Display the following on screen using a print statement and the +
concatenator.(note the spacing esp no space before the .)
#The product of [first number] times [second number] is
[product].
#For example, if the user entered 2 and 3, the final output should
be:
#The product of 2 times 3 is 6.
#Exercise 3
#Ask the user for a first name using the prompt: first name?
(include a space after the ?)
#Ask the user for a last name using the prompt: last name? (include
a space after the ?)
#Ask the user for a middle inital using the prompt: middle initial?
(include a space after the ?)
#Display the user entered full name in the following format [first
name] {middle inital]. [last nmae] (note the .)
#For example, if the user entered Malu Roldan H in response to the
input statements, the output should be:
#Malu H. Roldan
#Next, display the user's initials one letter at a time vertically.
For example, for Malu H. Roldan,
#the output should be (ignore # signs):
#M
#H
#R
#Exercise 4
#Ask the user for a six letter cheer using the prompt: six letter
cheer? (include a space after the ?)
#Display the entire cheer with an exclamation point after it (e.g.
if user enters boohoo, display boohoo!)
#Display the cheer vertically, one letter at a time ending with an
exclamation point in the last line
#For example, for user entry boohoo, display (ignore #
signs):
#b
#o
#o
#h
#o
#o
#!
#Exercise 5
#a Ask the user for a birth year using the prompt: birthyear?
(include a space after the ?)
#b Convert the user input to an integer
#c Subtract the user entered birthyear from 2019
#d Convert the result of the previous line and the user entry to
strings using the str() function
#e Display the following using the + concatenator in a print
statement (note the punctuation and spacing):
#f It has been [converted result of line 5c]! years since your
birthyear in [converted user entry]!
#g Hence, if user entered 2010, display:
#h It has been 9! years since your birthyear in 2010
#i Next, display the words: You were born in the year:
#j Display the converted user entered birthyear vertically, one
digit at a time.
#k For example, for 2010 display (ignore the # signs):
#2
#0
#1
#0
In: Computer Science