Concentric Circles Problem

The problem is that when making the transformation, you’re doing something like

t = x + 3

You need to undo this in the end, or you’ll be solving the wrong problem essentially.

1 Like