in Combinatory edited by
7,470 views
47 votes
47 votes

A line $L$ in a circuit is said to have a $stuck-at-0$ fault if the line permanently has a logic value $0$. Similarly a line $L$ in a circuit is said to have a $stuck-at-1$ fault if the line permanently has a logic value $1$. A circuit is said to have a multiple $stuck-at$ fault if one or more lines have stuck at faults. The total number of distinct multiple $stuck-at$ faults possible in a circuit with $N$ lines is 

  1. $3^N$
  2. $3^N - 1$
  3. $2^N - 1$
  4. $2$
in Combinatory edited by
7.5k views

1 comment

2 Answers

114 votes
114 votes
Best answer

Answer should be ${3^N}-{1}$.

Explanation:

The total possible combinations (i.e., a line may either be at fault (in $2$ ways i.e stuck at fault $0$ or $1$) or it may not be, so there are only $3$ possibilities for a line ) is ${3^N}$.

In only one combination the circuit will have all lines to be correct (i.e not at fault.)

Hence ${3^N}-{1}$ (as it has been said that circuit is said to have multiple stuck up fault if one or more line is at fault)

edited by

4 Comments

If anyone of the line is stuck-at 0 or 1, then it doesn’t matter whether other lines are stuck-at or not. For each line we will have 3 cases: 

  1. stuck-at-0
  1. stuck-at-1
  1. Working fine

Hence $3^n$ such cases, but this also counts the case where all the lines are working fine. So subtracting it $3^n – 1$

3
3

Thanks:)

1
1
3 votes
3 votes

In a line, there can be three possibilities :
1. Stuck-at 0 fault
2. Stuck-at 1 fault
3. No fault

Thus, total combinations = 3^N

It is mentioned that one or more lines have stuck at faults.
So, a case in which there is no fault in any line i.e. all lines are correct can not occur.
Total combinations = 3^N – 1

 
Thus, option (B) is correct.

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true