Analysis & Engineering Economy Term Paper
Objectives
To provide opportunity for you to apply the knowledge of Cost Analysis and Engineering Economy learnt in this class to a real-world problem to help stakeholders make informed economic or financial decisions, and to communicate the findings and recommendations via a report to the appropriate audience.
How to Pick a Term Paper Topic
You can select a problem from the industry, business, or personal life. The problem should involves economic evaluation of cash flows for different proposals. For the data, they can either be from public sources, or you may estimate them.
Here are some examples of the type of topics:
• Housing and property investment problem including loan evaluation.
(This is the topic)
The Proposal
The one-page proposal to be submitted via IVLE Project Worbin should contain at least the following information:
• Your name and contact information
• Project title (Tentitative)
• Problem description
• What are the alternatives or courses of action being analysed?
• Sources of data/information
The Final Report
A hard copy of the report is required and it may contain but not limited to the followings:
• Cover Page
• Executive Summary
• Problem Description
• Cash Flow Models Development
• Base Case Solution
• Sensitivity Analysis
• Probabilistic Risk Analysis
• What-If Analysis
• Recommendations & Conclusion
Appendixes
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 });

