This IS a hard problem. I am counting FOUR variables, not 2, and only 3 equations. But there is implied information that does not represent equations.Jones spent 86 dollars on dictionaries and alamanacs. The cost of 1 dictionary and 1 almanac is 32 dollars. He needs to purchase 50% more almanacs than dictionaries. How many of each will he purchase and what is the cost of each book?
I am counting FOUR variables
xa+ yb= 86.Jones spent 86 dollars on dictionaries and alamanacs.
a+ b= 32.The cost of 1 dictionary and 1 almanac is 32 dollars.
y= 1.5 x.He needs to purchase 50% more almanacs than dictionaries.
Find x and y.How many of each will he purchase
Find a and b.and what is the cost of each book?
I am far from sure that it makes a big difference whether we say four variables or two variables and two parameters.
Upon reflection, this exercise seems to require the terminology of "unknown." Nothing is varying; the number of books purchased is just as constrained as the price of the books. I just picked up the term "variable" from the title of the thread and did not think about whether it was the most appropriate term. It is not; I erred.I did not consider whether changing that terminology affects this particular exercise; I'm just speaking in general. (Does it have to make a big difference, or would making a little difference count just as much?) A quantity that does not vary within a given scenario should not be called variable. Some students have difficulty distinguishing the difference between these two concepts. I'm thinking that proper terminology would help in that regard. :cool:
This is an intriguing exercise, if it's complete.
I just picked up the term "variable" from the title of the thread
MarkAnd missed the 2
I'm not sure what you're thinking, when you say nothing is varying. Final answers are constants? Anyways, I'm done here, unless we get more info. Cheers
c = cost each dict; 32 - c = cost each almanac
n = number of dict; 1.5n = number of almanacs
nc + 1.5n(32 - c) = 86
Simplify:
c = 4(24n - 43) / n
Only n = 2 is possible; so do we call that unique?