Question 1208633
<pre>
Larger wants to take a trip in 8 years. She needs 2,400$. How much should she deposit into an account that pay 3.5% interest daily to meet her goal, round to nearest dollar

The formula for an ORDINARY ANNUITY need to be used here. This is:
{{{matrix(1,3, FV[oa], "=", PMT(((1 + r)^n - 1)/r))}}}, or {{{matrix(1,3, PMT, "=", FV[oa]/(((1 + r)^n - 1)/r))}}}, or {{{matrix(1,3, PMT, "=", FV[oa](r/((1 + r)^n - 1)))}}}, where: 
 <font size = 3><font color = red><b>PMT</font></font></b> = PAYMENT/DEPOSIT to be made throughout the investment period annuity (<font size = 3><font color = red><b>UNKNOWN</font></font></b>, in this case)
<font size = 3><font color = red><b>FV<sub>oa</sub></font></font></b> = FUTURE VALUE of the annuity (<font size = 3><font color = red><b>$2,400</font></font></b>, in this case)
   <font size = 3><font color = red><b>r</font></font></b> = interest RATE, per period({{{matrix(1,3, .035/360, or, .007/72)}}}, in this case) <=== Note that 360 is NORMALLY used
                                                                     to represent the number of days
                                                                     in a year. 365 can also be used.
   <font size = 3><font color = red><b>n</font></font></b> = total NUMBER of investment periods (<font size = 3><font color = red><b>8 * 360 = 2,880</font></font></b>, in this case)

{{{matrix(1,3, PMT, "=", FV[oa](r/((1 + r)^n - 1)))}}}
{{{matrix(1,3, PMT, "=", "2,400"((.007/72)/((1 + .007/72)^"2,880" - 1)))}}} ---- Substituting <font size = 3><font color = red><b>$2,400</font></font></b> for <font size = 3><font color = red><b>FV<sub>oa</sub></font></font></b>, <font size = 3><font color = red><b>{{{.007/72}}}</font></font></b> for <font size = 3><font color = red><b>r</font></font></b>, and <font size = 3><font color = red><b>2,880</font></font></b> for <font size = 3><font color = red><b>n</font></font></b>

<font size = 4><font color = red><b>Payment/Amount to be made/deposited, daily </font></font></b>, or PMT = 0.722144255, rounded to <font size = 4><font color = red><b>$0.72</font></font></b>.


<font size = 3><font color = blue><b><u>SIDE NOTE:</font></font></b></u>
A deposit of $0.72 per day for 360 days per year, at a {{{matrix(1,3, .007/72, per, day)}}} (3.5% annual) interest rate, for 2,880 days
(8 years) = $2,392.87, which falls SHORT of her $2,400 goal by $7.13 ($2,400 - $2,392.87). However, a daily deposit
of $0.722144, rounded from $0.722144255, will certainly HIT the $2,400 MARK.

<font size = 3><font color = blue><b><u>Another SIDE NOTE:</font></font></b></u>
Above, I rounded off to the NEAREST cent, not nearest DOLLAR. So, in reality, rounding off $0.72244255 to the nearest
DOLLAR gives us $1, per day, which will be more than enough to reach her TARGET of $2,400 in 8 years, or 2.880 days. As
a matter of fact, $1 per day will yield $3,323.44 in 8 years (2,880 days), $923.44 more than her target goal of $2,400.

SELAH!!</pre>