TADM2E 6.7
From Algorithm Wiki
Part A
Probably yes. Using Kruskal's algorithm, you'll still get the same insertion order of edges, regardless of how much you add or subtract from the edge weighting.
Part B
Yes, as long as negative weight edges are not allowed.