retagged by
2,705 views
3 votes
3 votes
Messages are transmitted through a communication channel using two signals. The transmission of one signal requires $1 $ microsecond, the transmission of other signal requires $2$ microseconds. Assume that each signal in a message is immediately followed by the next signal. The number of different messages consisting of sequences of these two signals that can be sent in $10 \mu s$ is _________ ?

Please explain ...?
retagged by

1 Answer

2 votes
2 votes

Let $T_{n}$ be the number of ways to send the messages in n microseconds.

If there is no message or message of 0 length , we can send it in 1 way (do nothing)

Initially we had a message,to send it  we have two choices like

 1) we can start with a signal of 1 microsecond , this leaves the message can be send in remaining n − 1 microseconds.

2) We can start with a signal of 2 microseconds , this leaves the message can be send in then send the remaining n−2 microsec.

So here the  recurrence relation is $T_{n} = T_{n−1} + T_{n−2}$ for n ≥ 2.

What about base conditions $T_{0}$  and   $T_{1}$

$T_{0}$ = 1 and $T_{1}$=1 as nothing can be sent in 1 way (above) and 1 micro second message can be sent in 1 way.

and 2 micro second  message in 2 ways (sending 1micro second message two times or sendind 2microsecond message at a time).

Compute $T_{10}$  you can find this.

edited by

Related questions

0 votes
0 votes
1 answer
2
Swarnava Bose asked Jun 3, 2023
405 views
Consider the set of 4 -digit positive integers. How many of them have their digits in :-a) strictly decreasing order ?b) non decreasing order ?c) non increasing order ?...
1 votes
1 votes
1 answer
3
Acejoy asked Oct 25, 2021
455 views
Suppose there are 4 cricket matches to be played in 3 grounds. The number of ways the matches can be assigned to the grounds so that each ground gets at least one match i...
0 votes
0 votes
1 answer
4
Prakhar Garg asked Apr 9, 2019
936 views
How many 5 letter word possible having atleast 2 a's ?