Skip to content

Commit b63177e

Browse files
committed
Updated car loan example 2 image
1 parent c73b31e commit b63177e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Finance/car_loans.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,13 @@
295295
},
296296
{
297297
"cell_type": "code",
298-
"execution_count": 17,
298+
"execution_count": 1,
299299
"metadata": {
300300
"collapsed": true
301301
},
302302
"outputs": [],
303303
"source": [
304-
"# Tax + Emissions + Registration + Plate + Documentation\n",
304+
"# Price + Tax + Emissions + Registration + Plate + Documentation\n",
305305
"P = 31115 + (32615 * 0.0975) + 50 + 200 + 65 + 80\n",
306306
"\n",
307307
"r = 0.0702 / 12\n",
@@ -310,7 +310,7 @@
310310
},
311311
{
312312
"cell_type": "code",
313-
"execution_count": 18,
313+
"execution_count": 2,
314314
"metadata": {
315315
"collapsed": false
316316
},
@@ -321,7 +321,7 @@
321321
"687.2302176619154"
322322
]
323323
},
324-
"execution_count": 18,
324+
"execution_count": 2,
325325
"metadata": {},
326326
"output_type": "execute_result"
327327
}

Finance/loans.pptx

-32.6 KB
Binary file not shown.
224 KB
Loading

0 commit comments

Comments
 (0)