1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
jekas [21]
4 years ago
10

Gretchen has a set of blocks of heights 1, 2, and 4-centimeters. Imagine stacking the blocks one on top of the other to make a t

ower of height n centimeters. For example, a tower of height 6 centimeters could be made by stacking 6 1-cm blocks, 3 2-cm blocks, a 4-cm block on top of a 2- cm block, a 2-cm block on top of a 4-cm block, etc. (Order in the stack matters, think of the blocks of different heights as different colors and the stack looks different if two different color blocks are switched.) Let me be the number of ways to construct a tower of height n centimeters. Find a recursive formula for nB and try to find a formula that only depends on n.
Mathematics
2 answers:
notsponge [240]4 years ago
4 0

Answer:

t_{n}=t_{n-1}+t_{n-2} +t_{n-4}

Step-by-step explanation:

t_{n}=multiple ways to climb a tower

When n = 1,

tower= 1 cm  

t_{1}= 1

When n = 2,

tower =2 cm   

t_{2}= 2

When n = 3,

tower = 3 cm

it can be build if we use three 1 cm blocks

t_{3} = 3

When n = 4,

tower= 4 cm

it can be build if we use four 1 cm blocks

t_{4} = 6

When n > 5

tower height > 4 cm

so we can use 1 cm, 2 cm and 4 cm blocks

so in that case if our last move is 1 cm block then t_{n-1} will be

n —1 cm

if our last move is 2 cm block then t_{n-2} will be

n —2 cm

if our last move is 4 cm block then t_{n-4} will be

n —4 cm

 

t_{n}=t_{n-1}+t_{n-2} +t_{n-4}

Helga [31]4 years ago
3 0

Answer:

tn = t[n-1] + t[n-2] + t[n-4] . . .

Step-by-step explanation:

Let t_n = number of ways of constructing height n.

The last block of a tower of height n can be a 1, 2, or 4.

so it was added to a tower of height n-1, n-2, or n-4 respectively.

Time to try: tn = t[n-1] + t[n-2] + t[n-4] . . . (correct)

1 = 1 from 1

2 = 2 from (2) or (1,1)

3 = 3 from (1,1,1) or (2,1) or (1,2)

4 = 6 from (1,1,1,1) (1,1,2) (1,2,1) (2,1,1) (2,2) (4)

5 = 10 from

1 x (1,1,1,1,1)

4 x (1,1,1,2)

3 x (1,2,2)

2 x (1,4)

6 = 18 from

2 x (4,2) ...

3 x (4,1,1) ...

1 x (2,2,2) ...

6 x (2,2,1,1) ...

5 x (2,1,1,1,1) ..

1 x (1,1,1,1,1,1) ..

Prediction for 7 is t6 + t5 + t3 = 18 + 10 + 3 = 31

6 x (4,2,1)

4 x (4,1,1,1)

4 x (2,2,2,1)

10 x (2,2,1,1,1)

6 x (2,1,1,1,1,1)

1 x (1,1,1,1,1,1,1)

Total =31

You might be interested in
Which of the following sets of numbers have the same LCM as 12, 10, 5?
Liula [17]

Answer:

the answer is 60

4 0
3 years ago
Read 2 more answers
Which is the range of the function f(x) =(9)x?
Annette [7]

f(x) =(9)x = 9x

It's linear function. Domain and range are all real numbers

Answer

Range is all real numbers

5 0
3 years ago
Read 2 more answers
Which of the following equations has the solution x = all real numbers?
GalinKa [24]
The 2nd option.
Because the equation is a real numbers is x = all.
5 0
3 years ago
Any help would be great
chubhunter [2.5K]

problem decoded dude

follow meh

6 0
3 years ago
I really need help with this:(( can someone also explain!
MArishka [77]

The best thing to do is to break it down to very small parts.

You are dealing with a sum. The first phrase says

10 +

Never mind the rest of it for now. Just make sure you understand that you are adding 10 to something.

The next part of the question a quotient. You have to understand exactly what that means. If you divide 15 by three, you would write that as 15/3 The answer you get is 5. 5 is the quotient. It's a fancy way of saying answer.

Algebra isn't so nice. There is no way to get an answer when you do a division with a number and a letter. You have to be content with just showing how it is done.

So the next phrase is x divided by 6. And you show that as x/6

So what do you have? 10 + something which is where we left off. The something is x/6

Answer

10 + x/6

7 0
3 years ago
Other questions:
  • 95 POINTS REWARD!! VERY URGENT!!!!<br> Please answer the following questions correctly.
    10·2 answers
  • Lisa made $286 for 13 hours of work. at the same rate, how many hours would she have to work to make $242 ?
    14·1 answer
  • What is the solution to the equation -2n -2 / 3 =12 ? n =
    12·1 answer
  • 3) PLEASE HELP ME WITH THIS QUESTION, <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="88b9a9a9a9a9c8">[
    14·1 answer
  • <img src="https://tex.z-dn.net/?f=8%20%5Cfrac%7B3%7D%7B5%7D%20" id="TexFormula1" title="8 \frac{3}{5} " alt="8 \frac{3}{5} " ali
    7·1 answer
  • Simplify the square root of 96
    11·1 answer
  • Can anyone tell me how to do this? (Steps) and can you answer these two questions for me plz
    5·1 answer
  • Please help me I’m struggling
    13·2 answers
  • A golf ball is hit with an initial velocity of 80 ft/sec.Use the equation h(t)=80t-16t^2 where h(t) is the height of the object
    13·1 answer
  • okay so a circle has half a line of 11 in. , what's the circumference and area?? i'm not good at math and so confused
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!