edited by
505 views
1 votes
1 votes

Consider the following two decision problems

  1. Whether a Turing machine takes more than $481$ steps on input $\epsilon?$
  2. Whether a Turing machine accepts the null string $\epsilon?$

 Which of the following statements is true$?$

  1. Problem $A$ is decidable but $B$ is not
  2. Problem $A$ is undecidable but $B$ is decidable
  3. Both $A$ and $B$ are decidable
  4. Both $A$ and $B$ are undecidable
edited by

2 Answers

0 votes
0 votes
We simply implement our turing machine exact 448 step and see whether it accept given string w and we got answer in the form of yes or no.Therefore clealry it is halting turing machine therefore it is decidable.

But in the case of epsilonturing machine does not accept epsilon therefore we can not say anyhting for its decidability.

Related questions

0 votes
0 votes
1 answer
3
learncp asked Jan 26, 2016
831 views
$L$ is surely decidable if (A) both $L$ and its complement are not recognizable (B) $L \subseteq \{0\}^*$(C) $L \leq_m \{0^n1^n\;\mid\;n\geq0\}$(D) $L^R$ is decidable
0 votes
0 votes
0 answers
4