Skip to main content

When Leibniz Plays Dice

  • Chapter
  • First Online:
Let History into the Mathematics Classroom

Part of the book series: History of Mathematics Education ((HME))

Abstract

This chapter recounts an introductory session on probability for 17-year-old students using an historic text and an IT simulation. Quite basic technically, the session’s prime aim was to introduce notions of probability, of expected value, and of equally likely outcomes. Leibniz’s text has the added interest of containing a classic error of reasoning, useful to flag up to the students. Working on an original text allows two more problematical aspects to be approached in a fairly natural context: on the one hand, the idea of the multiplicity of models for the same chance experiment; on the other, the question of the link between statistics and probability with an informal statement of the law of large numbers. This type of session, being out of the ordinary, seems a good context for approaching, if the teacher so wishes, real epistemological questions which often remain implicit in the normal run of the classroom situation.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 109.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 139.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 139.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  • Barbin, É., & Lamarche, J. P. (Eds.). (2004). Histoire de probabilitĂ©s et de statistiques. Paris, France: Ellipses.

    Google Scholar 

  • Daston, L. (1989). L’interprĂ©tation classique du calcul des probabilitĂ©s. Annales Économies, SociĂ©tĂ©s, Civilisations, 44(3), 715–731.

    Google Scholar 

  • Groupe M.:A.T.H. (1990). Deux textes pour introduire l’analyse combinatoire. In MathĂ©matiques: Approche par des textes historiques, Tome 2 (pp. 93–106). Paris, France: IREM de Paris Diderot.

    Google Scholar 

  • Hacking, I. (1975). The emergence of probability. Cambridge, United Kingdom: Cambridge University Press.

    Google Scholar 

  • Leibniz, G. W. (1678). Du jeu de Quinquenove, LH XXXV, III A, 8.

    Google Scholar 

  • Leibniz, G. W. (1995). L’estime des apparences: 21 manuscrits de Leibniz sur les probabilitĂ©s, la thĂ©orie des jeux, l’espĂ©rance de vie (M. Parmentier, Trans.). Paris, France: Librairie Philosophique J. Vrin.

    Google Scholar 

  • de Mora-Charles, M.-S. (1992). Quelques jeux de hazard selon Leibniz (manuscrits inĂ©dits). Historia Mathematica, 19, 125–157.

    Article  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Renaud Chorlay .

Appendix

Appendix

The SCILAB software is available on the INRIA site under the section “calcul”: http://www.inria.fr/valorisation/logiciels/index.fr.html.

“la fonction dicematrix renvoie une matrice ligne de s lancers d'un dé équilibré” function d = dicematrix(s) for i=1:s; d(1,i)=1+int(6*rand(1,1)); end; endfunction "La fonction Leibniz renvoie les couples (nombre de sommes de 5, nombre de sommes de 8) pour une répétition de n lancers de deux dés donnant l'un des deux résultats" function l = Leibniz(n) i=0 nb5 = 0 nb8 = 0 while i < n d = sum(dicematrix(2)) if d == 5 then nb5 = nb5 + 1 ; i = i+1; end if d == 8 then nb8 = nb8 + 1 ; i = i+1; end end l(1,1)=nb5 l(1,2)= nb8 endfunction "La fonction suivante donne les fréquences relatives (en %)" function l = relLeibniz(n) tirage = Leibniz(n) l(1,1)=100*tirage(1,1)/n l(1,2)=100*tirage(1,2)/n endfunction "La fonction suivante liste n répartitions de fréquences relatives sur des tirages de taille m" function l = Leibniztable(n,m) for i = 1:n a=relLeibniz(m) l(i,1)=a(1,1) l(i,2)=a(1,2) end endfunction

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Springer International Publishing AG

About this chapter

Cite this chapter

Chorlay, R. (2018). When Leibniz Plays Dice. In: Let History into the Mathematics Classroom. History of Mathematics Education. Springer, Cham. https://doi.org/10.1007/978-3-319-57150-8_9

Download citation

  • DOI: https://doi.org/10.1007/978-3-319-57150-8_9

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-319-57149-2

  • Online ISBN: 978-3-319-57150-8

  • eBook Packages: EducationEducation (R0)

Publish with us

Policies and ethics