The company has just hired a new marketing manager who insists that unit sales can be dramatically increased by dropping the selling price from $8 to $7. The marketing manager would like to use the following projections in the budget: Data Year 2 Quarter Year 3 Quarter 1 2 3 4 1 2 Budgeted unit sales 45,000 65,000 105,000 60,000 90,000 90,000 Selling price per unit $7 per unit
|
A |
B |
C |
D |
E |
F |
F |
|
| 1 | Chapter 9: Applying Excel | ||||||
| 2 | |||||||
| 3 | Data | Year 2 Quarter | Year 3 Quarter | ||||
| 4 | 1 | 2 | 3 | 4 | 1 | 2 | |
| 5 | Budgeted unit sales | 45,000 | 65,000 | 105,000 | 60,000 | 90,000 | 90,000 |
| 6 | |||||||
| 7 | • Selling price per unit | $7 | per unit | ||||
| 8 | • Accounts receivable, beginning balance | $65,000 | |||||
| 9 | • Sales collected in the quarter sales are made | 75% | |||||
| 10 | • Sales collected in the quarter after sales are made | 25% | |||||
| 11 | • Desired ending finished goods inventory is | 30% | of the budgeted unit sales of the next quarter | ||||
| 12 | • Finished goods inventory, beginning | 12,000 | units | ||||
| 13 | • Raw materials required to produce one unit | 5 | pounds | ||||
| 14 | • Desired ending inventory of raw materials is | 10% | of the next quarter's production needs | ||||
| 15 | • Raw materials inventory, beginning | 23,000 | pounds | ||||
| 16 | • Raw material costs | $0.80 | per pound | ||||
| 17 | • Raw materials purchases are paid | 60% | in the quarter the purchases are made | ||||
| 18 | and | 40% | in the quarter following purchase | ||||
| 19 | • Accounts payable for raw materials, beginning balance | $81,500 | |||||
In: Accounting
I am not even sure what the question is for the problem below, but I have highlighted what I think the question is further down:
Let v = (v1, v2) and w = (w1, w2) be vectors in 2 space.
The Scalar Product of v and whose notation is v (dot) w, is defined as follows: V (dot) w : = v1*w1 + v2 *w2
The scalar product (aka inner product, or dot product) Scalar product of 2 vectors in 2-space using 4 float parameters (the function scalarProduct 1)
ACTUAL QUESTION (I think ) - Code the following in Python:
Write a docstring; then write some test function calls; then implement the body of the function
Some test data: (1., 1.) · (2,3) = 5 (or, as a function call: scalarProduct1)
(1., 1., 2., 3.) (1.,1.) · (2,0) = 2
(1., 1.) · (0,2) =2
(1., 1.,) · (4,5) =23
In: Computer Science
a = [3, -4, 7] b = [-6, 9, 8] c = [4, 0, 8] d =[7, 1, 7] e = [3,
-5, 2, 1] f =[5, -7, -3, 6] g = [3, -4, 4, 3]
P = Projection of
ex. C = |g|(gf/gf) C = gf/|f|
ex. P g --> f = Cgf = C(gf/f) (1/|f|) (f) =( gf/ff)(f)
Find
a. Pg --> f
b. Pa --> 3b + e
Find (cross multiply)
a. ||a X b||
b. ||g X e||
c. ||d X b||
d. Calculate d X b
e. Calculate c X d
In: Advanced Math
QUESTION 1
Define the term coenzyme. 2 pts.
Name and describe the role of the B vitamins that function as part of the structure of coenzymes. 4 pts.
QUESTION 2
Why does following a vegan diet result in risk for B-12 deficiency? 2 pts.
What is Vitamin B-12 deficiency, list 3 ways to supplement for this deficiency and list when each method is appropriate. 3 pts.
QUESTION 3
How do the vitamins function in the metabolic process? (list the vitamins) 5 pts.
QUESTION 4
Define the term ‘function foods’ 2 pts. List 2 sources and the benefit 2 pts.
QUESTION 5
Calcium and Iron are most likely to fall short in the diet. What is the result of this inadequate intake? 2 pts.
What dietary changes can promote improved intake and reduce risk of deficiency? 4 pts.
In: Nursing
Write a C program that uses a loop which prompts a user for an integer 10 times and stores those integers in an array. The program will print out the numbers entered by the user with a comma and a space separating each number so the numbers can be read easily. The program will then calculate and print out the sum, integer average and floating point average (to 4 decimal points) of the numbers in the array. The information being printed out should be labeled correctly with newline characters placed so the output is readable. You will also create a BubbleSort function to sort the integers from small to large. The array will be passed by reference to the function where the function will reorder the integers in the array. You should not duplicate the array in anyway.
Remember your assignment must be submitted by 11:59:59pm on the due date, or else it will be considered late and will not be accepted. Please make sure your C code is thoroughly commented to explain what your program is doing. You should only submit the C source code, not the compiled program.
NOTE: Pseudo-code for a basic Bubble Sort routine:
procedure BubbleSort( A : array of integers to sort)
repeat
swapped = false
for item in A inclusive do:
if A[i-1] > A[i] then
swap A[i-1] and A[i]
swapped = true
end if
end for
until not swapped
end procedure |
Sample Output:
$>./assignment3 Enter element 1 into the array 5 Enter element 2 into the array 7 Enter element 3 into the array 6 Enter element 4 into the array 1 Enter element 5 into the array 2 Enter element 6 into the array 3 Enter element 7 into the array 4 Enter element 8 into the array 8 Enter element 9 into the array 9 Enter element 10 into the array 0 5, 7, 6, 1, 2, 3, 4, 8, 9, 0 The sum of the integers in the array is 45 The integer average of the integers in the array is 4 The float average of the integers in the array is 4.5000 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 $> |
In: Computer Science
1) 2A → B + C
Two trials of the above reaction are run. The concentration of A in the second trial is three times that in the first. It is found that the initial rate of the reaction in the second trial is nine times the initial rate in the first trial. This indicates that the reaction is
- zero order in [A]
- first order in [A]
- second order in [A]
- third order in [A]
2)The following reaction is run and the data obtained:
2NO(g) + 2H2(g) → N2(g) + 2H2)(g)
| Trial | PNO | PH2 | Initial Rate |
| 1 | 1 atm | 1 atm | 0.02 atm/s |
| 2 | 2 atm | 1 atm | 0.16 atm/s |
| 3 | 1 atm | 2 atm | 0.04 atm/s |
What is the order of the reaction with respect to H2?
- 0
-1
-2
-3
3) The following reaction is run and the data obtained:
2NO(g) + 2H2(g) → N2(g) + 2H2)(g)
| Trial | PNO | PH2 | Initial Rate |
| 1 | 1 atm | 1 atm | 0.02 atm/s |
| 2 | 2 atm | 1 atm | 0.16 atm/s |
| 3 | 1 atm | 2 atm | 0.04 atm/s |
What is the order of the reaction with respect to NO?
4) For the reaction A + B → C the following data is obtained:
| Trial | [A] | [B] | RateA |
| 1 | 0.2 M | 0.2 M | 1.2 x 10-3 M/min |
| 2 | 0.1 M | 0.2 M | 6.0 x 10-4 M/min |
| 3 | 0.2 M | 0.1 M | 1.2 x 10-3 M/min |
After you determine the rate law, what is the value of the rate constant for the reaction using the given units? If you choose to enter your answer in scientific notation you must enter it this way 1.2E-3 for 1.2 x 10-3.
In: Chemistry
The distance s(in m) above the ground for a projectile fired vertically upward with a velocity of 4(a) m/s as a function of time t(in s) is given by s=4(a)t-4.(b)t2
a= 6 b=9
Find the answers to these questions
1. find t for v=0
2. find v for t=4
3. find v for t=5
what conclusions can you draw?
In: Mechanical Engineering
# please answer question asap please
Write a program in C to insert new value in the array (unsorted list).
Use pointer notation for the array elements
.Test Data:Input the size of array: 4 Input 4 elements in the array in ascending order:
element -0: 2
element -1: 9
element -2: 7
element -3: 12
Input the value to be inserted: 5
Input the Position, where the value to be inserted: 2
Expected Output:The current list of the array:2 9 7 12
After Insert the element the new list is:2 5 9 7 12
In: Computer Science
Implement in Python using stack operations.
Postfix Calculator
Post fix calculator
• We use a stack
• When an operand is read, push it on statck
• When an operator is read i.e +, *. /, -
– Pop two from the top of the stack and apply the operator and push
the result on stack
if there is one value instead of two display an error message
• Keep repeating until an equal sign, = is read; pop from the top
of stack and stop.
Postfix Expression Result
4 5 7 2 + - * = -16 ===> (5 - (7 + 2 ) )* 4 = -16
3 4 + 2 * 7 / = 2
5 7 + 6 2 - * = 48
4 2 3 5 1 - + * + = 18 ===> (5-1 + 3 ) * 2 + 4 = 18
List as Stack
"""
File: pyStackPostfix.py
Author: JD
"""
# 5 7 + 6 2 - * = 48
print("Postfix Calculator\n")
stack = [] # Empty stack
y = int(0)
z = int(0)
w = int(0)
while True:
x = input("Enter a postfix expression one by one:")
if x >= '0' and x<= '9':
x = int(x)
stack.append(x) # Push on top of stack
elif x == '+': # Got an operator
if len(stack) >= 2:
y = stack.pop() # Pop from top of stack
z = stack.pop()
w = y + z
stack.append(w) # Push result back
else:
print("Stack error") # Not enough operhand A + B
break
elif x == '-':
if len(stack) >= 2:
y = stack.pop()
z = stack.pop()
w = y - z
stack.append(w)
else:
print("Stack error")
break
elif x == '*':
if len(stack) >= 2:
y = stack.pop()
z = stack.pop()
w = y * z
stack.append(w)
else:
print("Stack error")
break
elif x == '/':
if len(stack) >= 2:
y = stack.pop()
z = stack.pop()
w = y / z
stack.append(w)
else:
print("Stack error")
break
elif x == '=': # Equal operator
if len(stack) == 1:
z = stack.pop() # Pop the result
print (z)
break
else:
print("Stack error")
break
IN PYTON
In: Computer Science
Required information
[The following information applies to the questions
displayed below.]
Drs. Glenn Feltham and David Ambrose began operations of their
physical therapy clinic, called Northland Physical Therapy, on
January 1, 2017. The annual reporting period ends December 31. The
trial balance on January 1, 2018, was as follows (the amounts are
rounded to thousands of dollars to simplify):
| Account Titles | Debit | Credit | ||||
| Cash | $ | 8 | ||||
| Accounts Receivable | 4 | |||||
| Supplies | 4 | |||||
| Equipment | 8 | |||||
| Accumulated Depreciation | $ | 1 | ||||
| Software | 4 | |||||
| Accumulated Amortization | 1 | |||||
| Accounts Payable | 6 | |||||
| Notes Payable (short-term) | 0 | |||||
| Salaries and Wages Payable | 0 | |||||
| Interest Payable | 0 | |||||
| Income Taxes Payable | 0 | |||||
| Deferred Revenue | 0 | |||||
| Common Stock | 14 | |||||
| Retained Earnings | 6 | |||||
| Service Revenue | 0 | |||||
| Depreciation Expense | 0 | |||||
| Amortization Expense | 0 | |||||
| Salaries and Wages Expense | 0 | |||||
| Supplies Expense | 0 | |||||
| Interest Expense | 0 | |||||
| Income Tax Expense | 0 | |||||
| Totals | $ | 28 | $ | 28 | ||
Transactions during 2018 (summarized in thousands of dollars) follow:
Data for adjusting journal entries on December 31:
6-a. Prepare an income statement.
6-b. Prepare the statement of retained earnings.
6-c. Prepare the balance sheet.
In: Accounting