i will ad the instruction later
Added on 01.04.2016 21:29
this assignment is about to answer four questions
2 pages for each question
the answer for each question should include five things
1-back round
2-current understanding
3- images( structures , bonding .tables….etc)
4-future research
5-link for best articles relate to the answer
The first question is ;
Which carbenes has the strongest bond? C-F , C-Cl , C-Br ? why?
The second question is :
which is more stable ? a carbanion on benzene ring or carbanion on avinylice on aliphatic chain?
the third question is :
Explain the odd stability of Goldberg\”s triphenylmethyl radical ?
the fourth question is :
How does the rearrangement stabilize radicals? How common is this rearrangement ?
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 });

