21.3k views
5 votes
I need help on part b

I need help on part b-example-1
User Snobb
by
6.2k points

1 Answer

1 vote

Answer:

  • a) The pattern 6 has 26 sticks,
  • b) The pattern number n has 4n + 2 sticks.

--------------------------

If we put the number of sticks in a sequence we get:

  • 6, 10, 14, ...

As we see the difference of the terms is common and is 4, and the first term is 6. It is therefore an arithmetic progression with:

  • a = 6 and
  • d = 4

Use the nth term equation:

  • a(n) = a + (n - 1)d

Part a)

Substitute n = 6 to find the number of sticks of the 6th term:

  • a(6) = 6 + (6 - 1)*4 = 6 + 5*4 = 6 + 20 = 26

Part b)

Find the nth term:

  • a(n) = 6 + (n - 1)*4 = 6 + 4n - 4 = 4n + 2
User YWE
by
7.5k points