Answer:
Where is the question?
Step-by-step explanation:
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
Assuming he had not dealt with the bank offering plan B before, he has nothing deposited two years back. Hence plan B only gives him only 0.2% annual interest for his deposit.
Plan A gives 0.25% for his deposit all the time.
So plan A is more advantageous.
For durations,
To reach $1,000,000 from $100,000, the money needs to grow 10 fold, or
(1+i)^n=10
n=log(10)/log(1+i).
So for plan A:
n=log(10)/log(1.0025)=922.18 years, while for
plan B
n=log(10)/log(1.0020)=1152.44 years.
Hope the bank(s) still exist at that time.
Answers:
T-shirt = $25
Shorts = $15
Books = $50
Shoes = $30
Cell phones = $750
===============================================
Explanation:
Taking 10% of a number is simply moving the decimal point over one spot to the left.
For example, the selling price of a t-shirt is $250.00 and taking 10% of this gets us to $25.00
As another example, 10% of 150.0 is 15.0
If a whole number ends with a 0, then taking 10% of the number means we chop that zero off.