Solveeit Logo

Question

Question: An ant crawls \[1\] cm north, \[2\] cms west, \[3\] cms south, \[4\] cms east and \[5\] cms north an...

An ant crawls 11 cm north, 22 cms west, 33 cms south, 44 cms east and 55 cms north and so on, at 11 centimeter per second. Each segment is 11 centimeter longer than the preceding one, and at the end of a segment, the ant makes a left turn. In which direction is the ant moving 11 minute after the start?
A. South
B. North
C. East
D. West

Explanation

Solution

In order to find the answer to the above question, we will use arithmetic progression (AP). It refers to the sequence of numbers such that the difference between the consecutive terms is constant. A diagram can be drawn to clearly understand the question and it will make the question easier to solve.

Formula used:
The formula of arithmetic progression will be used to solve this question.
The formula is: Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] , in this formula aa refers to the first term of the progression and dd is the difference between the two consecutive terms.
The second formula which will be used to solve this question is of quadratic equations.
x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}

Complete step by step solution:
Now we know,
The ant always travels (4k+1)\left( {4k + 1} \right) cm North, (4k+2)\left( {4k + 2} \right) West, (4k+3)\left( {4k + 3} \right) cm South and (4k+4)\left( {4k + 4} \right) East.
Therefore, the distance travelled by the ant in 11 min is 60×1cm=60cm60 \times 1cm = 60cm .
From the above statements we get the following AP: 1,2,3,4........1,2,3,4........
To solve this arithmetic progression, we will use the formula mentioned above.
Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] , here a=1a = 1 and d=1d = 1 .
So,
60=n2[2×1+(n1)×1]60 = \dfrac{n}{2}\left[ {2 \times 1 + \left( {n - 1} \right) \times 1} \right]
On cross multiplication, we get,

120=n[2+n1] 120=n[n+1] 120=n2+n  \Rightarrow 120 = n\left[ {2 + n - 1} \right] \\\ \Rightarrow 120 = n\left[ {n + 1} \right] \\\ \Rightarrow 120 = {n^2} + n \\\

Take all the terms on right side of the equation, we get,
n2+n120=0{n^2} + n - 120 = 0
Now to solve this quadratic equation, we will use the formula, x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}} , here xx is replaced by nn , a=1,b=1a = 1,b = 1 and c=120c = - 120 .
n=1±124(1)(120)2(1)n = \dfrac{{ - 1 \pm \sqrt {{1^2} - 4\left( 1 \right)\left( { - 120} \right)} }}{{2\left( 1 \right)}}
n=1±1+4802\Rightarrow n = \dfrac{{ - 1 \pm \sqrt {1 + 480} }}{2}
On further solving, we get,
n=1±4812\Rightarrow n = \dfrac{{ - 1 \pm \sqrt {481} }}{2}
=1±222= \dfrac{{ - 1 \pm 22}}{2}
=212= \dfrac{{21}}{2} .
This can be written as 101210\dfrac{1}{2} .
We will take n=11n = 11 .
Therefore, a11=1+10×1{a_{11}} = 1 + 10 \times 1
=11= 11 .
This can be written as 11=4×2+311 = 4 \times 2 + 3 .

So, the correct answer is Option A.

Note: To solve such sums related to arithmetic progression (AP), you need to always remember the formula mentioned above for AP, Sn=n2[2a+(n1)d]{S_n} = \dfrac{n}{2}\left[ {2a + \left( {n - 1} \right)d} \right] . In the above solution, we have used a formula, x=b±b24ac2ax = \dfrac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}} , for solving the quadratic equation. This formula helps when the calculations are either long or tricky.