Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

homeworks

Views: 76
%typeset_mode True A recent college graduate borrows \$150,000 at an interest rate 6% to purchase a condominium. Anticipating steady salary increases, the buyer expects to make payments at a monthly rate of $800+10t$, where $t$ is the number of months since the loan was made. Assuming that this payment schedule can be maintained, when will the loan be fully paid?
*** WARNING: Code contains possible implicit multiplication *** *** Check if any of [ 10t ] need a "*" sign for multiplication, e.g. 5x should be 5*x ! *** Error in lines 2-2 Traceback (most recent call last): File "/cocalc/lib/python2.7/site-packages/smc_sagews/sage_server.py", line 1013, in execute exec compile(block+'\n', '', 'single') in namespace, locals File "<string>", line 1 A recent college graduate borrows * BackslashOperator() * $Integer(150),Integer('000') at an interest rate Integer(6)% to purchase a condominium. Anticipating steady salary increases, the buyer expects to make payments at a monthly rate of $Integer(800)+10t$, where $t$ is the number of months since the loan was made. ^ SyntaxError: invalid syntax