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 1 cm north, 2 cms west, 3 cms south, 4 cms east and 5 cms north and so on, at 1 centimeter per second. Each segment is 1 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 1 minute after the start?
A. South
B. North
C. East
D. West
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=2n[2a+(n−1)d] , in this formula a refers to the first term of the progression and d is the difference between the two consecutive terms.
The second formula which will be used to solve this question is of quadratic equations.
x=2a−b±b2−4ac
Complete step by step solution:
Now we know,
The ant always travels (4k+1) cm North, (4k+2) West, (4k+3) cm South and (4k+4) East.
Therefore, the distance travelled by the ant in 1 min is 60×1cm=60cm .
From the above statements we get the following AP: 1,2,3,4........
To solve this arithmetic progression, we will use the formula mentioned above.
Sn=2n[2a+(n−1)d] , here a=1 and d=1 .
So,
60=2n[2×1+(n−1)×1]
On cross multiplication, we get,
Take all the terms on right side of the equation, we get,
n2+n−120=0
Now to solve this quadratic equation, we will use the formula, x=2a−b±b2−4ac , here x is replaced by n , a=1,b=1 and c=−120 .
n=2(1)−1±12−4(1)(−120)
⇒n=2−1±1+480
On further solving, we get,
⇒n=2−1±481
=2−1±22
=221 .
This can be written as 1021 .
We will take n=11 .
Therefore, a11=1+10×1
=11 .
This can be written as 11=4×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=2n[2a+(n−1)d] . In the above solution, we have used a formula, x=2a−b±b2−4ac , for solving the quadratic equation. This formula helps when the calculations are either long or tricky.