Answer:
Explanation:
f = 50.0 Hz, L = 0.650 H, π = 3.14
C = 4.80 μF, R = 301 Ω resistor. V = 120volts
XL = wL = 2πfL
= 2×3.14×50* 0.650
= 204.1 Ohm
Xc= 1/wC
Xc = 1/2πfC
Xc = 1/2×3.14×50×4.80μF
= 1/0.0015072
= 663.48Ohms
1. Total impedance, Z = sqrt (R^2 + (Xc-XL)^2)= √ 301^2+ (663.48Ohms - 204.1 Ohm)^2
√ 90601 + (459.38)^2
√ 90601+211029.98
√ 301630.9844
= 549.209
Z = 549.21Ohms
2. I=V/Z = 120/ 549.21Ohms =0.218Ampere
3. P=V×I = 120* 0.218 = 26.16Watt
Note that
I rms = Vrms/Xc
= 120/663.48Ohms
= 0.18086A
4. I(max) = I(rms) × √2
= 0.18086A × 1.4142
= 0.2557
= 0.256A
5. V=I(max) * XL
= 0.256A ×204.1
=52.2496
= 52.250volts
6. V=I(max) × Xc
= 0.256A × 663.48Ohms
= 169.85volts
7. Xc=XL
1/2πfC = 2πfL
1/2πfC = 2πf× 0.650
1/2×3.14×f×4.80μF = 2×3.14×f×0.650
1/6.28×f×4.8×10^-6 = 4.082f
1/0.000030144× f = 4.082×f
1 = 0.000030144×f×4.082×f
1 = 0.000123f^2
f^2 = 1/0.000123048
f^2 = 8126.922
f =√8126.922
f = 90.14 Hz
Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
16-bit wide
Explanation:
In order to find the width of the address bus, we need first to know how many memory cells it is needed to address.
If the size memory is 64 KB, this means that the memory size, in bytes, is equal to the following quantity:
64 KB = 2⁶ * 2¹⁰ bytes = 2¹⁶ bytes.
In order to address this quantity of cell positions, the address bus must be able to address 2¹⁶ bytes, so it must have 16-bit wide.
Answer:
it depends on the but i would recommend check in the front next to the turbo intake.
Answer:
Heat flux of CO₂ in cgs
= 170.86 x 10⁻⁹ mol / cm²s
SI units
170.86 x 10⁻⁸ kmol/m²s
Explanation: