There are 8 rows and 8 columns, or 64 squares
on a chessboard. Suppose you place 1 penny on
Row 1 Column A, 2 pennies on Row 1 Column
B, 4 pennies on Row 1 Column C, and so on ...
How many pennies in Row 1?
How many pennies in Row 1-4?
How many pennies on the entire chessboard?

There are 8 rows and 8 columns or 64 squares on a chessboard Suppose you place 1 penny on Row 1 Column A 2 pennies on Row 1 Column B 4 pennies on Row 1 Column C class=

Respuesta :

Answer:

255

4,294,967,295

18,446,744,073,709,551,615

Step-by-step explanation:

Geometric Sequence

Each term of a geometric sequence is obtained by multiplying (or dividing) the previous term by a constant number called common ratio (r). The recursive formula for each term n is

[tex]a_n=a_{n-1}\cdot r[/tex]

And the general formula is

[tex]a_n=a_1\cdot r^{n-1}[/tex]

for n>=1

We place 1 penny on the first cell (square) (row 1, column A). That is the value of a1=1. Now each new cell will have double pennies as much the previous cell. The common ratio is r=2. Thus, the following general formula gives us the number of pennies on the cell n

[tex]a_n= 2^{n-1}[/tex]

This gives us the sequence 1,2,4,8,16,32,...,[tex]2^{63}[/tex]

To get the sum of n terms, we notice the sum forms the sequence 1, 3, 7, 15, 31, 63,... which we can transform as

2-1, 4-1, 8-1, 16-1, 32-1, 64-1,...

Or equivalently

[tex]2^1-1,2^2-1,2^3-1,2^4-1,2^5-1,....2^{n}-1[/tex]

The formula for the sum of n terms is, then

[tex]S_n=2^{n}-1[/tex]

Now we are ready to answer the questions

  • How many pennies in Row 1?

Row 1 has n=8 cells, thus

[tex]S_8=2^{8}-1=255[/tex]

  • How many pennies in Row 1-4?

The first 4 rows contain 4*8=32 cells, thus

[tex]S_{32}=2^{32}-1=4,294,967,295[/tex]

  • How many pennies on the entire chessboard?

Here n=64

[tex]S_{64}=2^{64}-1=18,446,744,073,709,551,615[/tex]

The number of pennies is an illustration of sequence and pattern

  • There are 255 pennies in Row 1
  • There are 4294967295 pennies in Row 1-4
  • The number of pennies on the entire chessboard is [tex]1.8446744 * 10^{19}[/tex]

The sum of pennies in each row is calculated as:

[tex]S_n = 2^{n} -1[/tex]

Where n represents the number of row of the last cell

For row 1, the last cell is row 8.

So, we have:

[tex]S_8 = 2^{8} -1[/tex]

[tex]S_8 = 255[/tex]

For row 1-4, the last cell is 32.

So, we have:

[tex]S_{32} = 2^{32} -1[/tex]

[tex]S_{32} = 4294967295[/tex]

On the entire chessboard, the last cell is 64.

So, we have:

[tex]S_{64} = 2^{64} - 1[/tex]

[tex]S_{64} = 1.8446744 * 10^{19}[/tex]

Hence, the number of pennies on the entire chessboard is [tex]1.8446744 * 10^{19}[/tex]

Read more about sequence and pattern at:

https://brainly.com/question/15590116