I'm not sure if this one is on-topic here, but I'll give it a shot anyway.
I know that if I have some sort of signal, like for example \$y(t)=x(t)\$, and I want a signal with twice the frequency, I can write that as \$z(t)=x(2t)\$.
I also know that if I have signal \$y(t)=x(t)\$ and I want to shift it to right, I can write the shifted signal as \$z(t)=x(t-1)\$.
I also know that if I have signal \$y(t)=x(t)\$ and I want to time-reverse it, I can write the time-reversed signal as \$z(t)=x(-t)\$.
What confuses me is if I have a signal which has already been shifted, time-reversed or scaled and I need to shift it or scale it again.
For example I have a signal which is \$y(t)=x(2t-1)\$ and I need a signal which has been time-reversed, should that be \$z(t)=x(-2t-1)\$ or \$z(t)=x(-2t+1)\$? Same thing for scaling: If I have \$y(t)=x(2t-1)\$ and want to scale it by a factor of 2, should the result be \$z(t)=x(4t-1)\$ or \$z(t)=x(4t-2)\$?
Note that this is a homework question, so I'm looking for an answer which will explain the principle behind the transformations.