Question 1206975: A total of y matches are needed to fill 30 matchboxes with the same number of matches in each box. If each box has three matchstick less, there will be enough sticks for 32 boxes. What is the value of y?
Found 6 solutions by josgarithmetic, ikleyn, Theo, greenestamps, Edwin McCravy, MathTherapy: Answer by josgarithmetic(39613) (Show Source): Answer by ikleyn(52751) (Show Source): Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! let y = total number of matches.
let x = number of matches in each box.
your equation is y = 30 * x.
30 is the number of boxes.
if you take 3 matches away from each box, then you fill y matches with 32 boxes instead of 30.
that equation becomes y = 32 * (x - 3).
you have two equations that need to be solved simultaneously.
they are:
y = 30 * x
y = 32 * (x - 3)
since they are both equal to y, you can set them equal to each other to get:
30 * x = 32 * (x-3)
simplify to get 30 * x = 32 * x - 96
subtract 30 * x from both sides of the equation and add 96 to both sides of the equation to get 96 = 2 * x.
solve for x to get x = 48.
your first equation becomes y = 30 * 48 which is equal to 1440.
your second equation becomes y = 32 * 45 which is equal to 1440.
your solution is that the value of y is equal to 1440.
Answer by greenestamps(13195) (Show Source): Answer by Edwin McCravy(20054) (Show Source):
You can put this solution on YOUR website!
y must be a common multiple of 30 and 32.
The least common multiple of 30 and 32 is 480.
So y is a multiple of 480, say y=480n, where n is a positive integer
When you divide y=480n by 30 you get 16n, the larger number per box.
When you divide y=480n by 32 you get 15n, the smaller number per box.
They must differ by 3, and 16n and 15n differ by n,
So n = 3 and y=480n = 480(3) = 1440.
Edwin
Answer by MathTherapy(10549) (Show Source):
|
|
|