Q1.
Which expression describes the thickness of a sheet of paper after it is folded 10 times? The initial thickness is represented by the letter-number v. (i) 10v (ii) 10 + v (iii) 2 × 10 × v (iv) 2¹⁰ (v) 2¹⁰v (vi) 10²v
Answer
(v) 210v
Start: v
After 1 fold: v × 2
After 2 folds: v × 2 × 2 = v × 22
…
After 10 folds: v × 2 × 2 × … × 2 (ten 2s) = 210v = 1024v
After 1 fold: v × 2
After 2 folds: v × 2 × 2 = v × 22
…
After 10 folds: v × 2 × 2 × … × 2 (ten 2s) = 210v = 1024v
Why the others fail:
- 10v and 2 × 10 × v multiply by a fixed number of times folded, not by 2 each time — that is linear thinking.
- 10 + v adds; folding never adds.
- 210 forgets the starting thickness altogether — it is a plain number, not a thickness.
- 102v = 100v; but the base must be 2 (the doubling), and the exponent must be 10 (the number of folds). Here they have been swapped.
Why it happens: in na, the base n is what is repeated and the exponent a is how many times. Folding repeats "× 2" ten times, so the base is 2 and the exponent is 10 — never the other way round.