You will write TWO documents: A memo and a letter.
“I WOULD LIKE A 2 PAGE MEMO AND A 2 PAGE LETTER PLEASE”
For the memo, you will be a representative of the USA Olympic Committee and your task is to find a corporation that will make a good sponsor for the Olympics. A typical commitment is $75 million. When you have selected a good prospect, write a memo to Larry Probst, Chair of the USA Olympic Committee, explaining precisely why you have selected this company, and detailing precisely what will be required. Sponsorship can be either in goods or services.
Then, as Larry Probst, write a letter to the CEO of the target company, again explaining why they have been selected and what exactly will be required of them. Here, you will need to be very PERSAUASIVE as you put forth your case explaining exactly what a wonderful opportunity/privilege/honor this is for his or her company.
Questions to ask yourself: Summer or Winter Olympics?
Just one country’s team, or the entire Olympic enterprise to be sponsored?
Goods or Services?
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 });