Skip to content

Commit aa6241b

Browse files
impact changes
1 parent e4c2df6 commit aa6241b

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

impacts.html

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,22 @@
3131
</header>
3232
<!-- Main Page Title -->
3333
<h1>Pay as You Throw in Boston</h1>
34+
35+
<p class="intro-text">How will PAYT effect the City of Boston? How does PAYT compare in other Massachusetts municipalities?</p>
36+
<div class="squiggle" aria-hidden="true"></div>
3437
<!-- Section: Boston 2024 Results -->
3538
<div class="sectionbanner">Boston in 2024</div>
3639
<!-- Result Cards Row -->
3740
<div class="stat-blocks">
3841
<div class="stat-block">
3942
<h3 class="block-title">Bostonians disposed of</h3>
40-
<p class="block-reduction"><span class="reduction-percent">372,610,000</span> pounds</p>
41-
<p class="block-description">of trash</p>
43+
<p class="block-reduction"><span class="reduction-percent">186,305 tons of trash</span> </p>
44+
<p class="block-description">*This includes household and bulky waste</p>
4245
</div>
4346
<div class="stat-block">
4447
<h3 class="block-title">Each household disposed of</h3>
45-
<p class="block-reduction"><span class="reduction-percent">1,300</span> pounds</p>
46-
<p class="block-description">of trash</p>
48+
<p class="block-reduction"><span class="reduction-percent">0.68 tons of trash</span> </p>
49+
<p class="block-description">*This is an average per household</p>
4750
</div>
4851
<div class="stat-block">
4952
<h3 class="block-title">Boston spent</h3>
@@ -54,8 +57,26 @@ <h3 class="block-title">Boston spent</h3>
5457
<div class="method-banner">
5558
<button class="method-toggle" aria-expanded="false">What Are These Numbers? <span class="chev"></span></button>
5659
<div class="method-content" hidden>
57-
<p>According to the Massachusetts Department of Environmental Protection's 2024 Municipal Solid Waste and Recycling Survey, Boston disposed of 186,305 tons of trash and paid a tipping fee of $103.38 per ton to incinerate it.</p>
58-
<p>According to data from the Massachusetts Department of Environmental Protection's 2024 Municipal Solid Waste and Recycling Survey, 322,000 households participated in Boston's municipal trash program. Collectively, these households disposed of 186,305 tons of trash, including bulky waste. We divided the total tonnage by the number of participating households to calculate the average weight of trash disposed per household at 0.57858695652 tons.</p>
60+
<h4>Terminology</h4>
61+
<ul>
62+
<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>
63+
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
64+
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
65+
<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+
</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>
5980
</div>
6081
</div>
6182
</div>
@@ -88,7 +109,7 @@ <h3>
88109
<div class="column-right">
89110
<h3>
90111
<img src="images/tag.jpg" alt="Trash disposal tag" class="column-image">
91-
2024 PROPOSED REVENUE FROM TRASH TAGS
112+
2024 PROPOSED REVENUE FROM PAYT TRASH TAGS
92113
</h3>
93114
<div class="large-text">
94115
$8,518,760
@@ -192,6 +213,9 @@ <h3 class="block-title">Harvard</h3>
192213
</div>
193214

194215
</div>
216+
217+
<div class="footnote">Interviews with officials from the Massachusetts Department of Environmental Protection, the City of Boston's Zero Waste Initiative team, the University of New Hampshire, the City of Brockton, and the City of Malden have informed the analysis on this page. For work cited, see the <a href="sources.html">Sources page</a>.</div>
218+
195219
<script>
196220
var lastBannerHeight = null;
197221

0 commit comments

Comments
 (0)