Skip to content

Commit 073963b

Browse files
impact change
1 parent db4fe26 commit 073963b

2 files changed

Lines changed: 95 additions & 17 deletions

File tree

impacts.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,16 @@ <h3 class="block-title">Boston spent</h3>
5858
<button class="method-toggle" aria-expanded="false">What Are These Numbers? <span class="chev"></span></button>
5959
<div class="method-content" hidden>
6060
<h4>Terminology</h4>
61-
<ul>
61+
<ul style="margin-bottom: 20px;">
6262
<li><strong>Tipping Fee:</strong> The cost per ton that municipalities pay to dispose of trash at incineration or landfill facilities. Boston's tipping fee is $103.38 per ton.</li>
6363
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
6464
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
6565
<li><strong>Tonnage:</strong> The total weight of trash disposed, measured in tons. Boston disposed of 186,305 tons in 2024, which converts to 372,610,000 pounds.</li>
66+
<li><strong>Average Reduction:</strong> How much trash 5 cities reduced per household after 5 years with PAYT = 0.260 tons per household.</li>
67+
<li><strong>Percent Reduction:</strong> How much less trash households threw away = 44.95%.</li>
68+
<li><strong>Projected Reduction:</strong> How much trash Boston could reduce if it does as well as other cities = 83,629.87 tons over 5 years.</li>
6669
</ul>
67-
<h4>Formulas</h4>
68-
<p><strong>Variables:</strong></p>
69-
<ul>
70-
<li><em>T</em> = Total tonnage disposed by Boston = 186,305 tons</li>
71-
<li><em>H</em> = Number of participating households = 322,000</li>
72-
<li><em>F</em> = Tipping fee per ton = $103.38</li>
73-
</ul>
74-
<p><strong>Calculations:</strong></p>
75-
<ul>
76-
<li><strong>Total pounds of trash:</strong> <em>T</em> × 2,000 lbs/ton = 186,305 × 2,000 = 372,610,000 pounds</li>
77-
<li><strong>Tons per household:</strong> <em>T</em> ÷ <em>H</em> = 186,305 ÷ 322,000 = 0.579 tons per household</li>
78-
<li><strong>Total incineration cost:</strong> <em>T</em> × <em>F</em> = 186,305 × $103.38 = $19,260,210.90</li>
79-
</ul>
70+
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
8071
</div>
8172
</div>
8273
</div>
@@ -122,9 +113,16 @@ <h3>
122113
<div class="method-banner">
123114
<button class="method-toggle" aria-expanded="false">What Are These Numbers? <span class="chev"></span></button>
124115
<div class="method-content" hidden>
125-
Over 5 years since implementing Pay as You Throw, the 5 municipalities that introduced PAYT (for which we have data) reduced their solid waste disposal by an average of 0.2600936 tons per household. If Boston were to reduce its solid waste disposal by the same amount, over 5 years, each household would reduce their trash disposal from 0.57858695652 tons to 0.31849335652 tons per household, or a reduction of 44.95%.
126-
<p>Multiplying 0.2600936 tons by Boston's 322,000 participating households results in an estimated reduction of 83,629.87 tons of trash per household over 5 years, or 16,725.974 tons per household per year in Boston. At a tipping fee of $103.38 per ton, this reduction translates to an estimated savings of $8,646,580.35 over 5 years, or $1,729,131.19 annually.</p>
127-
</div>
116+
<h4>Terminology</h4>
117+
<ul style="margin-bottom: 20px;">
118+
<li><strong>Per-Household Revenue:</strong> How much money each household generates through PAYT bag and tag sales in Malden.</li>
119+
<li><strong>Revenue Source:</strong> The different ways cities earn money from PAYT, like bag sales or trash tag sales.</li>
120+
<li><strong>Scaling:</strong> Using Malden's money per household to estimate how much Boston could earn.</li>
121+
<li><strong>Illustrative:</strong> This is an example calculation, not a prediction of what will actually happen.</li>
122+
</ul>
123+
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
124+
</div>
125+
128126
</div>
129127
<!-- Section: PAYT Results in Other Municipalities -->
130128
<section class="stats-fullpage">
@@ -209,6 +207,7 @@ <h3 class="block-title">Harvard</h3>
209207
</ul>
210208
</li>
211209
</ol>
210+
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
212211
</div>
213212
</div>
214213

method.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,85 @@
2626
</div>
2727
</header>
2828
<h1>Methodology</h1>
29+
30+
<div class="sectionbanner">Boston in 2024</div>
31+
<h4>Terminology</h4>
32+
<ul style="margin-bottom: 20px;">
33+
<li><strong>Tipping Fee:</strong> The cost per ton that municipalities pay to dispose of trash at incineration or landfill facilities. Boston's tipping fee is $103.38 per ton.</li>
34+
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
35+
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
36+
<li><strong>Tonnage:</strong> The total weight of trash disposed, measured in tons. Boston disposed of 186,305 tons in 2024, which converts to 372,610,000 pounds.</li>
37+
</ul>
38+
39+
<h4>Formulas</h4>
40+
<ul style="padding-left: 20px; margin-bottom: 20px;">
41+
<li><em>T</em> = Total tonnage disposed by Boston = 186,305 tons</li>
42+
<li><em>H</em> = Number of participating households = 322,000</li>
43+
<li><em>F</em> = Tipping fee per ton = $103.38</li>
44+
</ul>
45+
<h4>Calculation</h4>
46+
<ul style="padding-left: 20px; margin-bottom: 15px;">
47+
<li><strong>Total pounds of trash:</strong> <em>T</em> × 2,000 lbs/ton = 186,305 × 2,000 = 372,610,000 pounds</li>
48+
<li><strong>Tons per household:</strong> <em>T</em> ÷ <em>H</em> = 186,305 ÷ 322,000 = 0.579 tons per household</li>
49+
<li><strong>Total incineration cost:</strong> <em>T</em> × <em>F</em> = 186,305 × $103.38 = $19,260,210.90</li>
50+
</ul>
51+
</div>
52+
53+
<div class="sectionbanner">With Pay as You Throw</div>
54+
<h4>Terminology</h4>
55+
<ul style="margin-bottom: 20px;">
56+
<li><strong>Average Reduction:</strong> How much trash 5 cities reduced per household after 5 years with PAYT = 0.260 tons per household.</li>
57+
<li><strong>Percent Reduction:</strong> How much less trash households threw away = 44.95%.</li>
58+
<li><strong>Projected Reduction:</strong> How much trash Boston could reduce if it does as well as other cities = 83,629.87 tons over 5 years.</li>
59+
</ul>
60+
61+
<h4>Variables</h4>
62+
<ul style="padding-left: 20px; margin-bottom: 20px;">
63+
<li><em>R</em> = Reduction per household = 0.260 tons</li>
64+
<li><em>H</em> = Boston households = 322,000</li>
65+
<li><em>F</em> = Cost per ton = $103.38</li>
66+
<li><em>T<sub>current</sub></em> = Trash per household now = 0.579 tons</li>
67+
</ul>
68+
69+
<h4>Calculations</h4>
70+
<ul style="padding-left: 20px; margin-bottom: 15px;">
71+
<li><strong>Trash per household after PAYT:</strong> 0.579 - 0.260 = 0.319 tons</li>
72+
<li><strong>Percent reduction:</strong> (0.260 ÷ 0.579) × 100 = 44.95%</li>
73+
<li><strong>Total reduction in 5 years:</strong> 0.260 × 322,000 = 83,629.87 tons</li>
74+
<li><strong>Reduction per year:</strong> 83,629.87 ÷ 5 = 16,725.97 tons</li>
75+
<li><strong>Total savings in 5 years:</strong> 83,629.87 × $103.38 = $8,646,580.35</li>
76+
<li><strong>Savings per year:</strong> $8,646,580.35 ÷ 5 = $1,729,131.19</li>
77+
</ul>
78+
</div>
79+
80+
<div class="sectionbanner">Malden: A Case Study</div>
81+
<h4>Terminology</h4>
82+
<ul style="margin-bottom: 20px;">
83+
<li><strong>Per-Household Revenue:</strong> How much money each household generates through PAYT bag and tag sales in Malden.</li>
84+
<li><strong>Revenue Source:</strong> The different ways cities earn money from PAYT, like bag sales or trash tag sales.</li>
85+
<li><strong>Scaling:</strong> Using Malden's money per household to estimate how much Boston could earn.</li>
86+
<li><strong>Illustrative:</strong> This is an example calculation, not a prediction of what will actually happen.</li>
87+
</ul>
88+
89+
<h4>Variables</h4>
90+
<ul style="padding-left: 20px; margin-bottom: 20px;">
91+
<li><em>M_rev</em> = Total money Malden makes from each PAYT source</li>
92+
<li><em>M_hh</em> = Number of Malden households</li>
93+
<li><em>B_hh</em> = Boston households = 272,500</li>
94+
<li><em>B_rev</em> = Money Boston could make from PAYT</li>
95+
</ul>
96+
97+
<h4>Calculations</h4>
98+
<ul style="padding-left: 20px; margin-bottom: 15px;">
99+
<li><strong>Step 1 - Malden's revenue per household:</strong> Divide Malden's total money by households.</li>
100+
<li><strong>Step 2 - Scale to Boston:</strong> Multiply Malden's per-household amount by 272,500.</li>
101+
<li><strong>Bag revenue example:</strong> $47.11 × 272,500 = $12,837,475</li>
102+
<li><strong>Tag revenue example:</strong> $31.26 × 272,500 = $8,518,760</li>
103+
<li><strong>Important note:</strong> This assumes Boston would work like Malden, which may not be true.</li>
104+
</ul>
105+
</div>
106+
</div>
107+
29108
<script>
30109
(function () {
31110
function setBannerHeightVar() {

0 commit comments

Comments
 (0)