First, we have a cost expression for all of the items.
168 = 15p + 10e + n, where p = postcard price, e = envelope price, and n = notepad price in cents.
We can create expressions for the three objects in terms of the cost of the envelope, from the information given in the prompt:
n = 8e
p = e-2
Substituting into the original equation:
168 = 15(e-2) + 10e + 8e = 15e - 30 + 10e + 8e = 33e -30
Thus 198 = 33e and e = 6 cents.
Going back to the original expressions:
e = 6 cents
n = 8e = 48 cents
p = e-2 = 4 cents
Thus the prices of the postcard, envelope, and notepad are 4, 6, and 48 cents, respectively.