A boy draws some straight lines on a paper. Initially, he draws the first straight
line of length 2cm from a point A0 to a point A1. Then, starting from A1, he draws the
second straight line of length 4cm to a point A2, and so on. A0,A1,A2, ... may not be
collinear. suppose the length of the nth line is 2^n cm.
a) express the total length of the first k straight lines drawn in terms of k.
(ans. 2^(k+1) -2 cm)
b) if (k+1) straight lines are drawn, is it possible that the point A(k+1) and A0
overlap with each other? Explain.
I want to ask how to use the answer of (a) to solve (b).
Please help. Thank you!!