Answer:
(b) 7.2 mJ
Explanation:
ENERGY STORED IN CAPACITOR: the energy is stored in capacitor in electric field
which can be calculated by expressions
E=
c 
=


=7200×
J
= 7.2×
J
=7.2 mJ
Answer:
month = input("Input the month (e.g. January, February etc.): ")
day = int(input("Input the day: "))
if month in ('January', 'February', 'March'):
season = 'winter'
elif month in ('April', 'May', 'June'):
season = 'spring'
elif month in ('July', 'August', 'September'):
season = 'summer'
else:
season = 'autumn'
if (month == 'March') and (day > 19):
season = 'spring'
elif (month == 'June') and (day > 20):
season = 'summer'
elif (month == 'September') and (day > 21):
season = 'autumn'
elif (month == 'December') and (day > 20):
season = 'winter'
print("Season is",season)
Explanation:
Answer:
The annual operating cost of the refrigerator is $102.78.
Explanation:
Power consumed by the refrigerator = 247 W = 247/1000 = 0.247 kW
Daily operation of the refrigerator = 19 hours
Annual operation of the refrigerator = 365 × 19 = 6,935 hours
Annual energy consumed = 0.247 kW × 6,935 hours = 1712.945 kWh
1 kWh of electricity cost $0.06
1712.945 kWh will cost 1712.945 × $0.06 = $102.78
Annual operating cost = $102.78
You can see and download from the link
https://tlgur.com/d/GYYVL5lG
Please don't forget to put heart ♥️
Answer:
The tax on this property is
dollars
Explanation:
Given
Tax on per $100 is $2.50
Tax on every $1 is
dollars
Tax on property of value $150,000 is
dollars
The tax on this property is
dollars