Updated March 1, 1999

PERCENTAGE CHANGE AND TUPLING

NOTATION

w is just a "placeholder" and its space can be replaced by any variable such as w = x/y:

If w= x/y, then w1 = x1/y1 and w2 = x2 /y2.

DECIMAL VERSUS PERCENTAGE NUMBERS

% = per centum = percent = 1/100
1% = 1/100 = .01

CONVERSION TABLE :

DECIMAL VERSUS PERCENTAGE NUMBERS

Percentage to Decimal
Decimal to Percentage
1% = .01
.01 = 1%
10% = .10
.10 = 10%
100% = 1
1 = 100%
200% = 2
2 = 200%

FORMULAS FOR PERCENTAGE CHANGE AND TUPLING

  1. %Dw = (Dw)/w0
  2. %Dw = (w1 - w0)/w0
  3. %Dw = (w1/w0) - 1
    The ratio of ending value of w to the beginning value of w is known as the tupling of w or tup(w):
  4. tup(w) = w1/w0
  5. %Dw = tup(w) - 1      (from Equation 3)
    "To get percentage change, you subtract 1 from the tupling"
  6. tup(w) = 1 + %Dw      (from Equation 5)
    "To get the tupling, you add 1 to the percentage change"
  7. (w0)[tup(w)] = w1     (from Equation 4)
    "The tupling is the multiplier of beginning value in order to get the ending value"
  8. %Dw = (w1/w0) - 1      (from Equation 3)
    "To get percentage change, you subtract 1 from the tupling"

EXAMPLES

Example #1

Given: x0 = 100 and x1 = 300

Find the tupling, percentage change, and percentage increase. Is percentage change equal to the tupling?

Solution:

%Dx = (x1/x0) - 1 = (300/100) - 1 = 2 = 200%
x1/x0 = 300/100 = 3
The percentage change is 200%
The percentage increase is 200%
The tupling is a 3-tupling (often called a "tripling")
The tupling is 3 and the percentage change is 200%=2, so they are not equal. The tupling is one more than the percentage change and the percentage change is one less than the tupling.

Example #2

Given: x0 = 500 and x1 = 300

Find the tupling, percentage change, and the percentage decrease.

Solution:

%Dx = (300/500) - 1 = .6 - 1 = -.40 = -40%
percentage change = = -40%
percentage increase = -40%
percentage decrease = 40%
tupling = .6      This means the ending value is 60% of the beginning value and that you lost 40%

Example #3

The tupling is 1.4 -- find the percentage change.

Solution

%D = tupling - 1 = 1.4 - 1 = .40 = 40%

EXCHANGE RATE EXAMPLES WITH THREE-DECIMAL PLACE ACCURACY

(1) Accuracy

(2) Percentage Change of Currencies (Exchange Rates)

Formulas
%DVODM = (VODM 1/ VODM0 ) - 1
AODM = %DVODM = Appreciation of the Deutsche Mark
DODM = Depreciation of the Deutsche Mark
             = -%DVODM
%DVOD = (VOD1 /VOD0) - 1
AOD = %DVOD
          = Appreciation of the Dollar
DOD = -%DVOD
          = Depreciation of the Dollar

Example #4

Given: VODM0 = $1.25/1DM and VODM1 = $1.60/1DM

Find %DVODM, AODM, DODM, %DVOD, AOD, and DOD.

Solution:

%DVODM = (1.60/1.25) - 1 = 28%
AODM = 28%
DODM = -28%
VOD0 = .80DM/$1 and VOD1 = .625DM/$1
%DVOD = (.625/.80) - 1 = -21.875%
AOD = -21.875%
DOD = 21.875%
To check your answer:
(1 + %DVODM)(1 + %DVOD) = 1?

Example # 5

Given: VOD0 = 130¥/$1 and VOD1 = 115¥/$1

Find %DVOD, AOD, DOD, %DVO¥, AO¥, DO¥ (3-decimal place accuracy).

Solution:

%DVOD = 115/130 - 1 = -11.538%
AOD = -11.538%
DOD = 11.538%
%DVO¥ = 130/115 - 1
(short-cut method called the "flip-flop" and this avoids all round off errors)
         =13.043%
AO¥ = 13.043%
DO¥ = -13.043%

PROPERTIES OF TUPLING AND PERCENTAGE CHANGE

Basic definition: tup(w) = tupling of w = w1 divided by w0

Case # 1: a constant

(a) Tupling of a constant, k
tup(k) = k1/k0
but k1 = k0 = k (why?)
tup(k) = k/k = 1
"For a constant, the ending value is 1 times the beginning value and thus the tupling is 1"
(b) % D of a constant
%Dk = 1 - 1 = 0
(you subtract 1 from the tupling to get percentage change)
"The percentage change of something that doesn't change is zero."

Case # 2: a constant times a variable

(a) Tupling of a constant times a variable
w = kx
w0 = kx0
w1 = kx1
tup(kx) = kx1/kx0 = x1/x0 =tup(x)
(b) % D of a constant times a variable
% D(kx) = tup(kx) - 1 = tup(x) - 1 =%Dx

Case # 3: a variable times a variable (a "product")

(a) Tupling of a product
w = xy
w0 = x0y0
w1 = x1y1
tup(xy) = x1y1/x0y0 = (x1/x0)(y1/y0
              =[tup(x)][tup(y)]
"the tupling of a product is equal to the product of the tuplings"
(b) % D of a product
%D(xy) = tup(xy) - 1 =[ tup(x)][tup(y)] - 1
1 + %D(xy) =[ tup(x)][tup(y)]
1 + %D(xy) = (1 + %Dx)(1 + %Dy)

Case # 4 A quotient, x/y

Tupling
"The tupling of a quotient is the quotient of the tuplings":
tup(x/y) = tup(x) divided by tup(y)
Percentage Change of a Quotient -- %D(x/y)
%D(x/y) = [tup(x)/tup(y)] - 1
"To find the percentage change of a quotient, you subtract 1 from the tupling of the quotient

Case # 5 A reciprocal 1/y

Tupling
"The tupling of a reciprocal is the reciprocal of the tupling":
tup(1/y) = 1/ tup(y)
Percentage change of a reciprocal: %D(1/y)
%D(1/y) = [1/tup(y)] - 1
"To find the percentage change of a reciprocal, you subtract 1 from the reciprocal of the tupling"

EXAMPLE # 6

VOD0 = 1.76£/$1 and VOD1 = 2.03£/$1
Find %DVOP using the fact that VOP = 1/VOD
Solution
%DVOP = %D [1/VOD] = [1/tup(VOD)] - 1
= - 13.30%

EXAMPLE # 7

w = 5. Find tup(w) and %Dw.

Solution:
%Dw = %D5 = 0
tup(5) = 5/5 = 1

EXAMPLE # 8

Given: Beginning values of x and y are 21 and 15, respectively.
The ending values are 26 and 14, respectively.
5-decimal place accuracy. Express percentage numbers in the form X.XXXXX%
Find the following (solutions are in Column 2 of the table below).

tup(x)
1.23810
%Dx
23.80952%
tup(y)
.93333
%Dy
-6.66667%
tup(kx)
1.23810
%D(ky)
-6.66667%
tup(xy)
1.15556
%D(xy)
15.55556%
tup(x/y)
1.32653
%D(x/y)
32.65306%
tup(1/x)
.80769
%D(1/x)
-19.23077%

Page created May 28, 1998