Maritza edited First_we_want_to_look__.html  about 8 years ago

Commit id: 1181464b0b42a734e28498f50083b671c4b0e2e3

deletions | additions      

       

First we want to look at Pascal’s triangle and see how it is  generated. To generate the triangle, we will write down the number one and then  we move on to a new row where we write the number one twice. \(1\) twice.  After this, we notice that each row must begin and end with the number one. To calculate the  numbers in each row we will have to add the two numbers above that are on the  left and right. You can create as many rows as you want.

 want.