Expressions Using Letter-Numbers | FIO

Question 23

Observe the pattern below. How many squares will be there in Step 4, Step 10, Step 50? Write a general formula. How would the formula change if we want to count the number of vertices of all the squares?

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • Each shape is formed by 11 central square surrounded by 44 identical arms.
  • In step nn, each arm consists of nn squares. Thus, the total number of squares is S(n)=4n+1S(n) = 4n + 1.
  • To find the number of distinct vertices, the central square contributes 44 vertices, and each square added in an arm shares an edge and contributes 22 new vertices, giving V(n)=4+8n=8n+4=2S(n)+2V(n) = 4 + 8n = 8n + 4 = 2S(n) + 2.

Step 1 · Count Squares in the Initial Steps

Diagram 2

Counting the squares for each step:

  • Step 1: 11 central square +4+ 4 arm squares: 1+4=51 + 4 = 5
  • Step 2: 11 central square +4+ 4 arms of 22 squares each:
1+(4×2)=1+8=9\begin{aligned} 1 + (4 \times 2) &= 1 + 8 \\[0.6em] &= 9 \end{aligned}
  • Step 3: 11 central square +4+ 4 arms of 33 squares each:
1+(4×3)=1+12=13\begin{aligned} 1 + (4 \times 3) &= 1 + 12 \\[0.6em] &= 13 \end{aligned}

Step 2 · Find the General Formula for Number of Squares

Let nn be the step number and S(n)S(n) be the total number of squares. Each step has 11 central square and 44 arms with nn squares each: S(n)=1+(4×n)S(n) = 1 + (4 \times n) S(n)=4n+1S(n) = 4n + 1

Step 3 · Calculate Number of Squares for Step 4, 10, and 50

Using the formula S(n)=4n+1S(n) = 4n + 1:

  • For Step 4 (n=4n = 4):
S(4)=(4×4)+1=16+1=17\begin{aligned} S(4) &= (4 \times 4) + 1 \\[0.6em] &= 16 + 1 \\[0.6em] &= 17 \end{aligned}
  • For Step 10 (n=10n = 10):
S(10)=(4×10)+1=40+1=41\begin{aligned} S(10) &= (4 \times 10) + 1 \\[0.6em] &= 40 + 1 \\[0.6em] &= 41 \end{aligned}
  • For Step 50 (n=50n = 50):
S(50)=(4×50)+1=200+1=201\begin{aligned} S(50) &= (4 \times 50) + 1 \\[0.6em] &= 200 + 1 \\[0.6em] &= 201 \end{aligned}

Step 4 · Find the General Formula for Number of Vertices

The central square provides 44 vertices. Each attached square in the 44 arms adds 22 new vertices:

  • Step 1:
4+(4×2)=4+8=12\begin{aligned} 4 + (4 \times 2) &= 4 + 8 \\[0.6em] &= 12 \end{aligned}
  • Step 2:
4+(4×4)=4+16=20\begin{aligned} 4 + (4 \times 4) &= 4 + 16 \\[0.6em] &= 20 \end{aligned}
  • Step 3:
4+(4×6)=4+24=28\begin{aligned} 4 + (4 \times 6) &= 4 + 24 \\[0.6em] &= 28 \end{aligned}

For Step nn, each of the 44 arms has nn squares adding 22 vertices each: V(n)=4+(4×2×n)V(n) = 4 + (4 \times 2 \times n) V(n)=8n+4V(n) = 8n + 4

Step 5 · Relate the Formula for Vertices to Squares

Expressing V(n)V(n) in terms of S(n)S(n):

V(n)=8n+4=2×(4n+2)=2×((4n+1)+1)=2×(S(n)+1)=2S(n)+2\begin{aligned} V(n) &= 8n + 4 \\[0.6em] &= 2 \times (4n + 2) \\[0.6em] &= 2 \times ((4n + 1) + 1) \\[0.6em] &= 2 \times (S(n) + 1) \\[0.6em] &= 2S(n) + 2 \end{aligned}

Therefore, the number of vertices is twice the number of squares plus 22.

Answer

Step 4: 1717 squares, Step 10: 4141 squares, Step 50: 201201 squares • General formula for squares: S(n)=4n+1S(n) = 4n + 1General formula for vertices: V(n)=8n+4=2S(n)+2V(n) = 8n + 4 = 2S(n) + 2

Common Mistakes
  • Omitting the Central Square: Writing S(n)=4nS(n) = 4n instead of 4n+14n + 1 by forgetting the shared central unit square.
  • Overcounting Vertices: Multiplying the total squares by 44 (4×S(n)4 \times S(n)) without accounting for shared edges and vertices between adjacent squares.

More questions in FIO

Q1

Write formulas for the perimeter of: (a) triangle with all sides equal. (b) a regular pentagon (as we have learnt last year, we use the word 'regular' to say that all sidelengths and angle measures are equal) (c) a regular hexagon

Q2

Munirathna has a 20 m20\text{ m} long pipe. However, he wants a longer watering pipe for his garden. He joins another pipe of some length to this one. Give the expression for the combined length of the pipe. Use the letter-number 'kk' to denote the length in meters of the other pipe.

Q3

What is the total amount Krithika has, if she has the following numbers of notes of ₹100, ₹200 and ₹5? Complete the following table:

Q4

Venkatalakshmi owns a flour mill. It takes 10 seconds for the roller mill to start running. Once it is running, each kg of grain takes 8 seconds to grind into powder. Which of the expressions below describes the time taken to complete grind yy kg of grain, assuming the machine is off initially?

(a) 10+8+y10 + 8 + y

(b) (10+8)×y(10 + 8) \times y

(c) 10×8×y10 \times 8 \times y

(d) 10+8×y10 + 8 \times y

(e) 10×y+810 \times y + 8

Q5

Write algebraic expressions using letters of your choice.

(a) 5 more than a number

(b) 4 less than a number

(c) 2 less than 13 times a number

(d) 13 less than 2 times a number

Q6

Describe situations corresponding to the following algebraic expressions:

(a) 8×x+3×y8 \times x + 3 \times y

(b) 15×j2×k15 \times j - 2 \times k

Q7

In a calendar month, if any 2×32 \times 3 grid full of dates is chosen as shown in the picture, write expressions for the dates in the blank cells if the bottom middle cell has date ww.

Q8

Add the numbers in each picture below. Write their corresponding expressions and simplify them. Try adding the numbers in each picture in a couple different ways and see that you get the same thing.

Q9

Simplify each of the following expressions:

(a) p+p+p+pp + p + p + p, p+p+p+qp + p + p + q,

(b) p+q+pqp + q + p - q,

(c) pq+pqp - q + p - q,

(d) p+qp+qp + q - p + q,

(e) p+q(p+q)p + q - (p + q),

(f) pqpqp - q - p - q,

(g) 2dddd2d - d - d - d,

(h) 2dddc2d - d - d - c,

(i) 2dd(dc)2d - d - (d - c),

(j) 2d(dd)c2d - (d - d) - c,

(k) 2ddcc2d - d - c - c

Q10

One plate of Jowar roti costs ₹30 and one plate of Pulao costs ₹20. If xx plates of Jowar roti and yy plates of pulao were ordered in a day, which expression(s) describe the total amount in rupees earned that day?

(a) 30x+20y30x + 20y

(b) (30+20)×(x+y)(30 + 20) \times (x + y)

(c) 20x+30y20x + 30y

(d) (30+20)×x+y(30 + 20) \times x + y

(e) 30x20y30x - 20y

Q11

Pushpita sells two types of flowers on Independence day: champak and marigold. pp customers only bought champak, qq customers only bought marigold, and rr customers bought both. On the same day, she gave away a tiny national flag to every customer. How many flags did she give away that day?

(a) p+q+rp + q + r

(b) p+q+2rp + q + 2r

(c) 2×(p+q+r)2 \times (p + q + r)

(d) p+q+r+2p + q + r + 2

(e) p+q+r+1p + q + r + 1

(f) 2×(p+q)2 \times (p + q)

Q12

A snail is trying to climb along the wall of a deep well. During the day it climbs up u cmu\text{ cm} and during the night it slowly slips down d cmd\text{ cm}. This happens for 10 days and 10 nights.

(a) Write an expression describing how far away the snail is from its starting position.

(b) What can we say about the snail’s movement if d>ud > u?

Q13

Radha is preparing for a cycling race and practices daily. The first week she cycles 5 km every day. Every week she increases the daily distance cycled by z kmz\text{ km}. How many kilometers would Radha have cycled after 3 weeks?

Q14

In the following figure, observe how the expression w+2w + 2 becomes 4w+204w + 20 along one path. Fill in the blanks on the remaining paths. The ovals contain expressions and the boxes contain operations.

Q15

A local train from Yahapur to Vahapur stops at three stations at equal distances along the way. The time taken in minutes to travel from one station to the next station is the same and is denoted by tt. The train stops for 2 minutes at each of the three stations.

(a) If t=4t = 4, what is the time taken to travel from Yahapur to Vahapur?

(b) What is the algebraic expression for the time taken to travel from Yahapur to Vahapur? [Hint: Draw a rough diagram to visualise the situation]

Q16

Simplify the following expressions:

(a) 3a+9b6+8a4b7a+163a + 9b - 6 + 8a - 4b - 7a + 16

(b) 3(3a3b)8a4b163(3a - 3b) - 8a - 4b - 16

(c) 2(2x3)+8x+122(2x - 3) + 8x + 12

(d) 8x(2x3)+128x - (2x - 3) + 12

(e) 8h(5+7h)+98h - (5 + 7h) + 9

(f) 23+4(6m3n)8n3m1823 + 4(6m - 3n) - 8n - 3m - 18

Q17

Add the expressions given below:

(a) 4d7c+94d - 7c + 9 and 8c11+9d8c - 11 + 9d

(b) 6f+198s-6f + 19 - 8s and 23+13f+12s-23 + 13f + 12s

(c) 8d14c+98d - 14c + 9 and 16c(11+9d)16c - (11 + 9d)

(d) 6f20+8s6f - 20 + 8s and 2313f12s23 - 13f - 12s

(e) 13m12n13m - 12n and 12n13m12n - 13m

(f) 26m+24n-26m + 24n and 26m24n26m - 24n

Q18

Subtract the expressions given below:

(a) 9a6b+149a - 6b + 14 from 6a+9b186a + 9b - 18

(b) 15x+139y-15x + 13 - 9y from 7y10+3x7y - 10 + 3x

(c) 17g+97h17g + 9 - 7h from 1110g+3h11 - 10g + 3h

(d) 9a6b+149a - 6b + 14 from 6a(9b+18)6a - (9b + 18)

(e) 10x+2+10y10x + 2 + 10y from 3y+83x-3y + 8 - 3x

(f) 8g+4h108g + 4h - 10 from 7h8g+207h - 8g + 20

Q19

Describe situations corresponding to the following algebraic expressions:

(a) 8x+3y8x + 3y

(b) 15x2x15x - 2x

Q20

Imagine a straight rope. If it is cut once as shown in the picture, we get 2 pieces. If the rope is folded once and then cut as shown, we get 3 pieces. Observe the pattern and find the number of pieces if the rope is folded 10 times and cut. What is the expression for the number of pieces when the rope is folded rr times and cut?

Q21

Look at the matchstick pattern below. Observe and identify the pattern. How many matchsticks are required to make 1010 such squares. How many are required to make ww squares?

Q22

Have you noticed how the colours change in a traffic signal? The sequence of colour changes is shown below. Find the colour at positions 90, 190, and 343. Write expressions to describe the positions for each colour.

Q23

Observe the pattern below. How many squares will be there in Step 4, Step 10, Step 50? Write a general formula. How would the formula change if we want to count the number of vertices of all the squares?

← Back to Expressions Using Letter-Numbers