Ankita has to climb 5 stairs starting at the ground, while respecting the following rules:
1. At any stage, Ankita can move either one or two stairs up.
2. At any stage, Ankita cannot move to a lower step.
Let $F(N)$ denote the number of possible ways in which Ankita can reach the $N^{th}$ stair. For example, $F(1) = 1$, $F(2) = 2$, $F(3) = 3$. The value of $F(5)$ is ________.
Ankita needs to climb 5 stairs. She starts at the ground (step 0). At each step, she can either climb 1 stair or 2 stairs up. She cannot move down. We need to find the total number of distinct ways ($F(5)$) she can reach the 5th stair.
Let $F(N)$ be the number of ways to reach the $N^{th}$ stair. To reach the $N^{th}$ stair, Ankita must have come from either the $(N-1)^{th}$ stair (by taking a single step) or the $(N-2)^{th}$ stair (by taking two steps). Therefore, the total number of ways to reach the $N^{th}$ stair is the sum of the ways to reach the $(N-1)^{th}$ stair and the ways to reach the $(N-2)^{th}$ stair.
The recurrence relation is: $F(N) = F(N-1) + F(N-2)$
We are given the values for the first few stairs:
Now, we use the recurrence relation to find $F(4)$ and $F(5)$:
Thus, there are 8 possible ways for Ankita to reach the 5th stair.
Consider a spherical globe rotating about an axis passing through its poles. There are three points P, Q, and R situated respectively on the equator, the north pole, and midway between the equator and the north pole in the northern hemisphere. Let P, Q, and R move with speeds $v_P$, $v_Q$, and $v_R$, respectively.
Which one of the following options is CORRECT?
A dozer pushes up a 100 kg spool of cable along a $20^ \circ$ incline road at a constant velocity as shown in the figure. The figure shows a dozer pushing a spool (diameter 400 mm) up a $20^ \circ$ incline. Point A is the contact point between the spool and the road, and Point B is the contact point between the dozer bucket and the spool. The coefficient of static friction between the dozer bucket and the spool (Point B) is 0.45, and coefficient of kinetic friction between road and the spool (Point A) is 0.15.
Consider the spool only slides up the incline. The maximum normal force in N acting at Point B, is ___________ [rounded off to 1 decimal place]
