Answer:
okk
Step-by-step explanation:
Answer:
x=36
y=6
Step-by-step explanation:
Let the numbers be x and y
Condition 1
x=6y ----------(1)
Condition 2
x-y=30 ------------(2)
Putting 1 in 2
6y-y=30
5y=30
Dividing both sides by 5
y=6
Now
Putting y=6 in 1
We get
x=6(6)
x=36
24 maybe because 24 is a even number so it has to be 24 as the answer
Answer:
A) 
B) 
C) for n = 2
= 1
for n = 3
= 3
for n = 4
= 8
for n = 5
= 19
Step-by-step explanation:
A) A recurrence relation for the number of bit strings of length n that contain a pair of consecutive Os can be represented below
if a string (n ) ends with 00 for n-2 positions there are a pair of consecutive Os therefore there will be :
strings
therefore for n ≥ 2
The recurrence relation for the number of bit strings of length 'n' that contains consecutive Os
b ) The initial conditions
The initial conditions are : 
C) The number of bit strings of length seven containing two consecutive 0s
here we apply the re occurrence relation and the initial conditions
for n = 2
= 1
for n = 3
= 3
for n = 4
= 8
for n = 5
= 19