Answer:
See explanation below.
Explanation:
For this case the program needs to take the inputs as P,r and n and the output would be as A and printed on the system. The code is:
# Inputs
P = float(input("Enter the present value : "))
r = float(input("Enter your APR : "))
n = float(input("Enter the number of years : ") )
# Output
A = P*(1 +(r/100))**n
print("The future values is:", A)
And the result obtained is:
Enter the present value : 1000
Enter your APR : 0.95
Enter the number of years : 5
The future values is: 1048.4111145526908
Answer:
a twisting force that tends to cause rotation
Explanation:
Answer:
The duration of the consolidation process for the same clay is 32 min
Explanation:
for clay 1:
t1=0
H1=thickness=2 cm
for the clay 2:
t2=?
H2=2 cm
The time factor is equal to:

where Cv is the coefficient of consolidation

if Cv is constant, we have:

Clearing t2:
t2=32 min