number of rectangles = 2^(i-1)
for examle 1st = 2^(1-1) = 2^0 = 1
2 shape = 2^(2-1) = 2^1 = 2
10 shape = 2^(10-1) = 2^9 = 512
RE: Can You Solve?
You are viewing a single comment's thread from:
Can You Solve?
Can You Solve?
number of rectangles = 2^(i-1)
for examle 1st = 2^(1-1) = 2^0 = 1
2 shape = 2^(2-1) = 2^1 = 2
10 shape = 2^(10-1) = 2^9 = 512