Assignment Question
Immigration Justice. MAT 152 – Final Project.
1- Using the attached table “Profile of the Unauthorized Population: United States” (Appendix 2), create a graph (Histogram, Polygon, Pie Chart, Pareto…) for minimum 8 of the following variables: (there are 16 tables, you must do minimum 8 graphs) a- Demographics · Top Countries of Birth. · Regions of Birth. · Years of U.S. Residence. · Age. · Gender. b- Family · Parental Status. · Marital Status. c- Education and Language · School Enrollment of Children and Youth. · Educational Attainment of Adults. · English Proficiency. · Top 5 Languages Spoken at Home. d- Workforce · Labor Force Participation. · Top Industries of Employment e- Economics · Family Income. · Access to Health Insurance. · Home Ownership.
2 Analyze each of the graphs using descriptive statistics. Describe your findings for each of them.
3 Analyze the main research topics by interconnecting the variables in each of the 5 topics (demographics, family, education and language, workforce, and economics). Describe how they are related.
4 Interconnect the 5 topics with respect to each other. Describe how they are related. 5 Infer about your findings and express your position on accepting or not an immigration reform.
6 After analyzing the general findings, explain the pros and cons of an immigration reform.
7 Express your own conclusion about Immigration Justice in the United States.
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 });