Question 1207199
<br>
Umbrellas? or pairs of socks?<br>
Tumi? or Sal?<br>
I can't imagine how you would be so careless as to post a question the way you did....<br>
But the meaning is clear: there are two types of items, costing R45 and R30 each; and there are a total of 16 items with a total cost of R585.<br>
The setup for a formal algebraic solution would look something like this:<br>
c = # of items of type 
d = # of items of type d<br>
c+d = 16  [the total number of items is 16]
45c+30d = 585  [the total cost is 585]<br>
Multiply the first equation by 30...
30c+30d = 480<br>
... and find the difference between that result and the second equation:<br>
15c = 105
c = 7<br>
ANSWER: c = 7 of type c and 16-7 = 9 of type d<br>
CHECK: 7(45)+9(30) = 315+270 = 585<br>
A quick, informal mental solution -- using exactly the same calculations -- can be obtained using logical reasoning:<br>
If all 16 items were type c, the total cost would be 16(30) = 480
The actual total cost is 585, which is 105 higher
The difference in cost between type c and type d is 15
The number of items of the higher-priced type is 105/15 = 7.<br>