There will be 5 different sections. This is not a 5 part project. Each section is its own project.
——————————————————————————————————————————
Part A | EC Hats
These are the teachers instructions:
Submit your best solution for the Hats puzzle at the end of Baronett’s Chapter 1. Include your answer and your explanation. No credit just for the answer. The best format for submission is to upload a .doc .docx .pdf .html or .htm file.
-I will attach the story as an attachment that goes along with the instructions. Please write a minimum of a paragraph for the answer. If any pictures are needed to explain the answer please use pictures.
——————————————————————————————————————————
Part B | EC Prisoner
These are the teachers instructions:
Come up with a solution (with explanation) to the Logic Challenge: A Clever Problem at the end of chapter 4 of Baronett’s Logic. This is a classic logic puzzle. Enjoy!
-I will attach the story as an attachment that goes along with the instructions. Please write a minimum of a paragraph for the answer. If any pictures are needed to explain the answer please use pictures.
——————————————————————————————————————————
Part C | EC Masons
These are the teachers instructions:
Come up with a solution to the Logic Challenge: Group Relationship at the end of chapter 5 of Baronett’s Logic. You may upload a diagram (you may need to scan and upload as an image) or you may write out your solution.
-I will attach the story as an attachment that goes along with the instructions. Please write a minimum of a paragraph for the answer. If any pictures are needed to explain the answer please use pictures.
——————————————————————————————————————————
Part D | EC Beat the Cheat
-I will attach the story as an attachment that goes along with the instructions. Please write a minimum of a paragraph for the answer. If any pictures are needed to explain the answer please use pictures.
——————————————————————————————————————————
Part E | EC Guilty Problem & EC 4 Circles
These are the teachers instructions:
Be sure to answer both questions in your answer.
-I will attach the story as an attachment that goes along with the instructions. Please write a minimum of a paragraph for the answer. If any pictures are needed to explain the answer please use pictures.
——————————————————————————————————————————
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 });

