Chemistry CHM 1033
Homework 4
Name: Date:
1- Name the following compounds
a)
b)
c)
d)
e)
f)
g)
h)
i)
j)
2- In relation with fatty acids, explain the expressions
a) Omega-3
b)Omega-6
c) Saturated
d) Unsaturated
e) Polynsaturated
3- What are lipids?
4- Explain the relationship between cell membrane and lipids and cholesterol
5- What kind of lipid cholesterol is?
6- What does “essential fatty acid” mean?
7- Draw the structural formula of glycerol
8- What is a triacylglycerol or triglyceride?
9- Draw the condensed structural formula for the triglyceride made of linoleic acid, linolenic acid and stearic acid
10- What is the function of triglycerols in the body?
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 });

