If you have a rectangle and increase the length by 20% while decreasing the with by 20% what is the change equated at?

I assume you are asking about the change in area?

area = length * width

replace those by the new values:

area = length*1.20 * width*0.80
= 0.96 * length * width

so area has decreased by 4%