Tag Archives: numbers
Box multiplication
The box multiplication technique is suitable for people that has problem with numbers, since it will organized all the number in place. Continue reading
Posted in Mathematics
Tagged algorithms, box multiplication, Mathematics, mental maths, multiplication, numbers
1 Comment
Multiply two 3 digits numbers in your head
How to do multiplication of two three digits numbers such as 234 × 456, from right to left. Continue reading
Posted in Mathematics
Tagged algebra, Mathematics, maths, mental math, multiplication, multiply, numbers
8 Comments
Easy Multiplication I
How to do multiplication from right to left. Continue reading
Posted in Mathematics
Tagged algebra, Mathematics, maths, mental math, multiplication, multiply, numbers
1 Comment
Add all the natural numbers below 1000 that are multiples of 3 or 5
Problem #1 of Project Euler: Add all the natural numbers below 1000 that are multiples of 3 or 5. Continue reading
Posted in Python
Tagged addition, algebra, algorithms, Mathematics, natural numbers, numbers, Project Euler, Python
2 Comments
Python: Put comma(s) to numbers
This script will put commas between each group of three digits number. For example, 1234567 will become 1,234,567. Continue reading
