Calculate the ratio of the sides of a given triangle given the ratio of areas.
$begingroup$
Given a triangle $triangle ABC$, points $M$, $N$, $P$ are drawn on the sides of the triangle in a way that $frac{|AM|}{|MB|} = frac{|BN|}{|NC|}= frac{|PC|}{|PA|}=k$, where $k>0$.
Calculate $k$, given that the area of the triangle $triangle MNP$ and the area of the triangle $ triangle ABC$ are in the following ratio: $Area_{triangle MNP} = frac{7}{25} times Area_{triangle ABC}$.
I have tried Heron formula, bot the calculations seem to be too complicated, I have also tried to simplify the problem and assume that k is equal to 1 and then calculate the ratio of the triangles area but it also doesn't help.
I was also looking for similar triangles.
I would appreciate some hint.
algebra-precalculus geometry euclidean-geometry triangle area
$endgroup$
add a comment |
$begingroup$
Given a triangle $triangle ABC$, points $M$, $N$, $P$ are drawn on the sides of the triangle in a way that $frac{|AM|}{|MB|} = frac{|BN|}{|NC|}= frac{|PC|}{|PA|}=k$, where $k>0$.
Calculate $k$, given that the area of the triangle $triangle MNP$ and the area of the triangle $ triangle ABC$ are in the following ratio: $Area_{triangle MNP} = frac{7}{25} times Area_{triangle ABC}$.
I have tried Heron formula, bot the calculations seem to be too complicated, I have also tried to simplify the problem and assume that k is equal to 1 and then calculate the ratio of the triangles area but it also doesn't help.
I was also looking for similar triangles.
I would appreciate some hint.
algebra-precalculus geometry euclidean-geometry triangle area
$endgroup$
add a comment |
$begingroup$
Given a triangle $triangle ABC$, points $M$, $N$, $P$ are drawn on the sides of the triangle in a way that $frac{|AM|}{|MB|} = frac{|BN|}{|NC|}= frac{|PC|}{|PA|}=k$, where $k>0$.
Calculate $k$, given that the area of the triangle $triangle MNP$ and the area of the triangle $ triangle ABC$ are in the following ratio: $Area_{triangle MNP} = frac{7}{25} times Area_{triangle ABC}$.
I have tried Heron formula, bot the calculations seem to be too complicated, I have also tried to simplify the problem and assume that k is equal to 1 and then calculate the ratio of the triangles area but it also doesn't help.
I was also looking for similar triangles.
I would appreciate some hint.
algebra-precalculus geometry euclidean-geometry triangle area
$endgroup$
Given a triangle $triangle ABC$, points $M$, $N$, $P$ are drawn on the sides of the triangle in a way that $frac{|AM|}{|MB|} = frac{|BN|}{|NC|}= frac{|PC|}{|PA|}=k$, where $k>0$.
Calculate $k$, given that the area of the triangle $triangle MNP$ and the area of the triangle $ triangle ABC$ are in the following ratio: $Area_{triangle MNP} = frac{7}{25} times Area_{triangle ABC}$.
I have tried Heron formula, bot the calculations seem to be too complicated, I have also tried to simplify the problem and assume that k is equal to 1 and then calculate the ratio of the triangles area but it also doesn't help.
I was also looking for similar triangles.
I would appreciate some hint.
algebra-precalculus geometry euclidean-geometry triangle area
algebra-precalculus geometry euclidean-geometry triangle area
edited Dec 17 '18 at 14:49
user593746
asked Dec 17 '18 at 12:44
Jack BlackwellJack Blackwell
1249
1249
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Draw $BB1$ is perpendicular to $AC$; $MM1//BC$ and perpendicular to $AC$, then we have $frac{AM}{AB}=frac{MM1}{BB1}$
So $$frac{AMP}{ABC}=frac{1/2 cdot APcdot MM1}{1/2cdot AC cdot BB1} =frac{APcdot AM}{ACcdot AB}$$
$$Rightarrow frac{AMP}{ABC} = frac{CPN}{ABC} = frac{BMN}{ABC} = frac{AM}{AB}. frac{AP}{AC} = frac{k}{(k+1)^2}$$
Or $$frac{MNP}{ABC} = 1 - frac{AMP}{ABC} - frac{CPN}{ABC} - frac{BMN}{ABC} = 1 - frac{3k}{(k+1)^2}=frac{7}{25}$$
It is not difficult to find $k=frac{2}{3}$ or $k=frac{3}{2}$
$endgroup$
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3043884%2fcalculate-the-ratio-of-the-sides-of-a-given-triangle-given-the-ratio-of-areas%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Draw $BB1$ is perpendicular to $AC$; $MM1//BC$ and perpendicular to $AC$, then we have $frac{AM}{AB}=frac{MM1}{BB1}$
So $$frac{AMP}{ABC}=frac{1/2 cdot APcdot MM1}{1/2cdot AC cdot BB1} =frac{APcdot AM}{ACcdot AB}$$
$$Rightarrow frac{AMP}{ABC} = frac{CPN}{ABC} = frac{BMN}{ABC} = frac{AM}{AB}. frac{AP}{AC} = frac{k}{(k+1)^2}$$
Or $$frac{MNP}{ABC} = 1 - frac{AMP}{ABC} - frac{CPN}{ABC} - frac{BMN}{ABC} = 1 - frac{3k}{(k+1)^2}=frac{7}{25}$$
It is not difficult to find $k=frac{2}{3}$ or $k=frac{3}{2}$
$endgroup$
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
add a comment |
$begingroup$
Draw $BB1$ is perpendicular to $AC$; $MM1//BC$ and perpendicular to $AC$, then we have $frac{AM}{AB}=frac{MM1}{BB1}$
So $$frac{AMP}{ABC}=frac{1/2 cdot APcdot MM1}{1/2cdot AC cdot BB1} =frac{APcdot AM}{ACcdot AB}$$
$$Rightarrow frac{AMP}{ABC} = frac{CPN}{ABC} = frac{BMN}{ABC} = frac{AM}{AB}. frac{AP}{AC} = frac{k}{(k+1)^2}$$
Or $$frac{MNP}{ABC} = 1 - frac{AMP}{ABC} - frac{CPN}{ABC} - frac{BMN}{ABC} = 1 - frac{3k}{(k+1)^2}=frac{7}{25}$$
It is not difficult to find $k=frac{2}{3}$ or $k=frac{3}{2}$
$endgroup$
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
add a comment |
$begingroup$
Draw $BB1$ is perpendicular to $AC$; $MM1//BC$ and perpendicular to $AC$, then we have $frac{AM}{AB}=frac{MM1}{BB1}$
So $$frac{AMP}{ABC}=frac{1/2 cdot APcdot MM1}{1/2cdot AC cdot BB1} =frac{APcdot AM}{ACcdot AB}$$
$$Rightarrow frac{AMP}{ABC} = frac{CPN}{ABC} = frac{BMN}{ABC} = frac{AM}{AB}. frac{AP}{AC} = frac{k}{(k+1)^2}$$
Or $$frac{MNP}{ABC} = 1 - frac{AMP}{ABC} - frac{CPN}{ABC} - frac{BMN}{ABC} = 1 - frac{3k}{(k+1)^2}=frac{7}{25}$$
It is not difficult to find $k=frac{2}{3}$ or $k=frac{3}{2}$
$endgroup$
Draw $BB1$ is perpendicular to $AC$; $MM1//BC$ and perpendicular to $AC$, then we have $frac{AM}{AB}=frac{MM1}{BB1}$
So $$frac{AMP}{ABC}=frac{1/2 cdot APcdot MM1}{1/2cdot AC cdot BB1} =frac{APcdot AM}{ACcdot AB}$$
$$Rightarrow frac{AMP}{ABC} = frac{CPN}{ABC} = frac{BMN}{ABC} = frac{AM}{AB}. frac{AP}{AC} = frac{k}{(k+1)^2}$$
Or $$frac{MNP}{ABC} = 1 - frac{AMP}{ABC} - frac{CPN}{ABC} - frac{BMN}{ABC} = 1 - frac{3k}{(k+1)^2}=frac{7}{25}$$
It is not difficult to find $k=frac{2}{3}$ or $k=frac{3}{2}$
edited Dec 17 '18 at 15:54
answered Dec 17 '18 at 13:58
Word ShallowWord Shallow
768518
768518
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
add a comment |
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$frac{MNP}{ABC}=frac{Area_{triangle MNP}}{ Area_{triangle ABC}}$
$endgroup$
– Word Shallow
Dec 17 '18 at 13:59
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
$triangle AMP$ and $triangle ABC$ are not, in general, similar, because as you pointed out $AM:AB = k:(k+1)$ while $AP:AC = 1:(k+1)$. However, your others arguments still apply.
$endgroup$
– Quang Hoang
Dec 17 '18 at 15:42
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
$begingroup$
Got it. I edited something good in my solution, see now.
$endgroup$
– Word Shallow
Dec 17 '18 at 15:55
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%2f3043884%2fcalculate-the-ratio-of-the-sides-of-a-given-triangle-given-the-ratio-of-areas%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