-
magical cook
- Master | Next Rank: 500 Posts
- Posts: 484
- Joined: Sun Jul 30, 2006 7:01 pm
- Thanked: 2 times
- Followed by:1 members
l:w:h = 3:2:2 = k
l = k/3 ; w = k/2 ; h = k/2
lwh = x
(k^3)/12 = x
k =
Code: Select all
(12x)^ (1/3)Code: Select all
{(12x)^ (1/3) }/2Code: Select all
{(12x/8)^ (1/3) }Code: Select all
{(3x/2)^ (1/3) }[/code]












