Answer:
a
Explanation:
digital identity is the answer
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:
11548KJ/kg
10641KJ/kg
Explanation:
Stagnation enthalpy:

given:
cp = 1.0 KJ/kg-K
T1 = 25 C +273 = 298 K
V1 = 150 m/s

Answer: 11548 KJ/kg
Using Heat balance for steady-state system:

Qin = 42 MW
W = -100 KW
V2 = 400 m/s
Using the above equation

Answer: 10641 KJ/kg
c) We use cp because the work is done per constant pressure on the system.
Answer:
A
Explanation:
I just took the test. Plus I'm built different ;]