Answer: See explanation: 10, 1, 1, -7
Step-by-step explanation:
I'll assume you are working with Excel. The Product function multiplies all the cells given in the specified range. Here, those are cells A2 through A5. As presnted, this would be [10*5*0*(-7)] = 0, which is the value of cell B2. If we want cell B2 to be -70, we must change one or more of the numbers in cells A2 to A5.
Initial: 10, 5, 0, -7 B2=0
Change: 10, 1, 1, -7 B2 = -70
Other combinations are possible.