Answer:
Total FV= $29,335.25
Explanation:
<u>First, we need to calculate the future value of the initial investment ($2,500) using the following formula:</u>
FV= PV*(1 + i)^n
PV= $2,500
i= 0.0075
n=10*12= 120 months
FV= 2,500*(1.0075^120)
FV= $6,128.39
<u>Now, the future value of the $1,500 annual deposit:</u>
FV= {A*[(1+i)^n-1]}/i
A= annual deposit
We need to determine the effective annual rate:
Effective annual rate= (1.0075^12) - 1= 0.0938
FV= {1,500*[(1.0938^10) - 1]} / 0.0938
FV= $23,206.86
Total FV= $29,335.25
Answer: D because it is D
Answer:
B) Credit to refund liability of $280,000
Explanation:
The total estimated returns are 85 of the total sales = 8% x $21,000,000 = $1,680,000.
Since the company had already accounted for $1,400,000 in returns, the adjusted necessary should be = total returns - accounted returns = $1,680,000 - $1,400,000 = $280,000
Since the refund liability account must increase, and it is a liability account, it should be credited.
The correct answer for the for loop is:
for (int i=1; i<200; i++){
if ((i%2)==0 && (i%3)==0){
cout << i << " ";
}
}
Python offers three options for running the loops. For iterating repeatedly through a sequence, use a for loop (that is either a list, a tuple, a dictionary, a set, or a string). This functions more like an iterator method seen in other object-oriented programming languages and is less like the for keyword found in other programming languages. The for loop allows us to run a series of instructions once for each element of a list, tuple, set, etc. There is no need to set an indexing variable before using the for loop.
Write a for loop that prints, in ascending order, all the positive integers less than 200 that are divisible by both 2 and 3, separated by spaces.
Learn more about loops here:
brainly.com/question/25955539
#SPJ4
Answer:
Personal skills and qualities that employers look for in candidates for ... Overall, employers look for job candidates with strong personal skills because ... They are just as, if not more, important to employers, though you'll need a mix of both. ... two employees utilizing their information technology skills working on fixing a tech ...
Explanation: