vault backup: 2024-08-10 09:01:40
This commit is contained in:
38
Home/Projects/Room dimensions.md
Normal file
38
Home/Projects/Room dimensions.md
Normal file
@@ -0,0 +1,38 @@
|
||||
## Basement
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (271 * 176) / one_sqft
|
||||
foot_of_stairs = 40 * 50 / one_sqft
|
||||
tiled_area = 36 * 93 / one_sqft
|
||||
total_sqft = main_area_sqft + foot_of_stairs - tiled_area
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Boys room
|
||||
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (150 * 186) / one_sqft
|
||||
closet_sqft = (50 * 66) / one_sqft
|
||||
total_sqft = main_area_sqft + closet_sqft
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Nursery room
|
||||
```math
|
||||
one_sqft = 12 * 12
|
||||
main_area_sqft = (154 * 143) / one_sqft
|
||||
closet_sqft = (24 * 60) / one_sqft
|
||||
total_sqft = main_area_sqft + closet_sqft
|
||||
|
||||
total_boxes = total_sqft / 20.49
|
||||
```
|
||||
|
||||
## Nursey + boys
|
||||
```math
|
||||
total_boxes = 10.574 + 7.952
|
||||
```
|
||||
|
||||
We need 306” of big brown bamboo quarter round
|
||||
Reference in New Issue
Block a user