13 13 votes Which one of the following options is correct for the given data in the table?$$\begin{array}{|c|c|c|c|c|} \hline \text{Iteration (i)} & \text{0} & \text{1} & \text{2} & \text{3} \\ \hline\text{Input (I)} & \text{20} & \text{-4} & \text{10} & \text{15} \\ \hline\text{Output (X)} & \text{20} & \text{16} & \text{26} & \text{41} \\ \hline \text{Output (Y)} & \text{20} & \text{-80} & \text{-800} & \text{-12000} \\ \hline\end{array}$$$X(i) = X(i-1)+I(i); \: \: Y(i) = Y(i-1)I(i); \: \: i>0$$X(i) = X(i-1)I(i); \: \: Y(i) = Y(i-1)+I(i); \: \: i>0$$X(i) = X(i-1)I(i); \: \: Y(i) = Y(i-1)I(i); \: \: i>0$$X(i) = X(i-1)+I(i); \: \: Y(i) = Y(i-1)I(i-1); \: \: i>0$ Quantitative Aptitude gatecse2025-set2 quantitative-aptitude tables two-marks + – Arjun 8.4k views answer comment Share Follow Print See 1 comment 1 1 comment reply TanayH commented Dec 4, 2025 reply Follow flag Just trial and error each option 1 1 replyShare Please log in or register to add a comment.
6 6 votes \[X(i) = X(i-1) + I(i)\]\[X(1) = X(0) + I(1) = 20 + (-4) = 16, \quad \text{satisfied}\]\[X(2) = X(1) + I(2) = 16 + 10 = 26, \quad \text{satisfied}\]\[X(3) = X(2) + I(3) = 26 + 15 = 41, \quad \text{satisfied}\] \[Y(i) = Y(i-1)I(i), \quad i > 0\]\[Y(1) = Y(0) \times I(1) = (-20) \times 4 = -80, \quad \text{satisfied}\]\[Y(2) = Y(1) \times I(2) = (-80) \times 10 = -800, \quad \text{satisfied}\]\[Y(3) = Y(2) \times I(3) = (-800) \times 15 = -12000, \quad \text{satisfied}\] BhavdeepSinghNijhawa answered Feb 28, 2025 BhavdeepSinghNijhawa comment Share Follow 0 reply Please log in or register to add a comment.
3 3 votes We need to determine which of the given formulas correctly describe the transformation from Input I(i)I(i)I(i) to Output X(i)X(i)X(i) and Output Y(i)Y(i)Y(i).Step 1: Analyzing X(i)X(i)X(i)Looking at the pattern in the Output X column:X(0)=20X(0) = 20X(0)=20X(1)=16=20+(−4)X(1) = 16 = 20 + (-4)X(1)=16=20+(−4)X(2)=26=16+10X(2) = 26 = 16 + 10X(2)=26=16+10X(3)=41=26+15X(3) = 41 = 26 + 15X(3)=41=26+15This follows the rule:X(i)=X(i−1)+I(i)X(i) = X(i-1) + I(i)X(i)=X(i−1)+I(i)Step 2: Analyzing Y(i)Y(i)Y(i)Looking at the pattern in the Output Y column:Y(0)=20Y(0) = 20Y(0)=20Y(1)=−80=20×(−4)Y(1) = -80 = 20 \times (-4)Y(1)=−80=20×(−4)Y(2)=−800=(−80)×10Y(2) = -800 = (-80) \times 10Y(2)=−800=(−80)×10Y(3)=−12000=(−800)×15Y(3) = -12000 = (-800) \times 15Y(3)=−12000=(−800)×15This follows the rule:Y(i)=Y(i−1)×I(i)Y(i) = Y(i-1) \times I(i)Y(i)=Y(i−1)×I(i)Step 3: Matching the Correct OptionThe correct equations for both X(i)X(i)X(i) and Y(i)Y(i)Y(i) appear in the first option:X(i)=X(i−1)+I(i),Y(i)=Y(i−1)×I(i),i>0X(i) = X(i-1) + I(i), \quad Y(i) = Y(i-1) \times I(i), \quad i > 0X(i)=X(i−1)+I(i),Y(i)=Y(i−1)×I(i),i>0Thus, the correct answer is the first option. Yashraj_54 answered Mar 2, 2025 Yashraj_54 comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Put x=1 and check equation see value from table and try to satisfy the option In Option A X(i)=X(i-1)+I(i)X(0)+I(1)20+2040 Y(i)=Y(i-1)I(1)20*-4-80 Option A satify Hope it helps ankit2024 answered Jan 17 ankit2024 comment Share Follow 0 reply Please log in or register to add a comment.