answersLogoWhite

0


Best Answer

it is made by adding the outer digits as all the outer digits are 1. what your suppose to do is add the outer digits and you will get your pascals triangle. for example,, if there is 1 on both the sides then you add 1+1=2 so in the same way just keep adding and their you will have your pascals triangle.

description by-

anmol chawla

of

pathways world school

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra

Add your answer:

Earn +20 pts
Q: How the pascal triangle is made?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

How are the odd numbers arranged in Pascal's Triangle?

how are the odd numbers arranged Pascal's Triangle?


Which mathematics is used in Pascal's triangle?

If going line by line, it is simply addition. Otherwise, it is combinatorials.


What is row 135 of pascal's triangle?

To find the values in row 135 of Pascal's Triangle, we use the formula C(n, k) = n! / (k! * (n-k)!), where n is the row number and k is the position in the row. In row 135, the values would be calculated as C(135, 0), C(135, 1), C(135, 2), ..., C(135, 135). These values would be 1, 135, 9030, 496005, and so on, following the pattern of Pascal's Triangle.


Pascal's triangle how it it used in binomial expansion?

You can find the coefficients of an expanded binomial using the numbers in Pascal's triangle. 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 1 7 21 35 35 21 7 1 These are a few rows of Pascals triangle. Now let's look at a few binomials, expanded to the second and third powers. (a+b)2=a2 +2(ab) + b2 notice the coefficients are the numbers in the second row of the triangle above. (a+b)3= a3+3(a2b)+3(ab2)+b3 and once again note that the coefficients are the numberin the third line of Pascal's triangle. The first line, by the way, which is 1,1 is the coefficient of (a+b)1 This will work for any power of the binomial. There are generalized form for non-integer powers.


What does the 22nd row of Pascal triangle look like?

The terms in row 22 are 22Cr where r = 0, 1, 2, ..., 22. 22Cr = 22!/[r!*(22-r)!] where r! = r*(r-1)*...*3*2*1 and 0! = 1

Related questions

Who created the triangle percussion instrument?

it was made by Blaise Pascal in 1653


Why did blaise pascal important contribution?

Blaise Pascal invented the Pascaline and Pascal's Triangle. Pascal's Triangle was a triangle, which started of with 1. The number underneath is worked out by adding the two numbers above it together. Using Pascal's Triangle, we can find many patterns, including Triangle Numbers.


Flowcharting of pascal triangle?

draw a flowchart of pascal triangle using for loops


Who created pascal's triangle?

Blaise Pascal


What are the patterns in a pascal's triangle?

Pascal's rule for his triangle pattern is all the sides are ones


How are the odd numbers arranged in Pascal's Triangle?

how are the odd numbers arranged Pascal's Triangle?


In what way was pascal's triangle used?

Two major areas where Pascal's Triangle is in Algebra and Probability.


How old was blaise pascal when he invented the pascal triangle?

58


Who discovered pascals triangle?

Omar Khayyam discovered Pascal's triangle.


What is the sum of the fifteenth row of pascal's triangle?

The sum of the numbers on the fifteenth row of Pascal's triangle is 215 = 32768.


Why did Blaise Pascal create the Pascal Triangle?

Pascal did not create the Pascal Triangle: mathematicians had studied it long before him (about 1800 years!). In the Western world, it is named after him because of his work in developing its uses.


Code for creating pascal's triangle in C programming language?

code for creating pascal's triangle in C programming language?