A compilation and review of articles about technology, current products, and discussion of how it all sometimes has unintended consequences.
12 Unnecessary Vista Features
Get link
Facebook
X
Pinterest
Email
Other Apps
Is your computer running too slow? Does it take forever to boot? Do you love or hate the Aero interface? Read this Computerworld article to discover what you can do get Vista to run faster.
Last week in Operations Management we used Excel to calculate the Economic Order Quantity and graph Carrying Costs, Ordering Costs, and Total Costs. The Economic Order Quantity or "EOQ" is the order size that "minimizes" Total Costs. Any more or less and you are spending too much on ordering or too much on keeping inventory. For example, in the Excel spreadsheet below, if you had an Annual Demand of 12000 units, Ordering Costs of $10 per order, and Holding costs of $4 per unit per year, the EOQ would be 245 units and Total Costs would be $980.00: We used the following formula in Excel to calculate EOQ: =SQRT((2*B2*B3)/B4) And the following formula to calculate Total Costs at this point: =$B$6/2*$B$4+$B$2/B6*$B$3 To create the graph, we used the following formulas and simply copied them over a range of 100 to 500 units. Ordering Costs: =$B$2/D2*$B$3 Holding Costs: =D2/2*$B$4 Total Costs: =F2+G2 Looking at this chart, we can clearly see that our order size of 245 is ...
In Operations Management today we used Excel to calculate product reliability. Reliability is defined as "the ability of a product, service, part, or system to perform its intended function under a prescribed set of circumstances" (Stevenson, 2009). In order to calulate reliability over a given length of time we need to use the following formula: P(no failure) = e -t/MTBF where: e = 2.7183 t = Length of service before failure MTBF = Mean Time Between Failures One of the cases we did in class involved an auto detailing company that wanted to calculate the reliability of its vacuum cleaners. Excel provides an "EXP" funtion that we can easily apply here. After entering all data for the problem as shown on the spreadsheet below, we type the formula =EXP(-A5/$B$2) in cell B5 and copy down. Next we plot the distribution for t=0 to the maximum life expectancy of 20 years using a line graph. What we end up with looks like a classic case of "ex...
2024 At least 40% of the global workforce has already been exposed to AI . Findings were skewed in favor of more highly developed economies (60%) vs emerging economies (26%) due in large part to the prevalence of white collar, service-oriented jobs in those regions – International Monetary Fund, 2024. 2025 Generative AI is projected to bring $200 billion USD to global education – Morgan Stanley, 2023. 2026 Over 75% of businesses will use generative AI to create synthetic customer data, up from less than 5% in 2023. Introducing synthetic data into models enables organizations to simulate environments and identify new product development opportunities, especially in highly regulated industries – Gartner, 2024. 2027 More than 50% of the generative AI models that enterprises use will be specific to either an industry or business function – Gartner, 2024. Six in ten workers will require retraining , but only half of workers are seen to have access to adequate training...
Comments