Limestone Slab Weight Calculator
Please enter valid dimensions.
"; return; } var volume = (length * width * thickness) / 1728; // Cubic inches to cubic feet var weight = volume * 168; // 168 lbs/cubic foot density of limestone document.getElementById('result').innerHTML = "The estimated weight of the limestone slab is approximately: " + weight.toFixed(2) + " lbs
"; }Thickness (inches) | Weight per square foot (lbs) |
---|---|
1 | 12 |
1.5 | 18 |
2 | 24 |
2.5 | 30 |
3 | 36 |
4 | 48 |