Choose one of these two questions and write a short paper (3-4 pages, double spaced, 12-point Times New Roman). Do your best to put together a compelling argument in support of your position and illustrate your points with textual details. Offer reasons and examples, but refrain from using overly long quotations.
1. Both Hobbes and Rousseau claim that the power of the sovereign is indivisible. And yet, these two political thinkers have very different ideas in mind. How do they differ? And which, in your opinion, is the better view? Answer both questions in a concise but compelling argument, and offer quotes and examples to support your claims.
Helpful sections: Book II, Ch. 2 from Rousseau’s Social Contract; “These Rights are Indivisible” from Hobbes’ Leviathan. Please note that these sections should constitute a starting point. You will need the rest of the texts to understand the arguments Rousseau and Hobbes make in regard to the indivisibility of the sovereign.
2. Both Locke and Rousseau are very much concerned with the issue of morality. However, these two political thinkers understand morality in different ways. How do they differ? And which, in your opinion, is the better view? Answer both questions in a concise but compelling argument, and offer examples to support your claims.
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 });