Why are there $frac(A+1)(A+2)(B+1)2$ triangles in this grid?What is so special about triangles?!What is the flaw in this proof that all triangles are isosceles?Explanation of formula for distance between triangles in a triangular gridThe number of regions into which a plane is divided by n lines in generic positionWhy does this combinatorics formula work?Consider the graph G0 with 3 components which are triangles.I have a grid of 9x8. How many ways are there of putting 8 chips on this grid such that no two chips are on the same line?How to find the number of triangles in this figure?Converse of theorem of two tangent circlesSolving a recurrence relation in series of triangles.
Symbol for "not absolutely continuous" in Latex
Three column layout
How do I find and plot the intersection of these three surfaces?
Should I hide continue button until tasks are completed?
Do 3D printers really reach 50 micron (0.05 mm) accuracy?
Why is a blank required between "[[" and "-e xxx" in ksh?
Can I travel from Germany to England alone as an unaccompanied minor?
Can a police officer film me on their personal device in my own home?
Children's short story about material that accelerates away from gravity
Polish letters in ASME English template
How well known and how commonly used was Huffman coding in 1979?
Can I use the PWM pins as regular digital input/output pins?
I'm reinstalling my Linux desktop, how do I keep SSH logins working?
“Faire” being used to mean “avoir l’air”?
Conduit Fill and Derating for THHN Cables (outdoor run)
Which centaur is more 'official'?
How to convert object fill in to fine lines?
How to formulate maximum function in a constraint?
Averting Real Women Don’t Wear Dresses
Difference between 'demás' and 'otros'?
How hard is it to sell a home which is currently mortgaged?
Was "I have the farts, again" broadcast from the Moon to the whole world?
One folder two different locations on ubuntu 18.04
What is the olden name for sideburns?
Why are there $frac(A+1)(A+2)(B+1)2$ triangles in this grid?
What is so special about triangles?!What is the flaw in this proof that all triangles are isosceles?Explanation of formula for distance between triangles in a triangular gridThe number of regions into which a plane is divided by n lines in generic positionWhy does this combinatorics formula work?Consider the graph G0 with 3 components which are triangles.I have a grid of 9x8. How many ways are there of putting 8 chips on this grid such that no two chips are on the same line?How to find the number of triangles in this figure?Converse of theorem of two tangent circlesSolving a recurrence relation in series of triangles.
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
Suppose we are to find the number of triangles that exist from the given figure
I found one solution that says we let $A$ equal the number of internal lines from the top vertex, $B$ equal the number of internal lines parallel to the base, using the formula below to find the number of $N$ triangles
$$N=frac(A+1)(A+2)(B+1)2$$
With $A$ equal to 2 and $B$ equal to 3, we get $N=24$ triangles.
But can somebody explain why this formula works? How exactly do I derive this?
combinatorics algebra-precalculus geometry
$endgroup$
add a comment |
$begingroup$
Suppose we are to find the number of triangles that exist from the given figure
I found one solution that says we let $A$ equal the number of internal lines from the top vertex, $B$ equal the number of internal lines parallel to the base, using the formula below to find the number of $N$ triangles
$$N=frac(A+1)(A+2)(B+1)2$$
With $A$ equal to 2 and $B$ equal to 3, we get $N=24$ triangles.
But can somebody explain why this formula works? How exactly do I derive this?
combinatorics algebra-precalculus geometry
$endgroup$
add a comment |
$begingroup$
Suppose we are to find the number of triangles that exist from the given figure
I found one solution that says we let $A$ equal the number of internal lines from the top vertex, $B$ equal the number of internal lines parallel to the base, using the formula below to find the number of $N$ triangles
$$N=frac(A+1)(A+2)(B+1)2$$
With $A$ equal to 2 and $B$ equal to 3, we get $N=24$ triangles.
But can somebody explain why this formula works? How exactly do I derive this?
combinatorics algebra-precalculus geometry
$endgroup$
Suppose we are to find the number of triangles that exist from the given figure
I found one solution that says we let $A$ equal the number of internal lines from the top vertex, $B$ equal the number of internal lines parallel to the base, using the formula below to find the number of $N$ triangles
$$N=frac(A+1)(A+2)(B+1)2$$
With $A$ equal to 2 and $B$ equal to 3, we get $N=24$ triangles.
But can somebody explain why this formula works? How exactly do I derive this?
combinatorics algebra-precalculus geometry
combinatorics algebra-precalculus geometry
edited Jun 10 at 9:37
user21820
41.1k5 gold badges46 silver badges167 bronze badges
41.1k5 gold badges46 silver badges167 bronze badges
asked Jun 10 at 0:44
Lex_iLex_i
1607 bronze badges
1607 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
A triangle inside the figure has one of its sides being one of the $B+1$ horizontal lines, and the other two sides are two of the $A+2$ slant lines. So the total number of ways of forming a triangle is $displaystyle A+2 choose 2 times B+1 choose 1$.
$endgroup$
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
add a comment |
$begingroup$
If we let $x$ to be the number of lines from the top vertex and $y$ to be the number of lines parallel to the base including the base, then we have $x = A+2$ and $y = B+1$. We keep this.
Now, think about how can we construct a triangle using these lines. First, we need a base, which we can choose from $y$ lines. Then, we need two other lines to construct a triangle but these two lines should intersect at one point (which is top vertex in this case). Therefore, we can actually choose $2$ lines from $x$ lines since all of these $x$ lines intersect at top vertex. So we can choose these $2$ lines with $binomx2 = fracx(x-1)2$. So, in total, we can construct $fracx(x-1)y2$ different triangles. Now, use $x = A+2$, $y = B+1$.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3256903%2fwhy-are-there-fraca1a2b12-triangles-in-this-grid%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A triangle inside the figure has one of its sides being one of the $B+1$ horizontal lines, and the other two sides are two of the $A+2$ slant lines. So the total number of ways of forming a triangle is $displaystyle A+2 choose 2 times B+1 choose 1$.
$endgroup$
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
add a comment |
$begingroup$
A triangle inside the figure has one of its sides being one of the $B+1$ horizontal lines, and the other two sides are two of the $A+2$ slant lines. So the total number of ways of forming a triangle is $displaystyle A+2 choose 2 times B+1 choose 1$.
$endgroup$
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
add a comment |
$begingroup$
A triangle inside the figure has one of its sides being one of the $B+1$ horizontal lines, and the other two sides are two of the $A+2$ slant lines. So the total number of ways of forming a triangle is $displaystyle A+2 choose 2 times B+1 choose 1$.
$endgroup$
A triangle inside the figure has one of its sides being one of the $B+1$ horizontal lines, and the other two sides are two of the $A+2$ slant lines. So the total number of ways of forming a triangle is $displaystyle A+2 choose 2 times B+1 choose 1$.
answered Jun 10 at 0:53
CY AriesCY Aries
21.3k1 gold badge20 silver badges49 bronze badges
21.3k1 gold badge20 silver badges49 bronze badges
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
add a comment |
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
$begingroup$
Could you multiply the matrices together for me to show it getting 24? Because when I do it I keep getting 18
$endgroup$
– Lex_i
Jun 10 at 2:10
1
1
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
They are binomial coefficients, not matrices. $n choose r$ is the number of ways of choosing $r$ objects from $n$ objects and the formula is $nchoose r=fracn!r!(n-r)!$. In particular, $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1=B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:14
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
$n choose 1=fracn!(n-1)!1!=fracntimes (n-1)!(n-1)!times 1=n$ and $n choose 2=fracn!(n-2)!2!=fracn(n-1)times (n-2)!(n-2)!times 2=fracn(n-1)2$.
$endgroup$
– CY Aries
Jun 10 at 2:39
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
$begingroup$
So $A+2 choose 2=frac(A+2)(A+1)2$ and $B+1 choose 1$ is just $B+1$.
$endgroup$
– CY Aries
Jun 10 at 2:51
add a comment |
$begingroup$
If we let $x$ to be the number of lines from the top vertex and $y$ to be the number of lines parallel to the base including the base, then we have $x = A+2$ and $y = B+1$. We keep this.
Now, think about how can we construct a triangle using these lines. First, we need a base, which we can choose from $y$ lines. Then, we need two other lines to construct a triangle but these two lines should intersect at one point (which is top vertex in this case). Therefore, we can actually choose $2$ lines from $x$ lines since all of these $x$ lines intersect at top vertex. So we can choose these $2$ lines with $binomx2 = fracx(x-1)2$. So, in total, we can construct $fracx(x-1)y2$ different triangles. Now, use $x = A+2$, $y = B+1$.
$endgroup$
add a comment |
$begingroup$
If we let $x$ to be the number of lines from the top vertex and $y$ to be the number of lines parallel to the base including the base, then we have $x = A+2$ and $y = B+1$. We keep this.
Now, think about how can we construct a triangle using these lines. First, we need a base, which we can choose from $y$ lines. Then, we need two other lines to construct a triangle but these two lines should intersect at one point (which is top vertex in this case). Therefore, we can actually choose $2$ lines from $x$ lines since all of these $x$ lines intersect at top vertex. So we can choose these $2$ lines with $binomx2 = fracx(x-1)2$. So, in total, we can construct $fracx(x-1)y2$ different triangles. Now, use $x = A+2$, $y = B+1$.
$endgroup$
add a comment |
$begingroup$
If we let $x$ to be the number of lines from the top vertex and $y$ to be the number of lines parallel to the base including the base, then we have $x = A+2$ and $y = B+1$. We keep this.
Now, think about how can we construct a triangle using these lines. First, we need a base, which we can choose from $y$ lines. Then, we need two other lines to construct a triangle but these two lines should intersect at one point (which is top vertex in this case). Therefore, we can actually choose $2$ lines from $x$ lines since all of these $x$ lines intersect at top vertex. So we can choose these $2$ lines with $binomx2 = fracx(x-1)2$. So, in total, we can construct $fracx(x-1)y2$ different triangles. Now, use $x = A+2$, $y = B+1$.
$endgroup$
If we let $x$ to be the number of lines from the top vertex and $y$ to be the number of lines parallel to the base including the base, then we have $x = A+2$ and $y = B+1$. We keep this.
Now, think about how can we construct a triangle using these lines. First, we need a base, which we can choose from $y$ lines. Then, we need two other lines to construct a triangle but these two lines should intersect at one point (which is top vertex in this case). Therefore, we can actually choose $2$ lines from $x$ lines since all of these $x$ lines intersect at top vertex. So we can choose these $2$ lines with $binomx2 = fracx(x-1)2$. So, in total, we can construct $fracx(x-1)y2$ different triangles. Now, use $x = A+2$, $y = B+1$.
answered Jun 10 at 0:54
ArsenBerkArsenBerk
9,6503 gold badges14 silver badges39 bronze badges
9,6503 gold badges14 silver badges39 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3256903%2fwhy-are-there-fraca1a2b12-triangles-in-this-grid%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown