Question

In: Other

C&A Printing takes 10 seconds to print a page in color, but after 500 pages, the...

C&A Printing takes 10 seconds to print a page in color, but after 500 pages, the printer must be cooled down for 15 minutes. No pages can be printed while the printer is cooling down. What is C&A's capacity in pages per hour?
 
C&A's demand rate is 3 pages per minute. What is the smallest batch size to ensure the process is demand-constrained?

Solutions

Expert Solution

Answer 7:

  • Processing time = A =10 secs
  • Cooling time = B = 15 mins = 900 secs
  • Total time required to pring 500 pages = (A*500)+B= 5900 secs = 5900/3600 = 1.64 hours
  • So hourly capacity = 500 / total time required to make 500 = 500/1.64
  • Hourly capacity = 305.0847 pages per hour

3page per minute :

  • Let the minimum no. of pages for 3 page per minute cnstraint be X.
  • Total time for producing X = (A*X) + B= AX+900
  • So average per unit time = total time for X / X = (10X+900)/X
  • But average per unit time required = 1/ 3 mins = 20 Secs (Considering 3 pages per min)
  • Equating both :
    • (10X+900)/X = 20
    • 10X+900 = 20X
    • 10X = 900
    • X= 90 (Answer)
  • So the smallest lot size to satisfy 3 pages per minute constraint = 90 pages per lot

Related Solutions

COMPUTER SCIENCES HOMEWORK Assume it takes 10-6 seconds to do a unit of work. 10 100...
COMPUTER SCIENCES HOMEWORK Assume it takes 10-6 seconds to do a unit of work. 10 100 1,000 10,000 100,000 1,000,000 n n2 log10(n) 2n In each cell in this table put the length of time it would take to complete an algorithm with the given work formula and the given size. Take the time to represent large numbers in reasonable values; eg. report 109 seconds as 25 hours PLEASE HELP!!
SOLVE IN C: 6.31 LAB: Print string in reverse Write a program that takes in a...
SOLVE IN C: 6.31 LAB: Print string in reverse Write a program that takes in a line of text as input, and outputs that line of text in reverse. You may assume that each line of text will not exceed 50 characters.The program repeats, ending when the user enters "Quit", "quit", or "q" for the line of text. Ex: If the input is: Hello there Hey quit then the output is: ereht olleH yeH Hint: Use the fgets function to...
INSTRUCTIONS: The maximum number of pages is TEN (10), excluding references and the cover page. The...
INSTRUCTIONS: The maximum number of pages is TEN (10), excluding references and the cover page. The minimum number of references is FIVE (5) (including textbooks, journal articles, and other sources) QUESTION The Zambian economy has been facing significant macroeconomic challenges as reflected in low growth, high fiscal deficits; rising inflation and debt service obligations as well as low international reserves. The outbreak of Coronavirus (COVID-19) pandemic has compounded the situation, resulting in unprecedented global public health and economic crises. Although...
Question 10 (1 point) Question 10 Unsaved Question 10 options: Print-O-Matic printing company spends specific amounts...
Question 10 (1 point) Question 10 Unsaved Question 10 options: Print-O-Matic printing company spends specific amounts on fixed costs every month. The costs of those fixed costs are in following table: Table: Fixed Costs for Print-O-Matic Printing Company Monthly charges Monthly cost ($) Bank charges 482 Cleaning 2208 Computer expensive 2471 Lease payments 2656 Postage 2117 Uniforms 2600 a. Find the mean (give answer to nearest dollar; do not include "$" sign or commas in answer) b. Find the median...
In two full pages (double spaced) of writing (500-600 words), one page for each city (Oakland...
In two full pages (double spaced) of writing (500-600 words), one page for each city (Oakland & Detroit) - Describe an example from the video of a Social Determinant of Health, state which of the 5 categories it belongs to and how it is related to the health of the community. Discuss the efforts are being made promote health using the framework of the SDOH. Compare and contrast your neighborhood to the city. Discuss similarities and differences
point) The count in a bacteria culture was 500 after 10 minutes and 32518 after 30...
point) The count in a bacteria culture was 500 after 10 minutes and 32518 after 30 minutes. Assume the growth can be modelled exponentially by a function of the form Q(t)=A e rt Q(t)=Aert , where t t is in minutes. (a) Find the relative growth rate, with at least the first 5 digits after the decimal point entered correctly: r= r= equation editor Equation Editor (b) What was the initial size of the culture? Round your answer to the...
a) a manuscript contains 1000 pages. After proofreading, the editor found 10 typos. What is the...
a) a manuscript contains 1000 pages. After proofreading, the editor found 10 typos. What is the probability that there is no more than 3 typos in a given page. b) an urn contains 10 white balls, 15 blue balls and 25 red balls. You pick 10 balls at random from the urn. What is the probability that you will not get any red ball.
Problem 2: (10 marks) Write a program in C or C++ that takes a number series...
Problem 2: Write a program in C or C++ that takes a number series of size n (n integers) as input from the user, push all the numbers to the stack, and reverse the stack using recursion. Please note that this is not simply popping and printing the numbers, but the program should manipulate the stack to have the numbers stored in reverse order. In addition to the provided header file, the students can use the following function to print...
A. What is compounding? What would the future of $500 be after 5 years at 10%...
A. What is compounding? What would the future of $500 be after 5 years at 10% compound interest rate? B. Find the interest rate, I on a given security that costs $100 and that will return $150 after 10 years.
C++ Have the user type in 10 numbers. Then, using STL STACKs print a table showing...
C++ Have the user type in 10 numbers. Then, using STL STACKs print a table showing each number followed by the next large number. For example, if the user types the following 7 5 12 25 The output should be this: Element Next Greater Number 5 --> 7 7 --> 12 12 --> 25 25 --> -1 You can use this functor to sort the vector: #include<iostream> #include<vector> #include<algorithm> using namespace std; struct greater { template<class T> bool operator()(T const...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT