Advertisement
---Advertisement---

झारखण्ड बिजली वितरण निगम लिमिटेड

By Demo

Updated on:

Follow Us
---Advertisement---

Electricity Bill Calculator

function OnSetPower() { const appliance = document.calcform.Select4.value; let power; switch (appliance) { case ‘Air conditioner’: power = 2000; break; case ‘Refrigerator’: power = 150; break; // Add more appliances as needed default: power = 0; // Default if none selected } document.calcform.Text1.value = power; } function OnCalcCost() { const power = parseFloat(document.calcform.Text1.value); const hours = parseFloat(document.calcform.Text2.value); const costPerKWh = parseFloat(document.calcform.Text3.value); if (isNaN(power) || isNaN(hours) || isNaN(costPerKWh)) return; const energyPerDay = (power * hours) / 1000; // in kWh const costPerDay = (energyPerDay * costPerKWh) / 100; // in dollars document.calcform.Text5.value = costPerDay.toFixed(2); // daily cost document.calcform.Text6.value = (costPerDay * 30).toFixed(2); // monthly cost document.calcform.Text7.value = (costPerDay * 365).toFixed(2); // yearly cost } function OnReset() { document.calcform.reset(); document.calcform.Text5.value = ”; document.calcform.Text6.value = ”; document.calcform.Text7.value = ”; } Electricity Bill Calculator

Electricity Bill Calculator

Electricity bill cost calculator. Electricity usage consumption calculator.

Select country:  
Typical appliance:
Power consumption:
Hours of use per day: h/day
1 kilowatt-hour (kWh) cost:
 
Electricity cost per day:  
Electricity cost per month:  
Electricity cost per year:  

Electricity bill calculation

Energy consumption calculation

The energy E in kilowatt-hours (kWh) per day is equal to the power P in watts (W) times number of usage hours per day t divided by 1000 watts per kilowatt:

E(kWh/day) = P(W) × t(h/day) / 1000(W/kW)

Electricity cost calculation

The electricity cost per day in dollars is equal to the energy consumption E in kWh per day times the energy cost of 1 kWh in cents/kWh divided by 100 cents per dollar:

Cost($/day) = E(kWh/day) × Cost(cent/kWh) / 100(cent/$)



See also

Electricity Bill Calculator – India

Electricity Bill Calculator

Electricity bill cost calculator for India.

Typical appliance:
Power consumption:
Hours of use per day: h/day
1 kilowatt-hour (kWh) cost:
 
Electricity cost per day:  
Electricity cost per month:  
Electricity cost per year:  

Electricity bill calculation

Energy consumption calculation

The energy E in kilowatt-hours (kWh) per day is equal to the power P in watts (W) times the number of usage hours per day t divided by 1000 watts per kilowatt:

E(kWh/day) = P(W) × t(h/day) / 1000(W/kW)

Electricity cost calculation

The electricity cost per day in rupees is equal to the energy consumption E in kWh per day times the energy cost of 1 kWh in rupees:

Cost(₹/day) = E(kWh/day) × Cost(₹/kWh)



See also

ADVERTISEMENT

झारखण्ड बिजली वितरण निगम लिमिटेड

Photo of author

Demo

Electricity Bill Calculator

function OnSetPower() { const appliance = document.calcform.Select4.value; let power; switch (appliance) { case ‘Air conditioner’: power = 2000; break; case ‘Refrigerator’: power = 150; break; // Add more appliances as needed default: power = 0; // Default if none selected } document.calcform.Text1.value = power; } function OnCalcCost() { const power = parseFloat(document.calcform.Text1.value); const hours = parseFloat(document.calcform.Text2.value); const costPerKWh = parseFloat(document.calcform.Text3.value); if (isNaN(power) || isNaN(hours) || isNaN(costPerKWh)) return; const energyPerDay = (power * hours) / 1000; // in kWh const costPerDay = (energyPerDay * costPerKWh) / 100; // in dollars document.calcform.Text5.value = costPerDay.toFixed(2); // daily cost document.calcform.Text6.value = (costPerDay * 30).toFixed(2); // monthly cost document.calcform.Text7.value = (costPerDay * 365).toFixed(2); // yearly cost } function OnReset() { document.calcform.reset(); document.calcform.Text5.value = ”; document.calcform.Text6.value = ”; document.calcform.Text7.value = ”; } Electricity Bill Calculator

Electricity Bill Calculator

Electricity bill cost calculator. Electricity usage consumption calculator.

Select country:  
Typical appliance:
Power consumption:
Hours of use per day: h/day
1 kilowatt-hour (kWh) cost:
 
Electricity cost per day:  
Electricity cost per month:  
Electricity cost per year:  

Electricity bill calculation

Energy consumption calculation

The energy E in kilowatt-hours (kWh) per day is equal to the power P in watts (W) times number of usage hours per day t divided by 1000 watts per kilowatt:

E(kWh/day) = P(W) × t(h/day) / 1000(W/kW)

Electricity cost calculation

The electricity cost per day in dollars is equal to the energy consumption E in kWh per day times the energy cost of 1 kWh in cents/kWh divided by 100 cents per dollar:

Cost($/day) = E(kWh/day) × Cost(cent/kWh) / 100(cent/$)



See also

Electricity Bill Calculator – India

Electricity Bill Calculator

Electricity bill cost calculator for India.

Typical appliance:
Power consumption:
Hours of use per day: h/day
1 kilowatt-hour (kWh) cost:
 
Electricity cost per day:  
Electricity cost per month:  
Electricity cost per year:  

Electricity bill calculation

Energy consumption calculation

The energy E in kilowatt-hours (kWh) per day is equal to the power P in watts (W) times the number of usage hours per day t divided by 1000 watts per kilowatt:

E(kWh/day) = P(W) × t(h/day) / 1000(W/kW)

Electricity cost calculation

The electricity cost per day in rupees is equal to the energy consumption E in kWh per day times the energy cost of 1 kWh in rupees:

Cost(₹/day) = E(kWh/day) × Cost(₹/kWh)



See also

ADVERTISEMENT
---Advertisement---

Related Post