We are given a table for input and output values and the relation between them.
Consider the table,
Input Output = Input × itself + (-5) Output
0
1
6
95
59
76
For Input = 0 :
Output = Input × itself + (-5)
Output = 0 × 0 - 5
Output = -5
Now, for Input = 1,
Output = Input x Itself + (-5)
Output = (1) × 1 + (-5)
Output = 1 - 5
Output = - 4
For Input = 6,
Output = Input x Itself + (-5)
Output = (6) × 6 + (-5)
Output = 36 - 5
Output = 31
For Output = 95,
Output = Input x Itself + (-5)
95 = (Input)²+ (-5)
95 + 5 = (Input)²
(Input)² = 100
Input = √100
Input = 10
For Output = 59,
Output = Input x Itself + (-5)
59 = (Input)²+ (-5)
59 + 5 = (Input)²
(Input)² = 64
Input = √64
Input = 8
For Output = 76,
Output = Input x Itself + (-5)
76 = (Input)²+ (-5)
76 + 5 = (Input)²
(Input)² = 81
Input = √81
Input = 9
Therefore the complete table will be:
Input Output = Input × itself + (-5) Output
0 Output = 0 × 0 + (-5) -5
1 Output = 1 × 1 + (-5) -4
6 Output = 6 × 6 + (-5) 31
10 95 = Input × itself + (-5) 95
8 59 = Input x Itself + (-5) 59
9 76 = Input x Itself + (-5) 76
Learn more about input and output here:
brainly.com/question/13876209
#SPJ9