According to the problem, the insertion was repeated 3 (three) times.
After the first insertion, the number of the point is n + (n-1) = 2n-1.
After the second insertion, the number of points is (2n-1) + (2n-2) = 4n-3.
After the third insertion, the number of points is (4n-3) + (4n-4) = 8n - 7.
Your equation is
8n - 7 = 113,
which implies
8n = 113 + 7 = 120
n = 120/8 = 15.
ANSWER. 15 points were initially placed on the line.