Answer:
2ib
Explanation:
if you divide 10 divided by 2 it gives you 5 and then subtract it by 2.2 = 2.8
there goes your answer.
Johnjjjjjjhhhhhhhhjjjjjjjjjjj
The lightning efficiency based on the scenario depicted will be C. 56 lumens/Watt, more efficient.
<h3>How to calculate the lightning efficiency</h3>
The efficiency of the incandescent bulb will be:
= 450/40 = 11.25 lumens per watt.
The efficiency of the LED bulb will be:
= 450/8 = 56 lumens per watt.
In this case, the LED bulb is more efficient than the incandescent bulb.
Therefore, the lighting efficiency will be 56 lumens/Watt, more efficient
Learn more lightning efficiency on:
brainly.com/question/25927632
Answer:
maximum value of the power delivered to the circuit =3.75W
energy delivered to the element = 3750e^{ -IOOOt} - 7000e ^{-2OOOt} -3750
Explanation:
V =75 - 75e-1000t V
l = 50e -IOOOt mA
power = IV = 50 * 10^-3 e -IOOOt * (75 - 75e-1000t)
=50 * 10^-3 e -IOOOt *75 (1 - e-1000t)
=
maximum value of the power delivered to the circuit =3.75W
the total energy delivered to the element = ![\int\limits^t_0 {3.75(e^{ -IOOOt} - e ^{-2OOOt} )} , dx \\\\](https://tex.z-dn.net/?f=%5Cint%5Climits%5Et_0%20%20%7B3.75%28e%5E%7B%20-IOOOt%7D%20-%20e%20%5E%7B-2OOOt%7D%20%29%7D%20%2C%20dx%20%5C%5C%5C%5C)
![3750e^{ -IOOOt} - 7000e ^{-2OOOt} -3750](https://tex.z-dn.net/?f=3750e%5E%7B%20-IOOOt%7D%20-%207000e%20%5E%7B-2OOOt%7D%20-3750)
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