| price | quantity | TR | MR | TFC | TVC | TC | MC | ATC | AVC | Profit |
| $2.50 | 0 | |||||||||
| $2.25 | 100 | |||||||||
| $2.00 | 200 | |||||||||
| $1.75 | 300 | |||||||||
| $1.50 | 400 | |||||||||
| $1.25 | 500 | |||||||||
| $1.00 | 600 | |||||||||
| $.75 | 700 | |||||||||
| $.50 | 800 |
Paula's Pralines produces pralines in a highly, but not perfectly, competitive market. Paula rents her commercial kitchen for $150/day. Each 100 pralines costs Paula $65 for ingredients and one hour of labor. Paula pays her workers $10/hour. Demand for Paula's Pralines is given in the demand schedule below.
-I need help finishing the graph above
In: Economics
In: Biology
In: Operations Management
How would I create a network using packet tracer with these attributes?
6 workstations, 1 switch (2950T), Subnet for the is 10.10.10.0/28 , Create 2 VLANs on each switch (VLAN 10 and 20), Add 3 workstations to VLAN 10 and 3 workstations to VLAN 20, Only workstations on the same VLAN should be able to communicate with each other
In: Computer Science
Please, list some key characteristics of public and private real estate.
In: Economics
What is the intensity in W/m² of a laser beam used to burn away cancerous tissue that, when 93.5% absorbed, puts 493 J of energy into a circular spot 2.13 mm in diameter in 3.70 s?
_______________W/m²
How many times more intense is this than the maximum intensity of direct sunlight (about 1360 W/m²)?
_______________
In: Physics
Given an array of integers, implement (in Java) the moveAllNegativeOne method to
move all -1 present in the array to the end. The algorithm should maintain the relative
order of items in the array and worst-case running time complexity must be linear.
Example:
Input: [6, -1, 8, 2, 3, -1, 4, -1, 1]
Output: [6, 8, 2, 3, 4, 1, -1, -1, -1]
Important Notes:
• You must add the main method in your program in Java in order to test your
implementation.
• You can use the array of the previous example to test your program, however, I
suggest that you also use other input arrays to validate the correctness and
efficiency of your solution.
• Your program MUST be submitted only in source code form (.java file).
• A program that does not compile or does not run loses all correctness points.
In: Computer Science
Consider the reaction below and select the appropriate response for each mixture of reactants that follows. RESPONSES: LR = limiting reactant, XSR = excess reactant or stoichiometric quantities
2Ag + S → Ag2S
a) 100 g Ag + 100 g S
b) 4.0 mol Ag + 2.0 mol S
c) 400 g Ag + 50 g S
d)15 atoms Ag + 10 atoms S
In: Chemistry
GHI Ltd. manufactures two different chairs, Trippo and Trappo, for which the following information is available:
Costs per unit Trippo Trappo
Direct materials 75 90
Direct labour 60 80
Variable overhead 105 128
Fixed overhead 90 112
Total costs per unit 330 410
Price 360 450
Units sold 1,500 units 1,000 units
The average wage rate including fringe benefits is 20 per hour. The plant has a maximum capacity of 10,000 direct labour hours for each period. The current production uses only 8,500 direct labour hours of the capacity. GHI Ltd. can hire additional direct labour up to its maximum capacity of 10,000 labour hours.
a) A new customer has offered to buy 400 units of Trippo if GHI Ltd. lowers its price to 300 per unit. How many labour hours will be required to produce 400 units of Trippo?
b) How much will GHI’s profit increase or decrease if it accepts this
proposal? (Assume all other prices will remain as before.)
c) The next period the same customer wants to buy 600 units of Trippo at the same price (300 per unit). He underscores that he will find another supplier if GHI is not able to deliver 600 units to that price. How much will the profits increase or decrease if it accepts this proposal?
The sales manager of GHI Ltd. wants to keep this new customer because this is a well-known business. Thus, he thinks that the prices to the other customers could be increased a little in order to compensate for the lower price that is achieved regarding the new customer. He wants to have a piece of advice from you.
d) What is your advice? Please underpin your suggestions.
In: Accounting
Nouveaux Toys Inc., manufactures plastic rubber ducks. In June, Nouveaux reported the following data:
Required:
In: Accounting
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main() {
srand(time(NULL)); // randomize
int *a; // pointer to array
int i, n;
printf("Size of array:");
scanf("%d", &n);
/* memory allocation */
a = (int*)malloc(n*sizeof(int));
/* array generating */
for (i = 0; i < n; i++) a[i] = rand()%101;
/* output */
for (i = 0; i<n; i++) printf("a[%d] = %d ", i, a[i]);
putchar('\n');
free(a);
return 0;
}
Using the above code please do it to me following
Hints:
Remember to initialize any sum variable to 0
rand() will return a random number too big for 0-99. Use modulo to reduce the range.
rand() needs to be initialized with a seed. You can use: srand(time(0));
Hints:
Make a function to deal with open/read/sum/print/close.
opendir() requires a starting directory. You want to start where in the current directory.
You need to loop over the directory entries. This is similar to walking a linked list.
You want to check every file entry to see if it starts with “numbers.”
In: Computer Science
In: Economics
1) Alexandra Kollontai --a hypothetical person with extraordinary sensibilities--views one graphic novel to be a perfect substitute for two comic books. If a graphic novel costs $30, a comic book costs $10, and Alexandra allocates Y = $60 per year for graphic novels and comic books, what bundle does she buy? If the price of graphic novels falls to $20, how will Alexandra’s behavior change? Show the utility-maximizing bundles on diagrams with bud- get line and indifference curves (with comic books on the horizontal axis)
2) Suppose that you are asked to conduct a study to understand the behavior of students in college who are performing to some minimum acceptable standard. In this context, is util- ity maximizing behavior a good assumption? What would this assumption imply in the context of school performance? Can you think of another/good assumption that you can use to understand school performance behavior? Explain --If you cannot think of another assumption to be used to conduct such a study, explain why you cannot do so.
In: Economics
Learning Objective: The final statistics project will provide you with the opportunity to demonstrate your understanding of the applied aspect of this course. In fulfilling this objective, you will fulfill the written statistical component requirement of the BBA program. You will decide on two valuable options. Option 1 will focus on making your own mini statistical study.
OPTION 1 First, brainstorm a problem (e.g., health, debt, student success, work, stress, happiness, customer satisfaction, etc.) that you're interested. It can be anything relevant to business, economics, management, etc.
Second, at least two different research questions and/or hypotheses. Note: The null and the alternative hypotheses count as ONE hypothesis. You need TWO different hypotheses/research questions. Sample question: Do students that drink energy drinks have higher GPAs? (Correlation)
Sample question: Do women experience more conflict at work than do men? (Independent Sample T-Test)
Sample question: Are there differences in degree choice satisfaction among freshman, sophomore, juniors, and seniors? (ANOVA)
Sample research hypothesis: H1: Men and women differ in their workplace stress levels. (Independent Sample T-Test)
Sample research hypothesis: H1: Drinking coffee impacts students' scores on exams. (Simple Linear Regression)
Sample research hypothesis: H1: Watching the news too often is correlated with being pessimistic about the world. (Correlations)
Third, develop at least a 5-10 question survey relevant to the research question or research hypothesis of your choice.
Sample survey questions. i. What's your sex? Male (1) ____ Female (2) ___ ii.
What is your age? ____ iii.
Have you ever experienced workplace conflict? Yes (1)___ No (0) ____ iv.
On a scale of 1-7, how stressed are you at work? Not stressed out 1 2 3 4 5 6 7 Very stressed out v.
How many times do you watch the news per week? ____ vi.
Do you experience stress due to conflict? Yes (1) ___ No (0) ___
vii. What is your perception of the current political leaders in the U.S.?
Fourth, collect the data from at least 10+ different people. (online or face-to-face) a a free online survey software system like Qualtrics or SurveyMonkey. Share the public hyperlink to at least 10 people (your target audience) through texts, social networking sites, emails, etc.... Then, download the responses as an Excel spreadsheet.
Fifth, select an analytical approach as a key word (e.g., percentages, frequencies, means, standard deviations, t-tests, ANOVA, linear regression, regression analysis, correlational analysis, multiple regression, etc...). Select the approaches according to your personal research question/hypothesis interests.
Sixth, design two visual graphical displays of the data (e.g., pie chart, bar graph, histogram, etc.) and/or analyze the data (e.g., correlation, t-test, ANOVA, regression) to share.
Seventh, interpret the results of your mini study. What's the answer to your questions and/or hypotheses? Share the visual results in your statistical report.
Eighth, find two credible references that support your study to enhance the professionalism and the credibility of your study. Make sure to cite them in your managerial report.
Ninth, complete the managerial report worksheet to help you draft your final managerial report.
Discuss the Data that was Selected and Where you got it from:
What data were selected? Why is this data interesting to you? Why is this issue important?
What data set was selected and why? What was the target audience who responded to the data set?
Overview the report
Hypotheses or Research Questions:
What were at least two hypotheses or research questions posed by the researcher(s)?
Methods:
What was the sample size? Any descriptive information?
What was the methodology employed in this study (e.g., surveys, interviews)? Was it adequate?
Analysis:
What data analysis strategies were adopted (e.g., descriptive (percentages, frequencies, means), t-test, ANOVA, linear regression, correlation, multiple regression)
Results:
Where each of the hypothesis (or research questions) supported or not supported given the selected data set?
Explain the findings using your own words.
*You must integrate at least two graphs/tables in your managerial report*
Conclusion:
Summarize your results
Conclude the report with a quote, or with a startling comment.
In: Math
What are some ways that you can apply at least three of the advanced functions in excel that you learnedl in excel class. How would you use them at home, work or school? Please be specific. 250 word min
In: Finance