Solution: Sharing Cards - How Many are Shared Among 20+ Children?

  • Context:
  • Thread starter Thread starter Johnx1
  • Start date Start date
  • Tags Tags
    Cards Children
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Johnx1
Messages
48
Reaction score
0
20 children share some cards equally. When another child joins them, they each get 2 fewer cards. How many cards are they sharing altogether?

My answer:

children = ch
cards = cd

=> cd/ch

but when another child joins them, they get 2 fewer cards. So, ch = cds - 2.

then I did cd/20(cds - 2)

Then I got stuck there for a long time.
 
Last edited:
Mathematics news on Phys.org
Let the number of cards per child be x. Since 20 children are sharing the same number of cards there are 20x cards available. When another child joins them there are x - 2 cards per child. So, 20x = 21(x - 2). Can you solve that for x and use your answer to find the solution to the problem?
 
greg1313 said:
Let the number of cards per child be x. Since 20 children are sharing the same number of cards there are 20x cards available. When another child joins them there are x - 2 cards per child. So, 20x = 21(x - 2). Can you solve that for x and use your answer to find the solution to the problem?

Answer is 840. Thank you.