Posted by Diana on Thursday, May 19, 2011 at 8:12am.
Lets work in cents.
If he offered 1,000 cents and received less than 100 cents in change then the cost must have been 901 to 999. Can't be 900 as LESS than 100 cents in change and can't be 1000 cents as he received change.
If it is n objects at n cents each then we are looking for a square(s) between 901 and 999.
There is only one square between 901 and 999 which is 31x31=961
Thus the change is 39 cents.
So what was the minimum number of coins that John could have recieved?
1000-31^2=39 (n=31)
39=1*25+14*1 15 coins
39=3*10+9*1 12 coins
39=7*5+4*1 11 coins
Is the minimum amount 6 coins? to equal the 39 cents. 1 quarter, 1 dime and 4 pennies. 25+10+4=39
1*25+1*10+4*1=39 in six coins and three denominations.
That's what most cashiers would give you as change, using the "greedy algorithm", i.e. use the biggest possible "denomination" at all times before switching to the lower one.
However, the question requires the change to be in two denominations. Mgraph has enumerated all possible cases for two denominations: make you choice!
Note: cases that do not involve pennies are not possible.
Related Questions
math - John bought n objects, each costing n cents. The change he recieved from ...
math - jasmine bought 26 pieces of fruit.she bought 6 oranges.she bought twice ...
Health - I posted this question yesterday and I got confused. The determinant of...
Math - I know I posted this yesterday but I really do not understand this and I ...
Math(Please help) - I know I posted this yesterday but I really do not ...
Dr.Bob can you check out the question down the pg - I posted a question ...
Science - Heat flows in which direction? A)from solid objects to liquids B)from ...
Algebra II - Simplify: x^5*x^pi Answer: x^8.14 Is this correct? I know that this...
IPC - i dont have a book or anything to go look all this stuff up so i really ...
Chemistry - I posted a question at 5:43pm yesterday...can anyone please help ...
For Further Reading