Critical Thinking
You Are a Decision Maker
Think of all the decisions, both large and small, that you make during the course of a regular day. Just as you must continually make decisions in your personal life, every stakeholder in an organization is also required to make decisions.
Reflect on your own experience, knowledge and understanding of decision making as it applies to the management discipline, then:
Summarize your history as a decision maker in the world of business and management.
Identify the process that you have used to make important decisions in the work environment.
Identify gaps or holes that you think exist when you review your process.
Required Resources
This page contains the Learning Resources for this week. Be sure to scroll down the page to see all of this week’s assigned Learning Resources. To access select media resources, please use the media player below.
Text
- Hastie, R. K., & Dawes, R. M. (2010).Rational choice in an uncertain world (2nd ed.). Washington, DC: Sage Publications.
-
- Chapter 1, “Thinking and Deciding”
- Chapter 2, “What is Decision Making?”
Chapter 1 presents decision making as a learned skill, rather than an inherent ability, and discusses the difference between rational and descriptive theories of decision making. Chapter 2 introduces a definition for the termdecision, gives an overview of the purpose and utility of decision trees, and begins to more fully explore the concept of a rational decision.
Articles
- Foote, N., Weiss, L., Matson, E., & Wenger, E. (2002). Leveraging group knowledge for high-performance decision-making.Organizational Dynamics, 31(3), 280–295. doi:10.1016/S0090-2616(02)00114-6
This article compares advances in technology that allow decision makers to utilize group knowledge beyond the boundaries of their own organizations or personal networks in order to make better decisions.
- Drucker, P. F. (1967). The effective decision.Harvard Business Review, 45(1), 92-98.
Persistent link to this record (Permalink):
http://ezp.waldenulibrary.org/login?url=http://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=3866534&site=eds-live&scope=siteThis article describes a six-step decision-making process that is particularly effective for high-risk decisions within organizations.
- Etzioni, A. (1989). Humble decision making.Harvard Business Review, 67(4), 122.
Persistent link to this record (Permalink):
http://ezp.waldenulibrary.org/login?url=http://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=8909250515&site=eds-live&scope=siteThis article presents flaws in the rational and incremental decision-making methods and argues for the alternative of “humble” decision making as a process which takes into account both the breadth and depth of a problem.
- Hayashi, A. M. (2001). When to trust your gut.Harvard Business Review, 79(2), 59-65.
Persistent link to this record (Permalink):
http://ezp.waldenulibrary.org/login?url=http://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=4039074&site=eds-live&scope=siteThis article attempts to explore the basis of what we perceive to be “gut instinct” or spontaneous choices, arguing that intuition and emotion are valuable components of decision making.
Optional Resources
Articles
- Goll, I., & Rasheed, A. A. (2005). The relationships between top management demographic characteristics, rational decision making, environmental munificence, and firm performance.Organization Studies, 26(7), 854–883. doi:10.1177/0170840605053538
Media
- Laureate Education, Inc. (Executive Producer). (2011).Better decision making. Baltimore, MD: Author.
Note: The approximate length of this media piece is 3 minutes.
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 });

