Find the values of annual U.S. GDP, unemployment rate, inflation rate, government budget deficit and government debt in 2009 and 2014. Report the statistics for the two years in a table, make sure that your statistics are yearly statistics. Then, you also need to have a written part comparing the performance of the economy in 2009 and 2014.
You can use the web sites below to find the above statistics. You need to type the results of your research in a table, and then write a paragraph under the table comparing and analyzing the statistics. Explain how the economy been doing in 2009 and 2014 and how it has changed from 2009 to 2014. Do not submit just the print out papers or charts from different web-sites. The assignment must be submitted to Live Text. Dont email your answers to the instructor, emailing will not be accepted or graded.
For the above information you might look at the following web sites, but you could research on your own if the following web sites do not provide you with the requested information:
www.bls.gov
http://www.bea.gov/
www.cbo.gov
www.frbsf.org
www.heritage.org
www.pwt.econ
www.worldbank.org
www.census.gov/hhes/www/income.html
www.whitehouse.gov/omb/budget
www.access.gpo.gov.su_docs/budgetguide.html
www.atf.treas.gov
www.census.gov/ftp/pub
www.un.org/depts/unsd/social/inc-eco.htm
www.bea.doc.gov/bea/dn0898nip3/table1.htm
www.odci.gov/cia/publications/factbook
www.iiss.org
www.bea.doc.gov
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 });

