You are not logged in.
Then I used a couple of more relationships and the triangle inequality to test the integers from 7 to 84. 83 was the biggest.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, the 83 comes directly from the upper bound.
And, what exactly are we doing now. We have the value, we have constructed the triangle. What else is there to do?
Last edited by anonimnystefy (2013-05-30 05:32:37)
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
The upper bound I showed is 84. 83 works but 84 does not.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, of course it doesn't work. The triangle inequality states a+b>c, not >=c.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
It took a little M code to try from 7 to 84.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
There was no need to try them, but whatever.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
With what I dug up, I had to try them all. What did you have to shorten that?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, I had the fact that the lengths 1/12, 1/14 and 1/hc must form a triangle, where 1/hc is as small as possible. Because of the triangle inequality we have that 1/hc>1/12-1/14=1/84. So, hc<84. The maximum possible length is 83.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Okay but what about this?
1/hc>1/12-1/14
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
What about it?
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Why the minus and not a plus?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The triangle inequality states that 1/hc+1/14>1/12.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
What triangle? That inequality is for the sides. You have altitudes there.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes, but, as I already said, 1/ha=1/12, 1/hb=1/14 and 1/hc must be length of some triangle in order to be a valid set of altitudes.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
I do not get it but it works so the problem is done.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Well, it is because a*ha=b*hb=c*hc. From this we can get a:b:c=(1/ha):(1/hb):(1/hc), which means that, if a, b and c can form a triangle, 1/ha, 1/hb and 1/hc must be able to form a triangle as well.
Last edited by anonimnystefy (2013-05-30 06:58:35)
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Hi;
Okay, see you later.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Okay, see you!
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
I have a different solution.
Last edited by ElainaVW (2013-06-01 00:28:27)
Offline
Hi;
What is it, please post what you have.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
[Code fixed by admin]
Solve[{12 ==1/a Sqrt[2] \[Sqrt]((a + b + c) (1/2 (a + b + c) - a) (1/2 (a + b + c) - b) (1/2 (a + b + c) - c)), 14 == 1/b Sqrt[2] \[Sqrt]((a + b + c) (1/2 (a + b + c) - a) (1/2 (a + b + c) - b) (1/2 (a + b + c) - c)),
83 == 1/c Sqrt[2] \[Sqrt]((a + b + c) (1/2 (a + b + c) - a) (1/2 (a + b + c) - b) (1/2 (a + b + c) - c)), 12 == (b*c)/(2 R)}, {a, b, c, R}] // N
Only had to try 84 and 83.
Offline
Hi;
That is very good. Nice work.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline