Y = a (b)^t/p
y is total money
a is original amount
b is growth / decay factor
t is time
p is the frequency of every growth or decay
15131.76 = 11613 x 1.08^x
15131.76 / 11613 = 1.08^x
1.303… = 1.08^x
log1.303…. = xlog1.08
x = 3.43902165741 years
Answer:
Explanation:
Run the code given in text file following instructions.
Answer:
hello your question is incomplete attached below is the complete question
answer: There is a hydraulic jump
Explanation:
First we have to calculate the depth of flow downstream of the gate
y1 =
----------- ( 1 )
Cc ( concentration coefficient ) = 0.61 ( assumed )
Yg ( depth of gate opening ) = 0.5
hence equation 1 becomes
y1 = 0.61 * 0.5 = 0.305 m
calculate the flow per unit width q
q = Q / b ----------- ( 2 )
Q = 10 m^3 /s
b = 2 m
hence equation 2 becomes
q = 10 / 2 = 5 m^2/s
next calculate the depth before hydraulic jump y2 by using the hydraulic equation
answer : where y1 < y2 hence a hydraulic jump occurs in the lined channel
attached below is the remaining part of the solution
Answer:
# Program is written in Python Programming Language
# Comments are used for explanatory purpose
# Program starts here
# Accept input
Steps = input (Number of Steps: ")
# Calculate distance
distance = float(2000) * float(steps)
#Print Formatted Result
print('%0.2f' % distance)
# End of Program
.--------
The above program converts number of steps to miles.
At line 5, the number of steps is inputted and stored in variable named Steps.
At line 6, the number of miles is calculated by multiplying 2000 by the content of variable Steps
The result is printed at line 8
Answer:
Option B: An MSDS
Explanation:
A dictionary is used to check up the meaning of general words and not for checking if a substance being used is hazardous. Option A is wrong.
MSDS means "Material Safety Data Sheet" and it contains documents with information that relates to occupational health & safety for checking various substances and products. Thus, option B is correct.
SAE stands for Society of Automotive Engineering and their standards pertain to mainly Automobiles. Thus option C is wrong.
EPA guidelines are mainly for checking facility and environmental health and safety compliance. Thus, option D is wrong.