Which one of the following options is correct for the given data in the table?
| Iteration(i) | 0 | 1 | 2 | 3 |
| Input(I) | 20 | -4 | 10 | 15 |
| Output(X) | 20 | 16 | 26 | 41 |
| Output(Y) | 20 | -80 | -800 | -12000 |
Correct Answer :
X(i) = X(i − 1) + I(i)
Y(i) = Y(i − 1) × I(i), i > 0
Solution :
The correct option is:
X(i) = X(i − 1) + I(i)
Y(i) = Y(i − 1) × I(i), i > 0
To verify which mathematical relation correctly represents the given data, we can test the recurrence relations for each iteration step (where
).
Let us analyze the values for Output(X) and Output(Y) step-by-step using the correct relations:
1. Verification of the relation for Output(X):
The proposed relation is:
Let us check this relation for iterations
:
• For iteration
:
This matches the table value of Output(X) at iteration 1, which is 16.
• For iteration
:
This matches the table value of Output(X) at iteration 2, which is 26.
• For iteration
:
This matches the table value of Output(X) at iteration 3, which is 41.
2. Verification of the relation for Output(Y):
The proposed relation is:
Let us check this relation for iterations
:
• For iteration
:
This matches the table value of Output(Y) at iteration 1, which is -80.
• For iteration
:
This matches the table value of Output(Y) at iteration 2, which is -800.
• For iteration
:
This matches the table value of Output(Y) at iteration 3, which is -12000.
Since both Output(X) and Output(Y) values calculated step-by-step match the given table data perfectly, the relation is verified as correct.
Access expert-curated educational resources and study materials—completely free.
Create, conduct, and manage professional online assessments with Mindyard. Perfect for teachers and institutes.
Copyright © 2026 Mindyard. All Rights Reserved.