38 lines
751 B
Markdown
38 lines
751 B
Markdown
## 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 |