A financial institution in your community is advertising “Simple Interest Car Loans”. Here is their ad.
“Looking for an attractive loan for the car of your dreams? Well, you have to look no more. Come in and show us your car deal. We will match any car loan and reduce the interest rate by 1%, with our “simple interest car loan”. No down payment needed, and no trade-ins. Our loans must have a minimum interest rate of .5%.”
1.Search the internet and locate the sale price for the car of your dreams.
2.For the purpose of this exercise, you can ignore sales tax.
3.Determine the annual interest rate for your loan using information from a local bank or an internet ad. Reduce this rate by 1%. This is r, but expressed as a decimal.
4.Decide the time, in years, you wish to repay the loan (typically, 3-7 years, half years are ok). This is t.
5.Determine the interest on your loan, using the formula:
?interest = sale price*rate*time, (I = prt).
6.Determine the total cost of your loan, using the formula:
?Total cost = (sale price*rate)time + Sale Price
7.Divide the total cost by the number of months, to determine the monthly payment.
8.Repeat steps 5 & 6 to determine the cost of the loan if the interest rate had not been reduced by 1% – how much money did you save?
9.Summarize your findings by writing a brief statement that includes the pertinent information from the steps above; rates, totals, savings, etc…
10.Include references formatted according to APA style.
Include references formatted according to APA style.
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 });

