A number of years have passed since the writing of The Goal. Since then, developments in both
technology and operations-management theory have changed the toolset that is available to a plant
manager like Alex Rogo (e.g., lean, six sigma, the internet, etc.).
Write a 6 page paper in which you do the following:
1. Discuss how the availability of newer tools might have affected the choices and priorities on
which Alex focused.
2. Determine if Alex’s goal would have been the same in light of these new tools.
3. Discuss what Alex would bring to the challenges he faced that are absent in the Goldratt &
Cox text.
4. Determine where he might have applied new ideas and/or what ideas he might have
discarded
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

