Use linear extrapolation to estimate total units completed at 1:00 P.M,

Table of data 1:00 P.M. ???? p
2:05 P.M. 9874 1
3:10 P.M. 11240 2


The ratio equation for extrapolation is:
![15142|215x57](upload://xtxerZ4p3riDtSGlYTI9CjHb409.jpeg)
However by rearranging the minus signs this can be shown to be identical to Equation 6:
Therefore you can use the equations given for interpolation for extrapolation.
![15143|460x166](upload://7nGsJDZXHD5yq10JwUFeRwM1Awi.jpeg)

Note: The difference between 1:00 P.M. and 2:05 P.M. is negative 65 minutes The negative sign means that 1366 will be subtracted from 9874 rather than adding (as in interpolation).
Total production at 2:30 P.M. is estimated to be 10299.4 units.
Check by units per minute:
Between 3:10 P.M. and 2:05 P.M. (65 minutes)
Units grow by (11240 — 9874) or 1366 units.
Thus, units per minute are 1366 / 65 = 21.015 (units/min)
1:00 P.M. is 65 minutes before 2:05 P.M.,
Thus, production at 3:00 P.M. = 21.015 (units/min) * (-65 min)
This equals 1365.9 units less than at 2:05 P.M.
Therefore, at 2:30 P.M. the total units are:
9874 — 1365.9 = 8508.1

Computer Science & Information Technology

You might also like to view...

Write a method that takes in at least one integer and returns the largest of all integer parameters sent in.

What will be an ideal response?

Computer Science & Information Technology

You are one of the first to arrive on a scene and you are asked to perform live memory capture on a machine reporting 4GB of RAM. Upon completion, the size of your actual image file is closer to 5GB. What happened? Did you mess up the memory capture?

a. Yes b. No. The way a computer system works is to report only available memory. Memory in use is not reported. c. No. The 4GB reported is RAM. The utility you used to capture system memory also was able to capture some of the device cache memory on the system. d. No. Most Windows machines "reserve" approximately 20% of system memory for its own use.

Computer Science & Information Technology

A(n) ________ is a web page that hosts real-time text communication between multiple users

Fill in the blank(s) with correct word

Computer Science & Information Technology

It is a(n) _________ issue whether the multiply instruction will be implemented by a special multiply unit or by a mechanism that makes repeated use of the add unit of the system.

A. architectural B. memory C. mechanical D. organizational

Computer Science & Information Technology