to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
Are you thinking about buying a 1 in 302,575,350 chance to win a $1.6+ billion jackpot in the Mega Millions lottery today?
Mega Millions jackpot enters ‘uncharted territory’ at record $1.6 billion
Yes, that headline is correct: The Mega Millions jackpot is at $1.6 billion. With a B.
All eyes were on the latest drawing Friday night, when the jackpot was at an already mind-boggling $1 billion. However, with no ticket matching all six numbers drawn — 15, 23, 53, 65, 70 and Mega Ball 7 — the grand prize now swells to $1.6 billion....
The estimated cash option for a $1.6 billion jackpot — should a winner choose to take a one-time lump sum payment instead of annual payouts over 30 years — is about $905 million, according to Mega Millions officials.
That's quite a lot of money, which will very likely entice a lot of Americans who normally don't consider playing the lottery into the mix for the grand prize in tonight's Mega Millions lottery drawing. To give you an idea of how stiff the competition will be in the Tuesday evening drawing, about 57% (or 172,467,950) of the 302,575,350 possible combinations of numbers that could be played in the Friday, 19 October 2018 drawing were played, when only a $1 billion jackpot was up for grabs. And now with an even bigger prize at stake, it would be a safe bet that an even larger percentage of all the possible number combinations will be played in the next drawing.
But is the jackpot large enough to be worth your $2.00 to buy one chance to pick win the jackpot? Or to be worth sharing in winning the jackpot if there is more than one player who has also picked the winning numbers?
There are two big factors that factor into the answe to those questions: the odds of winning and the amount of taxes that you would have to pay on the prize you might win. In the following tool, we've plugged in the numbers that are projected to apply for Mega Millions' record high jackpot drawing on Tuesday, 23 October 2018, but you can change it to apply to any lottery drawing. If you're considering playing the Powerball lottery, whose own grand prize in its next drawing on Wednesday, 24 October 2018 will have at least $620 million at stake for whoever beats its 1 in 292,201,338 odds of winning, we another version of this tool set up with its default numbers to answer the same questions. [If you're reading this article on a site that republishes our RSS news feed, please click here to access a working version of the tool.]
In the tool above, we've set the federal income tax rate to 37%, which is the maximum income tax rate that applies for 2018. We've set the state and local income tax rates to 0%, which you'll need to change if you live in a state and/or city and/or county that taxes lottery winnings.
Running the default numbers we've entered, we find that the projected jackpot of $1.6+ billion is greater than the "magic" jackpot of $961 million that would make the Mega Millions lottery worth paying $2 for a ticket to play today. At the same time, because the jackpot is currently less than $1.82 billion (double the tool's magic jackpot figure), it's not worth buying a second ticket to play, nor is it at a level that would make it worth paying $2 to play only to have to share the grand prize with one or more additional winners who might pick the same winning numbers.
On the 1 in 302,575,350 chance that you do win, you'll have some decisions to make about how you want to collect your winnings. Be sure to check out this article to consider the relative merits of either taking the lump sum or of taking the annuity payout over 30 years.
Labels: lottery, personal finance, risk, tool
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.