Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

If you have ever tried making patterns with a collection of coins, you have probably noticed that you can make hexagons in a natural way

If you have ever tried making patterns with a collection of coins, you have probably noticed that you can make hexagons in a natural way by packing circles as tightly as possible. The figure below shows how 19 circles fit into a hexagonal shape with 3 circles on each edge. LetH(n)

be the number of circles you need to form a hexagon withncircles on each edge. From the figure below, it is clear thatH(2) = 7

andH(3) = 19.

It can be shown that increasing the number of circles on each edge gives the following recurrence relation:

H(n) =1ifn= 1H(n?1) + 6n?6ifn> 1.

CalculateH(5).

image text in transcribed
\f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probability and Random Processes With Applications to Signal Processing and Communications

Authors: Scott Miller, Donald Childers

2nd edition

123869811, 978-0121726515, 121726517, 978-0130200716, 978-0123869814

More Books

Students also viewed these Mathematics questions