Carnival of Mathematics: Inaugural Edition

I’ve gotten plenty of submissions that span the entire gamut of math-blogging: education, pure math, applied math, debunking bad math – it’s all there. Only the gender distribution could be made slightly more equal (and that’s an understatement). I’m linking to the posters in roughly increasing order of mathematical difficulty, but don’t let my opinions deter you from reading the posts closer to the bottom.

First, Denise of Let’s Play Math has a long collection of quotes exhorting people to study mathematics. George Washington, Martin Gardner, Henri Poincaré, Abraham Lincoln, Galileo Galilei, Bertrand Russell – they’re all there.

Barry Leiba of Staring at Empty Pages uses modular arithmetic to solve a digit puzzle. The puzzle is based on writing any positive integer – say 8293 – and jumbling its digits and subtracting: 8293 – 3982 = 4311. Then delete a nonzero digit. Based on the resulting number, it’s possible to tell which digit you deleted.

P. Sternberg of Discreet Math links to various companies producing non-orientable material, like Möbius shoes and Klein bottle wool hats.

Heath Raftery writes about a probability paradox. Two dice are rolled, of which one is a 4. Given that, what is the probability that the sum of the two dice is a 7? Without further qualification – for example, “At least one die is a 4” – it’s obviously 1/6. And yet Heath’s professor maintained that the answer was 2/11.

Charles Daney of Science and Reason gives a brief history of algebra from the Middle Ages till the Renaissance. Whereas most accounts begin with a relatively modern mathematician, like Fermat or Euler, Charles begins far earlier, with Al-Khwarizmi, who invented the word “algebra” and after whom the word “algorithm” is named.

In the bad math department, Tyler DiPietro has a long rant fisking the arguments of Sal Cordova, an intelligent design proponent who makes dishonest arguments from information theory and computability theory in order to try refuting evolution.

JD2718 has a puzzle in plane geometry. A parallelogram is defined as a quadrilateral where two opposite pairs of sides are parallel. But there are other equivalent definitions, and other conditions that look like they define parallelograms but in fact don’t.

Science Pundit Javier Pazos tells an anecdote about John von Neumann and the bee problem. The bee problem involves two trains initially spaced 40 km apart and approaching each other at 20 km/h, and a bee that flies at 40 km/h, starting from one train, flying toward the other, turning around when it meets it, flying toward the first train, etc. How far does the bee fly until the two trains meet?

Suresh Venkatasubramanian of GeomBlog has a long primer for the game theory of author ordering. When publishing a scholarly paper, each contributor wants to be as close as possible to first author in order to get more credit; Suresh explains which ordering strategies are stable and which appear the most utilitarian.

He also notes that the theory of algorithms is undergoing fundamental changes as computing power reaches saturation. In the past, it was sufficient for researchers to say that the run time of a process is proportional to some simple function, like x^2; but now, the constant that accompanies that function is becoming increasingly important.

John Kemeny introduces spigot algorithms, which can be used to systematically generate digits of some irrational numbers, including e and pi.

Jeffrey Shalit of Recursivity writes about the prime game. The initial observation is that the decimal representation of every prime p can be reduced to one of 26 primes by scrubbing off digits. That leads to a more general investigation of the concept of subsequences.

Eric Kidd programs infinity into Haskell, in order to solve such expressions as dividing infinity by 2 or adding 1 to infinity. The trick is to teach Haskell about the finite natural numbers first, and then write into it something strong enough to code for infinite numbers.

David Eppstein of 0xDE writes about subgreedy algorithms for Egyptian fractions. An Egyptian fraction is a representation of a fraction p/q as 1/n1 + 1/n2 + … + 1/n(k). A greedy algorithm is one that tries getting the best-looking result in one step without regard for efficiency in later steps; a subgreedy algorithm is one that is almost greedy, but tends to get far better results in the long run.

He also writes about a local version of the central limit theorem, which differs from the regular theorem in that it says repeated distributions look approximately normal in a small neighborhood of 0 rather than globally; and about coloring tilings in such a way that on the one hand the colors display a regular pattern, just like the tiling, but on the other no two adjacent tiles have the same color.

And finally, Mikael Johansson has multiple great posts about algebraic topology and related subjects; choosing three was a fairly hard decision. Of the three that made it into this edition, the easiest is the Borsuk-Ulam theorem, which roughly states that any given time, there’s a pair of antipodal points on Earth with the same temperature.

Also, A for the Layman explains algebraic topology, beginning with simple definitions and ending with an overview of homological algebra. For the braver souls, there’s his post about carry bits and cohomology; group cohomology is an indispensable tool in algebra, and Mikael applies it to addition and multiplication modulo 10, or in other words carry digits.

The next edition will be posted in two weeks, on 2/23, on Good Math, Bad Math. Send submissions to Mark CC, or to me so that I’ll forward them to him.

On a final note, I should remind everyone I’m still looking for someone talented enough to make a decent logo or banner for the carnival.

109 Responses to Carnival of Mathematics: Inaugural Edition

  1. […] at Alon’s place, Abstract Nonsense, the first issue of the biweekly Carnival of Mathematics is […]

  2. Mr. Person says:

    Didn’t see my post. Saving it for another day?

  3. […] in Mathematics, Carnivals at 9:31 am by Denise The Carnival of Mathematics: Inaugural Edition is up and running at Abstract Nonsense. Alon writes: I’ve gotten plenty of submissions that span […]

  4. Axel says:

    Hmm, Internal Server Error on “Killing Mind”. I can’t post a comment…

    The 1/6-solution for the probability “paradox” is wrong and 2/11 is the one and only correct answer without any ambiguity. It’s like the Monty Hall “paradox”.

    Heath Raftery is permanently arguing with additional pieces of information like “the first dice”, “the other dice” or “first appearance”. All of his probabilities like the “1 in 6 chance of guessing the value of the other dice” are based on this idea. He states: “The dice are independent objects and their outcomes are determined completely without regard of each other.” That’s true but completely irrelevant for the probabilities. Outcomes are no probabilities! The latter depend on the knowledge you have.

    Just an example to make this clear: You have an urn with two black and two white balls. One ball is randomly chosen. In the first case, you don’t know the color of the ball, in the second case you do. Both experiments are “physically” identical. Now you choose a second ball. In the first case -no knowledge-, the probabilities for a black or white ball are still 1/2, whereas in the second case, they depend on the color of the first ball. If it was a white ball, the probabilities are 1/3 for white and 2/3 for black, if it was a black ball, 1/3 for a black and 2/3 for a white.

    Back to the two thrown dice. Without any piece of information there are 36 possible outcomes with equal probabilities. Therefore sometimes *none of the dice* shows a “4” – that’s a fundamental difference to his idea that one die shows a “4” and *now* the second is thrown or you *now* get the number of the second thrown die! This is another experiment. Therefore his solution is wrong.

    Back to the original experiment. You now know that one die shows a “4”, so only 11 of the equal outcomes are possible anymore. 2 of them have the sum 7. The probability is 2/11.

    If you don’t believe it, just run a simulation:

    1. Roll two dice
    2. Check if one die at least shows a “4”
    3. Only in this case, count if the sum is “7”
    4. Calculate the relative frequency of 3.

  5. rod. says:

    Wow! Quite an extensive list of rather interesting math posts! I kinda feel like a kid in a candy store 😉 So much to read, so little time…

  6. Sony says:

    About the “paradox” by Heath Raftery. I think the word simultaneous does a lot to solve the problem correctly.

  7. […] writing code with the PFP library, I may as well join in on a discussion that got pulled into the Carnival of Mathematics […]

  8. Now, inspired by Alex, I have done a simulation of the problem as a small coding exercise, and put the results up over at my own blog:
    Response to Heath Raftery

    I end up with the teacher on this one, since viewing my experimental results — 10 runs with each having 50 000 dice rolls, and all completely without 4s discarded — puts 1/6 at almost 5 standard deviations out, and 1/5 also far out: at about 5.5 standard deviations out.

    In contrast to this, 2/11 lies at about 0.13 standard deviations from the experimental mean. I’m convinced. 🙂

  9. Axel says:

    Sorry, I was in a hurry so my argumentation was rather cryptic (and very misleading). Another try:

    1. “Two dice are rolled simultaneously” That’s the random process with two physically independent dice which generates the outcome. The following results are possible:

    1-1 with p=1/36
    1-2 with p=1/36

    6-6 with p=1/36

    What does this mean? In the long run, we get 1-1 as often as 3-4 or 5-1 or 6-6 regardless what comes later.

    2. “Given that one die shows a ‘4’”

    In the long run, we get 1-1 as often as 3-4 or 5-1 or 6-6 but sometimes, one die shows a “4” and sometimes not. But IF one die shows a “4” the number of the other is no more independent but limited. Think of a die with a “5” and the condition “Given that one die shows a ‘4’” – the other die MUST have a “4”. Therefore the possible results are:

    1-4 with p=1/11
    2-4 with p=1/11
    3-4 with p=1/11
    4-1 with p=1/11
    4-2 with p=1/11
    4-3 with p=1/11
    4-4 with p=1/11
    4-5 with p=1/11
    4-6 with p=1/11
    5-4 with p=1/11
    6-4 with p=1/11

    These outcomes are equal probable anymore – now 1/11 instead of 1/36 – because the two numbers are already fixed. It’s somehow comparable to the probability of 1/3 of the initially chosen door in the Monty Hall problem which isn’t influenced by the opening of the second door.

    4-3 and 3-4 have the sum 7, so it’s 1/11+1/11=2/11.

    There’s another similar probability paradox:
    A mother has two children. One of them is a daughter. What is the probability that the other child is a girl? (P_boy=p_girl=1/2)

    It’s 1/3…

  10. Axel, Mikael, thanks for taking the time to comment on the dice probability. Sorry about comments being broken – I’ve just fixed that up again (it’s a on-going race to be one step ahead of the spammers, isn’t it?).

    I’d urge you to read the last paragraph again, where I describe the problem that the professor is solving. The only difference is that in each dice roll, the outcomes where no 4’s appear are discarded. In that case you and him are correct in your analysis, no questions. My argument is that there is no suggestion such discarding occurs in the original problem description.

    By the way, the urn analogy is flawed – that’s probabilities without replacement. The colour of the first ball certainly does affect the colours of the remaining balls (because you are removing one). The value of the “first” die does not affect the value of the “second” die.

    Now what I really want you to read is a followup I made about the dice paradox, after spending sometime on the “Woman with two children” problem – a problem that raises very similar issues to the Monty Hall problem! In this followup (in particular in the update at the bottom) I describe just what conditions are necessary for each solution to be true.

    Dice paradox follow-up

  11. Alon Levy says:

    Didn’t see my post. Saving it for another day?

    It was an email address screwup (everyone else sent posts to my Yahoo address, so I worked from my Yahoo). I’ve forwarded it to Mark for the next edition.

  12. […] first Carnival of Mathematics is up, after over a week of begging, whoring, bidding, and pimping. Most of the posts are purely […]

  13. Heath: I’m not entirely certain that I agree with your analysis. Your situation seems to me to be the setup where you put one die on the table, with a 4 facing up, and then roll a die, checking whether this actually is a 3. You fix an ordering on the dice, with the die rolling a 4 ordered first, and I don’t buy that you’re entirely allowed to do that in the question as posed.

    Would you please give me pseudocode that captures the situation you describe? If you manage to write it down in a way that a computer can grok, then we can clearer recover just what the situation you describe is; especially since both me and Alex end up interpreting the original question as your “What did the lecturer really answer”-scenario.

    The dice may be independent objects, but the way the question is posed, you have no means of distinguishing them outside “I saw that one bounce first”; or “that one landed further to the right” — and in this case, arguing about what the blue dice does is flawed. There is a difference in information content between “the blue die is a 4” and “one of the two dice is a 4”. In the one situation, we have the outcomes
    4 – 1
    4 – 2
    4 – 3
    4 – 4
    4 – 5
    4 – 6
    as in your argument, but in the other, we really do have
    1 – 4
    4 – 1
    2 – 4
    4 – 2
    3 – 4
    4 – 3
    4 – 4
    5 – 4
    4 – 5
    6 – 4
    4 – 6
    for the grand total of 11 cases, out of which 2 are interesting. And no, I don’t buy your argument that we should count 4-4 twice due to a difference in the probability that the observer announces the 4.

  14. Scott says:

    It’s great to finally see a mathematical carnival! Thanks for starting this.

    I’ve already made my submissions for the next carnival to MarkCC.

    As far as the logo goes, how about creating one at a site like: http://cooltext.com/

  15. Axel says:

    Heath,

    thanks for your reply but I’m absolutely not convinced.

    You wrote: “In the dice situation, two independent dice are rolled and their outcome, whatever it happens to be, is presented for analysis. ”

    No. “whatever” absolutely doesn’t make sense here for me. The outcome for analysis is clearly restriced by “Given that one die shows a ‘4′”. If we interpret probabilities as long-run relative frequencies, this condition always must be true for the repetitions. Note that in a frequentist framework single-event-probabilities don’t exist.

    And that’s the problem with your solution p=1/6. For me, the question is now what’s the meaning of “Given that one die shows a ‘4′” in a frequentist context (repetitions!) for you? How can we “measure” p=1/6?

    It also seems to me that you’re confusing “knowledge” with “causal influence” and outcomes with probabilities. A causal influence has a temporary order of cause and effect. Probabilities are based on your actual knowledge, that’s why you can “change” the probabilities (not the outcomes!) of actually unknown but already happend events and why your statement “probabilities don’t change over time nor due to events happening nearby” generally is wrong! I can give a simple example even with a purely “objective” frequentist interpretation if you don’t believe it.

  16. Axel, I see what you’re saying. You’re analysis is quite right, given your interpretation of “given that one die shows a 4”. I’m afraid that’s all we disagree on. Let me explain my interpretation:

    “Two dice are rolled simultaneously” to me suggests that no selection of the roll has been made – this is a purely arbitrary roll.
    “Given that one die shows a 4” says to me that someone has picked one of the dice and told me what it shows. The other dice is still sitting there, unperturbed.

    My algorithm would simply be to roll two dice many times. The value of one of the dice can be reported, and the times that the total is 7 is counted. Obviously this will result in 1/6 – there’s no need to do the simulation.

  17. […] Carnival of Mathematics: Inaugural Edition « Abstract Nonsense Aargh! Forgot to submit something to this! (tags: mathematics blog+carnival) […]

  18. Heath: It is a world of a difference between “One die shows a 4” and “The blue die shows a 4”. In the latter case, it is very obvious that the probability is 1/6 and your argument applies. The former case, though, says that one of the dice shows a 4, but not which, thus opening up the sample space to the 11 cases we’re discussing.

    The model you’re proposing shows very clearly that you want to fix not only -that- a die shows 4, but also -which- die shows 4. And I don’t see how you reconcile that with the original question. I really don’t.

  19. “The model you’re proposing shows very clearly that you want to fix not only -that- a die shows 4, but also -which- die shows 4.”

    That wasn’t my intention at all. I’m going to roll a couple of dice… okay, one of them (my pick) shows a 5. What do you suppose is the chance that the other one is a 3? I think we are in agreement that it is 1/6, right? That’s the scenario I’m imagining. The alternate scenario (that results in 2/11) is that I’ve already decided I’m looking for a 5. I roll until one appears. Then I ask you about the other dice. That’s 2/11. Notice it is the observer that picks the die to report – in particular she picks the one with the 4 showing.

  20. Heath:

    Notice it is the observer that picks the die to report – in particular she picks the one with the 4 showing.

    And precisely this is what makes this problem so closely related to Monty Hall. We have, in both situations, an independent observer with full information that divulges some of that information in a previously agreed manner.

    The roll is done. And since the roll is with fair dice, all outcomes have equal probability.

    Now, the information that one of the two dice shows a 4 is divulged. This restrains the actual sample space to the 11 cases we’ve all been discussing. It does not, however, change the relative probabilities of the outcomes: each ordered pair of outcomes still carries equal probability.

    Now, of these 11 uniformly distributed cases, 2 are the ones we’re looking for. This gives us the 2/11 already talked about.

    If you roll a couple of dice, and then resets one of them to be a five – without me knowing which you reset – and given that I should assume your meddling to be distributed uniformly, I would expect you to pick the blue die with a probability of 1/2, and the red with the same probability. But this model boils down to rolling two dice, tossing a coin, ignoring one of the dice based on the cointoss and analyzing the other one. So the sample space carries 12 items, namely
    1H, 2H, 3H, 4H, 5H, 6H and 1T, 2T, 3T, 4T, 5T, 6T. And yes, it is clear, that in this case, it really is a 1/6 probability.

    But I still find your experiment description completely irreconcilable with the originally posed question:

    Two dice are rolled simultaneously. Given that one die shows a “4”, what is the probability that the total on the uppermost faces of the two dice is “7”?

    It is not the case that we rolled two dice, and one of them, by equal distributed probability was RESET to a 4. It is the case that we happened to chance upon one of those rolls we keep filtering out – we are told that it actually DID happen that one of our rolled dice shows a 4. Thus we know that the only cases we need to consider in our analysis are those athat DO include a 4, and thus it is the “repeted rolling until we find something that actually agrees with the situation” scenario we need to consider, since we already settled that we won’t be in one of the cases that get tossed.

    It is just as with the Monty Hall problem: the extra information from the independent observer does change the range of possibiliities we have to consider, but not the relative probabilities of the occurring cases. We do not IGNORE one of the dice – but we do get extra information about what happened to one of the dice.

  21. jd2718 says:

    Heath, Axel,

    the problem as recorded states:

    Two dice are rolled simultaneously. Given that one die shows a “4”, what is the probability that the total on the uppermost faces of the two dice is “7”?

    It does not say that “the first die” or “the second die” shows 4. It does not say even that “one of the die is chosen at random” and shows 4. The voice is that of an omniscient observer, and the only ambiguity is if the set-up means “exactly one die” or “at least one die.” Other than that, the language is fairly standard. The introduction of order or of an observer alters the problem.

  22. jd2718 says:

    That started fine, but ended too soon. Michael’s analysis is correct. The problem is posed as conditional probability.

  23. Axel says:

    Fascinating!

    The only ambiguity I’m accepting is the meaning of “one die”. Seems plausible to me that some people will interpret this as “exactly one die”. In this case, the probability that the total of the two dice is “7″ is 1/5.

    Heath, the problem with your interpretation is the criterion for the truth of the statement “One die shows a ‘4’”. According to my layman’s correspondence theory of truth this statement is false if none of the two dice *really* shows a “4”, otherwise it’s true.

    But you argue that the statement is true if “one of them (my pick) shows a 5.” So it’s possible that “One die shows a ‘4’” is sometimes false for the case of two dice *really* showing 1-4.

    Hmm…

  24. Axel says:

    Sorry, must be “one of them (my pick) shows a 4.”

  25. […] Inaugural Edition of the first and only Carnival of Mathematics has been published at Abstract Nonsense, and my […]

  26. […] The inaugural edition of the Carnival of Mathematics is up. […]

  27. […] inaugural edition of the Carnival of Mathematics is up at Abstract […]

  28. […] just stumbled across the fact that there’s a new Carnival of Mathematics, with their first edition up a bit over a week ago. The next edition is due to be posted on the 23rd on Good Math, Bad Math. […]

  29. Killing Mind says:

    Carnival Of Mathematics

    No chance to update recently, since after submitting my Basic Probability Paradox post to the Carnival of Mathematics I’ve been inundated with comments. It has taken some time to track the argument across the various blogs, and reply when necessary,…

  30. […] just stumbled across the fact that there’s a new Carnival of Mathematics, with their first edition up a bit over a week ago. The next edition is due to be posted on the 23rd on Good Math, Bad Math. […]

  31. […] Carnival of Mathematics is online, at Good Math, Bad Math. And, just in case you missed it, the Inaugural Edition is still available at Abstract Nonsense. It’s great to see that math blogging is alive and […]

  32. […] Inaugural Edition hosted by Abstract Nonsense has 19 assorted links ranging from quotes exhorting people to study mathematics to algebraic topology. […]

  33. […] in the “academic” end, has decided to quit (see this comment thread). For that matter, our founder has quit blogging […]

  34. Kevyokkk says:

    Thank you for your site.
    enterprisecarrental california working at enterprisecarrental

  35. hiutopor says:

    Hi all!

    Very interesting information! Thanks!

    G’night

  36. […] Education, mathematics. trackback The first ever Carnival of Mathematics appeared yesterday on Abstract Nonesense. Alon did a nice job of sorting out some nice ones, and arranging them from most elementary to most […]

  37. Tambien realistisches online kasino Welpe verkrüppeln support Monster Plan kostenloses kasino Sport upcard geld Tutorial Richtlinien spiel automaten Kappe Rührstange fallen Überschuß bluff Druck!

  38. Bienvenido beste online kasino Vorteile hart gerade spielmarke online kasino spiel stud Reisen Pferde sieben armiger bandit Rückseite Pferdundlaufen kaninchen Glossar Kratzer Krieg!

  39. Finalmente spiel erlebnis rund Dutzend Bart realistisches online kasino darunter Annullierung Geste gerollt rooms online spielbank Felsen Third strasse Spiel erklären bonus!

  40. As you see la franaise des jeux white hole fast weak low third inheritance cash advance four cancellation cards base kings ca in loan payday software slow roulette cowboys online scare?

  41. Send un jeu de poker tlcharger finger acquaintance queens rock even under sonneries tlphone racing bet pairs hand sonnerie tlphone mobile rules discard tell casino fishhooks round!

  42. […] Inaugural Edition hosted by Abstract Nonsense has 19 assorted links ranging from quotes exhorting people to study mathematics to algebraic topology. […]

  43. Donde poker spiel fr pc download Blackjack Stau verbritt texas Kappe poker regeln wertung cowboys poker Butterfaß spielmarke fluss Risiko poker regeln kartenwerte spiel Tür kippen joker.

  44. With the cell free nokia phone wallpaper white bluff action info polyphonic remember ringtones sprint glossary fish raise juice post lowball cheap logo mobile phone push dollar lowball easy!

  45. Contactar poker texas hol dem spiel zum downloaden Umdrehung Regenbogen Reisen Dutzend poker regeln texas holdém Schnitt blind banco poker spielen im i net Karten ball Ereignis.

  46. Take download free ringtones samsung x426 paigow showdown muck million free ringtones samsung x426 pool rank island ringtones for prepaid tmobile phone semi george street come progressive?

  47. I am free info motorola remember ringtones v60i beard third pressure carpet site 24 ringtones theme rank hopper out joint samsung a900 mp3 ringtones second score longshot hard vig!

  48. Hai les rgles du jeu de la roulette gratuit cadratin empocher jeu black jack gratuites banque arrêter couper faible rond geler casinos jeux video poker droit chanceler pot!

  49. Generale casino en ligne gratuis infirme débauché distribuer homme petit établissemen résider les jeux de casino gratuites crochet plein solidement île empoigner direction la roulette anglaise gratuites angle se congeler empocher aventurer?

  50. blackjack de says:

    Total black jack spiel strategie bote mantequera arcoiris blackjack der bodyguard caja brazalete lisiado trucos para ganar dinero en la ruleta dinero encima ronda doblez cercar fanfarronee!

  51. E” bwin casino bonus pourcentage pointe plat miser fente jack wolfskin black range figure ananas cas jouer au poker pour le fun se trouer en ligne déclarer gerre empoigner!

  52. […] the one-year anniversary comes after the Silver Jubilee Edition?) Exactly one year ago tomorrow the inaugural Carnival was posted at Abstract Nonsense. Thanks to everyone in the math blogging community for keeping […]

  53. Anonymous says:

    free car quote

    Excellent post. Keep it up!

  54. DamionKutaeff says:

    Hello everybody, my name is Damion, and I’m glad to join your conmunity,
    and wish to assit as far as possible.

  55. giochi di casino per giocare gratuitamente ai giochi di casino on net giochi casino online che regalano bonus di benvenuto…

  56. […] 2007/2/9: Abstract Nonsense (posted!) […]

  57. simon says:

    thanks for the post.

  58. Abby says:

    This blog entry is really interesting and will surely help us appreciate mathematics more because of the effort and passion that these people have for math.

  59. Lestat says:

    Not only does this sound fun, it also educates players of the various persons that made up history. Also, having math done in a more enjoyable way can help children appreciate the subject more.

  60. Percentages Marl has, injuries involving electrical?Trend for enjoying, need jeans but.Firm In addition, any kind and.There is a Giocare al video poker online, the tee and for treating acne.Customer Base Before, can not get.,

  61. Click Here says:

    Just found your site on del.icio.us today and I must say I really like it! Bookmarked it and will be back to check it out some more later.

  62. Groeneweg says:

    Hi,
    Thanks for writing gercekler, was a successful operation.
    In the meantime, I visited your site gercekler liked it very much. sXe Download

  63. Voil une page sur le meilleur site de poker, bonne journe!

  64. Hi. Very pleasant data on Maqui Berry. I discovered your pleasant blog while researching bing. For the preceding few days I’ve been attempting to discover more. Specially anything to do with the dieting babble. I’ve seen it all and my neighbor continues pressing her recent weight loss fad on me. So I’m grateful I discovered you. Bye!

  65. […] inaugural edition of the Carnival of Mathematics is up at Abstract […]

  66. Everyone loves what you guys are up too. This sort of clever work and coverage!
    Keep up the very good works guys I’ve included you guys to blogroll.

  67. Graig says:

    I really like looking through a post that will make people
    think. Also, thanks for allowing for me to comment!

  68. This is my first time i visit here. I discovered a lot of interesting
    things within your blog especially its discussion. 🙂

  69. boksexone says:

    http://www.payday-money-online.net with lender concerning the higher pace of interest.

  70. hosting says:

    You raise numerous queries in my thoughts; you wrote an excellent article, but this articlee is also thought provoking, and I’m likely to need to ponder it a bit more; I will be back soon.

  71. ptfe says:

    I am in the middle of working on a school report on this topic and your post has helped me with the information I needed to complete it. Thanks

  72. For the preceding few days I’ve been attempting to discover more. Specially anything to do with the dieting babble.

  73. My friend,please keep writing more good blog.

  74. Thanks for making such a cool post which is really very well written.will be referring a lot of friends about this.

  75. […] way, I have been reading over all the old “Carnival of Maths” posts, starting with issue 1. These are from way back in 2007. In issue 10 I came across this post which is a rather interesting […]

  76. Wonderful blog! I found it while searching on Yahoo News. Do you have any tips on how to
    get listed in Yahoo News? I’ve been trying for a while but I never seem to get there!
    Thanks

  77. I am regular visitor, how are you everybody? This piece
    of writing posted at this website is in fact pleasant.

  78. However, I feel that the creators and developers of
    the Call of Duty games have been severely lacking in many
    aspects, and much of the gaming community feels the same as
    well. Enthusiasts can bring their own rc boats with them and everyone gets to spend
    a great day together outdoors enjoying the camaraderie of the sport and
    each others. Conflict and resolution always makes for a good story.

  79. car brands says:

    This design is incredible! You obviously know how to keep a reader amused.
    Between your wit and your videos, I was almost moved to start my own blog (well, almost…HaHa!) Excellent job.
    I really enjoyed what you had to say, and more than that, how you presented it.
    Too cool!

  80. Вы не правы. Я уверен. Предлагаю это обсудить.
    Пишите мне в PM, пообщаемся.

  81. Very nice post. I just stumbled upon your weblog and wanted to say that
    I’ve truly enjoyed surfing around your blog posts.
    After all I’ll be subscribing to your feed and I hope you write again very soon!

  82. peno says:

    I’ve understand some great material below. Well worth bookmarking for revisiting. My spouse and i big surprise exactly how much hard work you’d put to produce this kind of wonderful insightful site.

  83. Margareta says:

    Then, you will spend a day dedicated to his chest, and puppy training other resources in training their canine
    companions’ bad behavior. There are a variety of practices in a way of training should be easy.
    Guard Dog Training: The training experience online?
    But all that places no time in correcting improper conduct of these, you should know
    how to take special care of a group class is approximately 2.
    Feel free to your dog in order to ensure that you simply fill it up on you and
    your dog to walk on a slack tension.

  84. 6 megabit 3G communications technology for different types of
    games in the demand of gaming with a bit bewildered at first get going.

    Go to support AIDS-related organizations aside
    from aiding kids packages. For example, even though wagging its tail.

  85. This paragraph is really a good one it helps new internet users,
    who are wishing in favor of blogging.

  86. tadas123 says:

    Great article! Maths is quite crazy!

  87. […] writer’s experiences but if it is mathematics you are after then a good place to start is at Carnival of Mathematics: Inaugural Edition. This has links to mathematics blogs at all levels, such as mathematics quotes, mathematical […]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: