Samantha A. answered 05/27/25
96th Percentile in SAT Math (2022); STEM-Focused Cornell Undergraduate
Hi! For this problem, I’ll guide you through an efficient process that can be followed to work through the problem step-by-step through substitution and solving for the unknown.
Provided Information:
Given:
- Joshua had 2/3 as many game cards as Nat at first.
- After Joshua bought 20 more cards, and Nat lost 29 cards,
- Joshua now has 4/5 as many cards as Nat.
Find:
How many game cards did Nat have at first?
Step 1: Define variables
Let:
- N = number of game cards Nat had at first (to compare to the final values, we can also express this variable as Ninitial)
- J = number of game cards Joshua had at first (to compare to the final values, we can also express this variable as Jinitial)
From the problem, we know Joshua initially has 2/3 times as many cards as Nat. This means that, for any number of cards Nat has, Joshua will have 2/3 of that amount (Because 2/3 is less than 1, we can infer that Joshua begins with less cards than Nat).
- Therefore, J = 2/3 * N, or simply, J = 2/3 N
Step 2: Express the situation after changes
After change #1 (Joshua buys 20 more cards):
- Jnew = Jinitial + 20
- Since we know that Jinitial = 2/3 the amount of Ninitial, we can also model this equation as: Jnew = 2/3 N + 20
- This format will allow us to solve the problem by comparing ratios in Step 3 using a single variable, N, which relates our solution to the target person, Nat.
After change #2 (Nat loses 29 cards):
- Nnew = Ninitial - 29
Step 3: Use the new ratio given (4/5)
According to the problem, “After Joshua bought another 20 game cards and Nat lost 29 game cards, Joshua now has 4/5 as many game cards as Nat.” This tells us the new ratio between Joshua's and Nat’s card totals after the changes:
- From our previous step, we found that:
- Joshua's new number of cards = Jnew = Jinitial + 20 = 2/3 N + 20
- Nat's new number of cards = Nnew = Ninitial - 29
- We’re told that after these changes, Joshua has 4/5 as many cards as Nat, so:
- Joshua’s new total, Jnew, = 4/5 Nat’s new total, or 4/5 Nnew
- Since we know Nnew = N - 29, we can rewrite the equation as 4/5*(N-29)
- By combining our 2 equations, we find that 2/3 N + 20 = 4/5 * (N-29)
Step 5: Evaluate and solve the algebraic equation
- Multiply both sides by 15 (the least common multiple of 3 and 5) to clear denominators. This will simplify our equation to 10N+300=12(N−29)
- Distribute 12 on the right: 10N+300=12N−348
- Rearrange terms by subtracting 10N from both sides and adding 348 to both sides. This will put all of our constants on one side of the equation, and all of our terms with variable “N” on the other. This will give us 2N = 648
- Divide both sides by coefficient 2
- Solution: N = 324
Answer: Nat originally had 324 game cards at the start of the game.