Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Call a string of letters legal if it can be produced by concatenating ( running together ) copies of the following strings: ' v '

Call a string of letters "legal" if it can be produced by concatenating (running together) copies of the following strings: 'v','ww','x''yyy' and 'zzz'.
For example, the string 'xvv' is legal because it can be produced by concatenating 'x'',v' and 'v', but the string 'v' is not legal.
For each integer n1, let tn be the number of legal strings with n letters. For example, t1=1('v' is the only the legal string).
t2=
t3=
tn=atn-1+btn-2+ctn-3 for each integer
n4
where a=,b=, and c=
For each integer n1, let pn be the number of legal strings with n letters that also read the same right to left as they do left to right (like 'xvx', for example).
Which of the following expressions is equal to p101?
t50+t49
p50+p49
t50+3t49
t50+3t48
t50+t48
t100+t99
p50+3p49
p100+p99
image text in transcribed

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

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

Students also viewed these Databases questions