Browse the Topics, Table of Contents, and Index
Follow us:
Twitter Facebook

6.1 Introduction to Lending

6.1 Introduction to Lending
<
>
  • Math Help

    To make a spreadsheet similar to the one in Example 5, use the steps below.

    1. Enter the title "Rate" in Row 1 and the titles "Days," "4%,"  "8%," "12%," "16%," "20%," and "24%" into Row 2.
    2. Enter 60 into cell A3, 120 into cell A4, 180 into cell A5, 240 into cell A6, 300 into cell A7, and 365 into cell A8.
    3. Enter the formula = ROUND(1000*0.04*A3/365, 2) into cell B3.
    4. Select cell B3. From the Edit menu, choose Copy.
    5. Select cells B4 through B8. From the Edit menu, choose Paste.
    6. Enter the formula = ROUND(1000*0.08*A3/365, 2) into cell C3.
    7. Select cell C3. From the Edit menu, choose Copy.
    8. Select cells C4 through C8. From the Edit menu, choose Paste.
    9. Enter the formula = ROUND(1000*0.12*A3/365, 2) into cell D3.
    10. Select cell D3. From the Edit menu, choose Copy.
    11. Select cells D4 through D8. From the Edit menu, choose Paste.
    12. Enter the formula = ROUND(1000*0.16*A3/365, 2) into cell E3.
    13. Select cell E3. From the Edit menu, choose Copy.
    14. Select cells E4 through E8. From the Edit menu, choose Paste.
    15. Enter the formula = ROUND(1000*0.2*A3/365, 2) into cell F3.
    16. Select cell F3. From the Edit menu, choose Copy.
    17. Select cells F4 through F8. From the Edit menu, choose Paste.
    18. Enter the formula = ROUND(1000*0.24*A3/365, 2) into cell G3.
    19. Select cell G3. From the Edit menu, choose Copy.
    20. Select cells G4 through G8. From the Edit menu, choose Paste.

    To format the cells, use the steps below.

    1. Select cells B2 through B8.
    2. From the Format menu, choose Cells....
    3. In the Format Cells dialog, select the Number tab.
    4. From the Category: list, select Currency.
    5. For Decimal places:, enter 2. For Symbol, choose $ from the drop down list. Then click OK.
    6. Repeat Steps 1-5 for cells C2 through C8, cells D2 through D8, cells E2 through E8, cells F2 through F8, and cells G2 through G8.
  • Consumer Suggestion

    FinAid.org has a Loan Comparison Calculator to help you compare loans and figure out the best loan terms.

  • Checkpoint Solution

    Use a spreadsheet to complete the calculations.

  • Comments (4)

    These comments are not screened before publication. Constructive debate about the information on this page is welcome, but personal attacks are not. Please do not post comments that are commercial in nature or that violate copyright. Comments that we regard as obscene, defamatory, or intended to incite violence will be removed. If you find a comment offensive, you may flag it.
    When posting a comment, you agree to our Terms of Use.

     __   _     ______   _____      ______    ______  
    | || | ||  /_   _// |  __ \\   /_   _//  /_____// 
    | '--' ||   -| ||-  | |  \ ||   -| ||-   `____ `  
    | .--. ||   _| ||_  | |__/ ||   _| ||_   /___//   
    |_|| |_||  /_____// |_____//   /_____//  `__ `    
    `-`  `-`   `-----`   -----`    `-----`   /_//     
                                             `-`      
    
    Showing 4 comments
    Subscribe by RSS
    system user
    Jackie (moderator)9 years ago |
    Hi John,

    Great suggestion! Thanks for sharing it with us.
    1
    system user
    John Bennett   9 years ago |
    When creating your own spreadsheet, you don't have to use the ROUND function, once you format an amount to display as currency, it will automatically be shown with 2 decimal places.
    0
    system user
    Jackie (moderator)1 decade ago |
    Have you ever wondered how student loan interest is calculated? It uses the simple interest formula listed on this page.

    Recently there has been quite a bit of buzz about student loan interest in the news. On the andYOU blog, you can find out more about student loans and simple interest.

    Visit the andYOU blog post here: http://www.andyou.com/blog/finances/math-in-the-news-student-loan-interest/
    0
    system user
    Ron Larson (author)1 decade ago |
    When I see a table like the one in the solution in Example 5, I always look for patterns. One easy pattern is in the bottom row of the table. From left to right, each dollar amount increases by $40.
    0