Live data from Hacker News

Show HN: Speedsums

speedsums.com

21–30 of 63 posts

Re: Show HN: Speedsums

#21
>> For future reference, 8 x 9 = 72. It should not take 3.04s to solve that next time.

I really disliked learning the multiplication tables. When faced with 8 * 9, my mind thinks 8 * 8 = 64 and adds 8 to it to get 72. :-/

Re: Show HN: Speedsums

#22

I think this kind of practice is great. However I don't think insulting learners is ever a good idea. "If you got below like 30 on your first attempt, you should probably practice a little before embarrassing yourself again."

I thought it would motivate people to try harder, but I guess it's backfiring... sorry! I'll change it

I liked it, it made me smile. The standard "have-an-amazing-day" tone of sites submitted here is grating after a while.

Re: Show HN: Speedsums

#25
post #21

>> For future reference, 8 x 9 = 72. It should not take 3.04s to solve that next time. I really disliked learning the multiplication tables. When faced with 8 * 9, my mind thinks 8 * 8 = 64 and adds 8 to it to get 72. :-/

I use to think of it like 10 and then subtract with the other factor. For example if you have 9x7, think 10x7 and then subtract 7. 70-7 = 63.

And if you have 9x9 just think 90-9=81.

9x10 = 100-10 = 90

9x15 = 150-15 = 135 and so on..

Re: Show HN: Speedsums

#30
post #15

cheat = function() { text = $('#question').text().substr(0, $('#question').text().length - 3).replace('÷', '/').replace('x', '*') $('#answer').val(eval(text)) }

Noob question: how would you... use that cheat?
Post reply on HN