Problem 563

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
PhilLeTaxi
Posts: 20
Joined: Wed Mar 05, 2014 12:54 pm
Location: Paris, France

Problem 563

Post by PhilLeTaxi »

It is stated that "The target area of 889200 is the smallest area which can be manufactured in three different variants".

This number seems to be compliant with the problem requirements for M(3) and smaller than 889200 :
865800 = 888 x 975 = 900 x 962 = 925 x 936

Could someone explain why it is not correct ?
Image
mdean
Posts: 206
Joined: Tue Aug 02, 2011 2:05 am

Re: Problem 563

Post by mdean »

PhilLeTaxi wrote:It is stated that "The target area of 889200 is the smallest area which can be manufactured in three different variants".

This number seems to be compliant with the problem requirements for M(3) and smaller than 889200 :
865800 = 888 x 975 = 900 x 962 = 925 x 936

Could someone explain why it is not correct ?
Without really delving into the problem, my guess would be the dimension of 962 would be an issue.
Image
User avatar
mpiotte
Administrator
Posts: 1961
Joined: Tue May 08, 2012 5:40 pm
Location: Montréal, Canada

Re: Problem 563

Post by mpiotte »

PhilLeTaxi wrote:It is stated that "The target area of 889200 is the smallest area which can be manufactured in three different variants".

This number seems to be compliant with the problem requirements for M(3) and smaller than 889200 :
865800 = 888 x 975 = 900 x 962 = 925 x 936

Could someone explain why it is not correct ?
These dimensions cannot be assembled by the robots starting from unit squares and assembling rectangles made up of 25 or less smaller rectangles.
Image
User avatar
PhilLeTaxi
Posts: 20
Joined: Wed Mar 05, 2014 12:54 pm
Location: Paris, France

Re: Problem 563

Post by PhilLeTaxi »

I don't see why there is an issue with 962.

888 x 1.1 = 976.8 Then 975 is compliant.
900 x 1.1 = 990 Then 962 is compliant.
925 x 1.1 = 1017.5 then 936 is compliant.

888 x 975 = 900 x 962 = 925 x 936 = 865800

The divisor of 865800 lower than 888 is 780 which is not compliant as 780 x 1110 = 865800
Then is leaves the 3 possibilities listed above.
Image
User avatar
PhilLeTaxi
Posts: 20
Joined: Wed Mar 05, 2014 12:54 pm
Location: Paris, France

Re: Problem 563

Post by PhilLeTaxi »

@ mpiotte:

OK thanks for your response.
Image
apovalyaev
Posts: 4
Joined: Wed Oct 12, 2016 4:19 pm

Re: Problem 563

Post by apovalyaev »

PhilLeTaxi wrote:I don't see why there is an issue with 962.

888 x 1.1 = 976.8 Then 975 is compliant.
900 x 1.1 = 990 Then 962 is compliant.
925 x 1.1 = 1017.5 then 936 is compliant.

888 x 975 = 900 x 962 = 925 x 936 = 865800

The divisor of 865800 lower than 888 is 780 which is not compliant as 780 x 1110 = 865800
Then is leaves the 3 possibilities listed above.
Following the same logic 889200 doesn't suit also, because it can be constructed as 7410x120
User avatar
sjhillier
Administrator
Posts: 561
Joined: Sun Aug 17, 2014 4:59 pm
Location: Birmingham, UK
Contact:

Re: Problem 563

Post by sjhillier »

apovalyaev wrote:
Following the same logic 889200 doesn't suit also, because it can be constructed as 7410x120
Sorry, it's unclear to me if this is a question or an answer. The original question was answered, the answer being that the length 962 is impossible to manufacture under the stated production constraints. If you are still unsure as to the meaning, please ask again.
apovalyaev
Posts: 4
Joined: Wed Oct 12, 2016 4:19 pm

Re: Problem 563

Post by apovalyaev »

sjhillier wrote:
apovalyaev wrote:
Following the same logic 889200 doesn't suit also, because it can be constructed as 7410x120
Sorry, it's unclear to me if this is a question or an answer. The original question was answered, the answer being that the length 962 is impossible to manufacture under the stated production constraints. If you are still unsure as to the meaning, please ask again.
(1) It's a kind of note. Because during the previous post, the following statement "... The divisor of 865800 lower than 888 is 780 which is not compliant as 780 x 1110 = 865800 ..." was used as an argument. And from this statement, it looks like we somehow consider dividers which are outside of "1/1.1" bounds. And if this is the case, I've just note that, for example, for 889200 has much more "1/1.1" divider pairs then three.

(2) And from my side, this is a separate question to confirm. Can each of 2..25 numbers only once participate (can be only part of one dividers)? In other word, can we use such deviders like (23x23x...)x(17x17x...)?
User avatar
sjhillier
Administrator
Posts: 561
Joined: Sun Aug 17, 2014 4:59 pm
Location: Birmingham, UK
Contact:

Re: Problem 563

Post by sjhillier »

apovalyaev wrote:
(2) And from my side, this is a separate question to confirm. Can each of 2..25 numbers only once participate (can be only part of one dividers)? In other word, can we use such deviders like (23x23x...)x(17x17x...)?
Thanks for the note. On your second question, yes these are allowed.
Post Reply