Algebra Play | FIO

Question 6

If the bottom row of an nn row pyramid contains the first nn Virahāṅka-Fibonacci numbers, what can we say about the numbers in the pyramid? What can we say about the number at the top?

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will build the pyramid using the given rules and look for patterns in the numbers.

Step 1 — Understanding Virahāṅka-Fibonacci Numbers

Virahāṅka-Fibonacci numbers are a special sequence of numbers. Each number is the sum of the two numbers before it.

Let FkF_k be the kk-th Virahāṅka-Fibonacci number.

The first two numbers are both 1. So, we have: F1=1F_1 = 1 F2=1F_2 = 1

Then, we find the next numbers by adding the previous two: F3=F2+F1F_3 = F_2 + F_1 F3=1+1F_3 = 1 + 1 =2= 2

F4=F3+F2F_4 = F_3 + F_2 F4=2+1F_4 = 2 + 1 =3= 3

F5=F4+F3F_5 = F_4 + F_3 F5=3+2F_5 = 3 + 2 =5= 5

F6=F5+F4F_6 = F_5 + F_4 F6=5+3F_6 = 5 + 3 =8= 8

F7=F6+F5F_7 = F_6 + F_5 F7=8+5F_7 = 8 + 5 =13= 13

The sequence starts: 1,1,2,3,5,8,13,\boxed{\text{The sequence starts: } 1, 1, 2, 3, 5, 8, 13, \dots}

Step 2 — Building Pyramids for Small nn

A pyramid is built such that each number is the sum of the two numbers directly below it. The bottom row has nn Virahāṅka-Fibonacci numbers.

Let us look at small values of nn.

For n=1n=1: The bottom row has F1F_1. The pyramid has only one number.

F1F_1

Top number for n=1 is F1\boxed{\text{Top number for } n=1 \text{ is } F_1}

For n=2n=2: The bottom row has F1,F2F_1, F_2. We know F1=1F_1=1 and F2=1F_2=1. The row above has one number, which is F1+F2F_1 + F_2.

F1+F2F_1 + F_2 =1+1= 1 + 1 =2= 2

We know F3=2F_3 = 2.

F3F_3 F1F2F_1 \quad F_2

Top number for n=2 is F3\boxed{\text{Top number for } n=2 \text{ is } F_3}

For n=3n=3: The bottom row has F1,F2,F3F_1, F_2, F_3. We know F1=1,F2=1,F3=2F_1=1, F_2=1, F_3=2. The row above the bottom row will have two numbers.

The first number is F1+F2F_1 + F_2. F1+F2=1+1=2F_1 + F_2 = 1 + 1 = 2 This is F3F_3.

The second number is F2+F3F_2 + F_3. F2+F3=1+2=3F_2 + F_3 = 1 + 2 = 3 This is F4F_4.

So, the second row from the bottom is F3,F4F_3, F_4. The top row will have one number, which is the sum of these two.

F3+F4F_3 + F_4 =2+3= 2 + 3 =5= 5

We know F5=5F_5 = 5.

F5F_5 F3F4F_3 \quad F_4 F1F2F3F_1 \quad F_2 \quad F_3

Top number for n=3 is F5\boxed{\text{Top number for } n=3 \text{ is } F_5}

For n=4n=4: The bottom row has F1,F2,F3,F4F_1, F_2, F_3, F_4. Numbers are 1,1,2,31, 1, 2, 3.

The second row from the bottom: F1+F2=1+1=2=F3F_1+F_2 = 1+1=2 = F_3 F2+F3=1+2=3=F4F_2+F_3 = 1+2=3 = F_4 F3+F4=2+3=5=F5F_3+F_4 = 2+3=5 = F_5 So, this row is F3,F4,F5F_3, F_4, F_5.

The third row from the bottom: F3+F4=2+3=5=F5F_3+F_4 = 2+3=5 = F_5 F4+F5=3+5=8=F6F_4+F_5 = 3+5=8 = F_6 So, this row is F5,F6F_5, F_6.

The top row (fourth row from bottom): F5+F6=5+8=13=F7F_5+F_6 = 5+8=13 = F_7 So, the top number is F7F_7.

F7F_7 F5F6F_5 \quad F_6 F3F4F5F_3 \quad F_4 \quad F_5 F1F2F3F4F_1 \quad F_2 \quad F_3 \quad F_4

Top number for n=4 is F7\boxed{\text{Top number for } n=4 \text{ is } F_7}

Diagram 1

Step 3 — Generalizing the Pattern for All Numbers in the Pyramid

Let us observe the numbers in each row. The bottom row (Row 1 from bottom) is F1,F2,F3,,FnF_1, F_2, F_3, \dots, F_n. The next row (Row 2 from bottom) is formed by adding adjacent numbers. F1+F2=F3F_1+F_2 = F_3 F2+F3=F4F_2+F_3 = F_4 F3+F4=F5F_3+F_4 = F_5 So, Row 2 is F3,F4,F5,,Fn+1F_3, F_4, F_5, \dots, F_{n+1}.

The next row (Row 3 from bottom) is formed similarly. F3+F4=F5F_3+F_4 = F_5 F4+F5=F6F_4+F_5 = F_6 So, Row 3 is F5,F6,F7,,Fn+2F_5, F_6, F_7, \dots, F_{n+2}.

We can see a clear pattern. Each number in the pyramid is a Virahāṅka-Fibonacci number. If a row contains consecutive Virahāṅka-Fibonacci numbers, say Fk,Fk+1,Fk+2,F_k, F_{k+1}, F_{k+2}, \dots, then the row above it will contain Fk+Fk+1,Fk+1+Fk+2,F_k+F_{k+1}, F_{k+1}+F_{k+2}, \dots. Using the definition Fm=Fm1+Fm2F_m = F_{m-1} + F_{m-2}, we know Fk+Fk+1=Fk+2F_k+F_{k+1} = F_{k+2}. So, the row above will contain Fk+2,Fk+3,Fk+4,F_{k+2}, F_{k+3}, F_{k+4}, \dots. This means all numbers in every row of the pyramid will always be Virahāṅka-Fibonacci numbers.

Step 4 — Finding the Number at the Top

Let us look at the first number in each row, starting from the bottom. Row 1 (bottom row) starts with F1F_1. Row 2 starts with F3F_3. Row 3 starts with F5F_5. Row 4 starts with F7F_7.

We can see that for the kk-th row from the bottom, the first number is F2k1F_{2k-1}. The pyramid has nn rows. So, the top row is the nn-th row from the bottom. For the nn-th row, the first number will be F2n1F_{2n-1}.

Also, we notice that the number of elements in each row decreases by one as we go up. Row 1 has nn numbers. Row 2 has n1n-1 numbers. Row 3 has n2n-2 numbers. The nn-th row (the top row) will have n(n1)=1n-(n-1) = 1 number. Since the top row has only one number, that number must be the first number of that row.

So, the number at the top of the pyramid is F2n1F_{2n-1}.

Answer

(i) All the numbers in the pyramid are Virahāṅka-Fibonacci numbers. (ii) The number at the top of the pyramid is the (2n - 1)th Virahāṅka-Fibonacci number.

More questions in FIO

Q1

Without building the entire pyramid, find the number in the topmost row given the bottom row in each of these cases.

Q2

Write an expression for the topmost row of a pyramid with 4 rows in terms of the values in the bottom row.

Q3

Without building the entire pyramid, find the number in the topmost row given the bottom row in each of these cases.

Q4

If the first three Virahāṅka-Fibonacci numbers are written in the bottom row of a number pyramid with three rows, fill in the rest of the pyramid. What numbers appear in the grid? What is the number at the top? Are they all Virahāṅka-Fibonacci numbers?

Q5

What can you say about the numbers in the pyramid and the number at the top in the following cases?

(i) The first four Virahāṅka-Fibonacci numbers are written in the bottom row of a four row pyramid. (ii) The first 29 Virahāṅka-Fibonacci numbers are written in the bottom row of a 29 row pyramid.

Q6

If the bottom row of an nn row pyramid contains the first nn Virahāṅka-Fibonacci numbers, what can we say about the numbers in the pyramid? What can we say about the number at the top?

Q7

Fill the digits 1, 3, and 7 in ×\square\square \times \square to make the largest product possible.

Q8

Fill the digits 3, 5, and 9 in ×\square\square \times \square to make the largest product possible.

Q9

In the trick given above, what is the quotient when you divide by 9? Is there a relationship between the two numbers and the quotient?

Q10

In the trick given above, instead of finding the difference of the two 2-digit numbers, find their sum. What will happen? For example:

  • We start with 31. After reversing we get 13. Adding 31 and 13, we get 44.
  • We start with 28. After reversing we get 82. Adding 28 and 82, we get 110.
  • We start with 12. After reversing we get 21. Adding 12 and 21, we get 33.

Observe that all these numbers are divisible by 11. Is this always true? Can we justify this claim using algebra?

Q11

Consider any 3-digit number, say abcabc (100a+10b+c100a + 10b + c). Make two other 3-digit numbers from these digits by cycling these digits around, yielding bcabca and cabcab. Now add the three numbers. Using algebra, justify that the sum is always divisible by 37. Will it also always be divisible by 3? [Hint: Look at some multiples of 37.]

Q12

Consider any 3-digit number, say abcabc. Make it a 6-digit number by repeating the digits, that is abcabcabcabc. Divide this number by 7, then by 11, and finally by 13. What do you get? Try this with other numbers. Figure out why it works. [Hint: Multiply 7, 11 and 13.]

Q13

There are 3 shrines, each with a magical pond in the front. If anyone dips flowers into these magical ponds, the number of flowers doubles. A person has some flowers. He dips them all in the first pond and then places some flowers in shrine 1. Next, he dips the remaining flowers in the second pond and places some flowers in shrine 2. Finally, he dips the remaining flowers in the third pond and then places them all in shrine 3. If he placed an equal number of flowers in each shrine, how many flowers did he start with? How many flowers did he place in each shrine?

Q14

A farm has some horses and hens. The total number of heads of these animals is 55 and the total number of legs is 150. How many horses and how many hens are on the farm?

Can you solve this without letter-numbers?

[Hint: If all the 55 animals were hens, then how many legs would there be? Using the difference between this number and 150, can you find the number of horses?]

Q15

A mother is 5 times her daughter's age. In 6 years' time, the mother will be 3 times her daughter's age. How old is the daughter now?

Q16

Two friends, Gauri and Naina, are cowherds. One day, they pass each other on the road with their cows. Gauri says to Naina, "You have twice as many cows as I do". Naina says, "That's true, but if I gave you three of my cows, we would each have the same number of cows". How many cows do Gauri and Naina have?

Q17

I run a small dosa cart and my expenses are as follows:

  • Rent for the dosa cart is ₹5000 per day.
  • The cost of making one dosa (including all the ingredients and fuel) is ₹10.

(i) If I can sell 100 dosas a day, what should be the selling price of my dosa to make a profit of ₹2000?

(ii) If my customers are willing to pay only ₹50 for a dosa, how many dosas should I aim to sell in a day to make a profit of ₹2000?

Q18

Evaluate the following sequence of fractions:

13,(1+3)(5+7),(1+3+5)(7+9+11)\frac{1}{3}, \frac{(1 + 3)}{(5 + 7)}, \frac{(1 + 3 + 5)}{(7 + 9 + 11)}

What do you observe? Can you explain why this happens?

[Hint: Recall what you know about the sum of the first nn odd numbers.]

Q19

Karim and the Genie

Karim was taking a nap under a tree. He had a dream about a magical lamp and a genie. He heard a voice saying, “I have come to serve you, Oh master”. He woke up and to his surprise, it was a genie!

“Do you want to make money?”, asked the genie. Karim nodded dumbly in bewilderment. The genie continued, “Do you see the banyan tree over there? All you have to do is go around it once. The money in your pocket will double”.

Karim immediately started towards the tree, only to be stopped by the genie. “One moment!”, said the genie. “Since I am bringing you great riches, you should share some of your gains with me. You must give me 8 coins each time you go around the tree.”

Thinking that was a trifling amount, Karim readily agreed.

He went around the tree once. Just as the genie had said, the number of coins in his pocket doubled! He gave 8 coins to the genie. He made another round. Again the number of coins doubled. He gave 8 more coins to the genie. He went around the tree for the third time. The number of coins doubled again, but to his horror, he was left with only 8 coins, exactly the number of coins he owed the genie!

As Karim began to wonder how the genie tricked him, the genie let out a loud laugh and disappeared.

(i) How many coins did Karim initially have?

(ii) For what cost per round should Karim agree to the deal, if he wants to increase the number of coins he has?

(iii) Through its magical powers, the genie knows the number of coins that Karim has. How should the genie set the cost per round so that it gets all of Karim's coins?

← Back to Algebra Play