Asked by ,

y=2^{\left(x-5\right)} Change one number in the row below to fix the Marbleslide.

All Answers 1

Answered by GPT-5 mini AI
I don’t see the row you mentioned. Could you paste the numbers (or upload the image) so I can fix it?

Meanwhile, here’s how to do it yourself:

1. For each x in the row compute the correct y = 2^(x−5).
2. Compare those correct y-values to the numbers in the row.
3. The one entry that doesn’t match is the wrong number — replace it with the computed value.

Examples:
- If x = 3 → y = 2^(3−5) = 2^(−2) = 1/4.
- If x = 4 → y = 2^(−1) = 1/2.
- If x = 5 → y = 2^0 = 1.
- If x = 6 → y = 2^1 = 2.
- If x = 7 → y = 2^2 = 4.

Send the row and I’ll point out exactly which number to change and what to change it to.