Site Tools


car

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
car [2026/04/04 23:06] – [Table] admincar [2026/04/04 23:11] (current) – [Table] admin
Line 1: Line 1:
-^ Loan Parameter ^ Value ^ +| Loan Amount ($)           35000                                                                  
- +| Annual Interest Rate (%)  | 2.9                                                                    
- +| Duration (Years)          | 5                                                                      
-| Loan Amount ($)           10000                                                                       +| **Monthly Payment**       | ~~=round((r1c1/1200 * r0c1) / (1 - (1 + r1c1/1200)**(-r2c1*12)), 2)~~  | 
-| Annual Interest Rate (%)  | 4                                                                           +| **Total Interest Paid**   | ~~=round((r3c1 * r2c1 * 12) - r0c1, 2)~~                               
-| Duration (Years)          | 5                                                                           +| **Total Cost**            | ~~=round(r0c1 + r4c1, 2)~~                                             |
-| **Monthly Payment**       | ~~=round((r1c1/100/12 * r0c1) / (1 - pow(1 + r1c1/100/12, -r2c1*12)), 2)~~  | +
-| **Total Interest Paid**   | ~~=round((r3c1 * r2c1 * 12) - r0c1, 2)~~                                    +
-| **Total Cost**            | ~~=round(r0c1 + r4c1, 2)~~                                                  | +
car.1775343968.txt.gz · Last modified: by admin