show the number 10,15and 21 as triangles
Answers
Answer:
Rule
We can make a "Rule" so we can calculate any triangular number.
First, rearrange the dots like this:
triangular numbers 1 to 5
Then double the number of dots, and form them into a rectangle:
triangular numbers when doubled become n by n+1 rectangles
Now it is easy to work out how many dots: just multiply n by n+1
Dots in rectangle = n(n+1)
But remember we doubled the number of dots, so
Dots in triangle = n(n+1)/2
We can use xn to mean "dots in triangle n", so we get the rule:
Rule: xn = n(n+1)/2
Example: the 5th Triangular Number is
x5 = 5(5+1)/2 = 15
Example: the 60th is
x60 = 60(60+1)/2 = 1830
Wasn't it much easier to use the formula than to add up all those dots?
log stack
Example: You are stacking logs.
There is enough ground for you to lay 22 logs side-by-side.
How many logs can you fit in the stack?
x22 = 22(22+1)/2 = 253
The stack may be dangerously high, but you can fit 253 logs in it!