
Edward A. answered 02/01/18
Tutor
4.9
(17)
Math Tutor, Retired Computer Scientist and Technical Communicator
First identify the quantities involved
let S = number of packages of sliced cheese
let C = number of packages of chunk cheese
what formulas relate these quantities?
total number of packages = 12, so
s + c = 12
total cost = 20 = s*2 + c*1.5
I expect that you know how to solve these, but maybe not.
s+c=12
2s+1.5c=20
double the first
2S+2c=24
and subtract the second
.5 c = 4
c = 8
substitute and solve for s
s= 4