Difference between revisions of "Power's of 2 in pascal's triangle"

Line 1: Line 1:
== Pascal's Triangle ==
+
= Pascal's Triangle =
  
 
Pascal's Triangle is a triangular array of numbers where each number is the sum of the two numbers above it. It Looks something like this:
 
Pascal's Triangle is a triangular array of numbers where each number is the sum of the two numbers above it. It Looks something like this:
Line 9: Line 9:
 
   1 4 6 4 1
 
   1 4 6 4 1
  
= Patterns and properties =
+
== Patterns and properties ==

Revision as of 11:52, 16 June 2019

Pascal's Triangle

Pascal's Triangle is a triangular array of numbers where each number is the sum of the two numbers above it. It Looks something like this:

      1
     1 1
    1 2 1
   1 3 3 1
  1 4 6 4 1

Patterns and properties