Answer:
16.2 cents
Explanation:
Given that a homeowner consumes 260 kWh of energy in July when the family is on vacation most of the time.
Where Base monthly charge of $10.00. First 100 kWh per month at 16 cents/kWh. Next 200 kWh per month at 10 cents/kWh. Over 300 kWh per month at 6 cents/kWh.
For the first 100 kWh:
16 cent × 100 = 1600 cents = 16 dollars
Since 1 dollar = 100 cents
For the remaining energy:
260 - 100 = 160 kwh
10 cents × 160 = 1600 cents = 16 dollars
The total cost = 10 + 16 + 16 = 42 dollars
Note that the base monthly of 10 dollars is added.
The cost of 260 kWh of energy consumption in July is 42 dollars
To determine the average cost per kWh for the month of July, divide the total cost by the total energy consumed.
That is, 42 / 260 = 0.1615 dollars
Convert it to cents by multiplying the result by 100.
0.1615 × 100 = 16.15 cents
Approximately 16.2 cents
28384 *x soít cos estematema
Answer and Explanation:
Commutator are used in DC machine commutator is mainly used for the reversing the direction of the current .It is connected to the armature of the DC generator or motor
ADVANTAGE OF COMMUTATOR The main advantage of the commutator in DC motor is to keep keep the direction of the toque always in the same direction by changing the current direction
DISADVANTAGE OF COMMUTATOR : The main disadvantage is due to the friction between the commutator and brushes there is a friction loss.
Answer:
Made of Silicon.
Explanation:
A diode is a semiconductor device use in mostly electronic appliances. It is two terminals device consisting of a P-N junction formed either in Germanium or silicon crystal.
Diode can be forward biased or reverse biased.
When a diode is forward biased and the applied voltage is increased from zero, hardly any current flows through the device in the beginning.
It is so because the external voltage is being opposed by the internal barrier voltage whose value is 0.7v for silicon and 0.3v for germanium.
If you measure 0.7 V across a diode, the diode is probably therefore made of Silicon.
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!