Problem 513

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
User avatar
jaap
Posts: 588
Joined: Tue Mar 25, 2008 3:57 pm
Contact:

Problem 513

Post by jaap »

In Problem 513 (View Problem), the side lengths are not precisely defined. It seems to use the assumption (or convention really) that a=|BC|, b=|CA| and most importantly c=|AB|. I think that should probably be made more explicit in the problem statement somehow.
User avatar
hk
Administrator
Posts: 12831
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Problem 513

Post by hk »

As you state yourself: that is a well known convention .
Is there any need to repeat such a convention?

Anyhow, members in doubt can read your post and all is well.
Image
War ruins the life and health of untold numbers of innocent children.
DeatH_StaR
Posts: 16
Joined: Sat Apr 19, 2014 5:09 pm

Re: Problem 513

Post by DeatH_StaR »

Just wanted to say that I did not know it, spent a day with weird calculations, and only after googling found out about this post. I strongly recommend giving this info.
fragrant
Posts: 1
Joined: Sat Nov 21, 2015 9:08 pm

Re: Problem 513

Post by fragrant »

Someone please give the lengths of side for the 3 triangles which satisfy to get F(10)=3. I get only one triangle for c ≤ 10
v6ph1
Posts: 134
Joined: Mon Aug 25, 2014 7:14 pm

Re: Problem 513

Post by v6ph1 »

Simple brute force gives:
a,b,c (mc)
5,5,6 (4)
5,5,8 (3)
6,8,10 (5)
Image
User avatar
Circling
Posts: 23
Joined: Wed Sep 16, 2020 7:33 am
Location: Turkey
Contact:

Re: Problem 513

Post by Circling »

hk wrote: Sat May 02, 2015 9:08 pm As you state yourself: that is a well known convention .
Is there any need to repeat such a convention?

Anyhow, members in doubt can read your post and all is well.
Well considering that I came here because I was confused, and another user got confused as well, yes it might need to be made clearer.
Problem 84 sux!!!
Waldovski
Posts: 32
Joined: Thu Jul 08, 2010 11:11 am

Re: Problem 513

Post by Waldovski »

I agree that this needs to be clarified in the problem statement (I'm here for the same reason).
Post Reply