Ivan Shishkin, Rye (1878)

Problems/OtherReviewed

Des chameaux et des dromadaires

by Catalpa·
11
Difficulty scaleÉchelle de difficulté

This score reflects both the level of the required concepts and the difficulty of the solution.Ce score tient compte à la fois du niveau des notions nécessaires et de la difficulté de la résolution.

  1. 110First steps / middle schoolPremiers pas / collège
  2. 1125Beginner / high schoolDébutant / lycée
  3. 2650Intermediate / undergraduateIntermédiaire / licence
  4. 5170Advanced / graduateAvancé / master
  5. 7190Expert / specializedExpert / spécialisé
  6. 91100Research levelNiveau recherche
These levels are approximate guides.Ces niveaux sont des repères approximatifs.
·
Français
FrançaisEnglish

Un troupeau de dromadaires et de chameaux marche dans le désert. Il y a 60 animaux et 95 bosses. Combien y a-t-il de chameaux ? Et combien de dromadaires ?

P.S. : Ici, nous considérons qu’ils pourraient se trouver dans le même troupeau, bien que cela soit hautement impossible puisqu’ils ne vivent pas sur le même continent.

Rappel : les dromadaires ont une seule bosse, et les chameaux deux.
camel and dromedary

I solved itMark it doneAdd to my listKeep it in your list

Solutions

1
Reveal solutionsAre you sure? Give it a try first.

Solution by Ancient TreeEN

Discussions1 useful vote

Let dd be the number of dromedaries, and cc be the number of camels.
There are 60 animals in total, so d+c=60d+c=60.
Because dromedaries each have one hump, and camels two, the total number of humps is d+2c=95d+2c=95.

This is a linear system with two unknowns, cc and dd:
{d+c=60d+2c=95\left\{\begin{array}{l} d+c=60 \\ d+2 c=95 \end{array}\right.To solve it, we could subtract the first line from the second line, obtaining c=35c=35. Plugging this back into the first line gives d=60c=6035=25d=60-c=60-35=25.

Therefore, there are 25 dromedaries and 35 camels.

Report

For an unclear, ambiguous, or possibly incorrect statement, please use the Discussion tab on the right. Report content that needs moderator intervention, such as dangerous, clearly non-mathematical, or plagiarized content.