f(x) = x^2
shift f(x) right 2.5 units means x becomes x+2.5
so now f(x) = (x+2.5)^2
shift f(x) down by 7 units means f(x) -7
so now f(x) = (x+2.5)^2 - 7
vertically shrink the function by a factor of 2/5 means multiplying f(x) by 2/5
so now f(x) = 2/5[(x+2.5)^2-7]
reflect across the x-axis means f(x) becomes -f(x)
so now f(x)=-2/5[(x+2.5)^2-7]
f(x) = (-2/5)x^2 - 2x + 3/10