One day, Mr. Harry Potter decided to start a pottery business. Everyday, he created one more pot than the previous day. After a few days of production, he found that he has created 497 pots. Find the minimum number of pots that he created on the first day.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
One thing is wrong in your solution.
2 2 a x + a 2 − a = 4 9 7
But a nice solution!
I like the way you thinking (y)
Let the number of pots made on the first day = x , and the number of days in total = y .
Every day, there will be x pots made, plus the number of days it has been since starting - 1. So for example, on the first day, x pots are made, on the second day, x + 1 pots are made etc, up till x + y pots on the final day.
So then, the total number of pots made would be:
x y + 2 ( y ) ( y − 1 ) = 4 9 7
This equation rearranges to give:
2 x y + y × ( y − 1 ) = 9 9 4
which multiplies out to give:
2 x y + y 2 − y = 9 9 4
and factorises to give:
y ( 2 x + y − 1 ) = 9 9 4 .
In order for x to be as small as possible, y must be as large as possible.
However, ( 2 x + y − 1 ) > y .
The factors of 9 9 4 are 2 × 7 × 7 1 . The factor pair which have the least difference are 1 4 × 7 1 . Therefore, 2 x + 1 4 + 1 = 7 1 , which simplifies to x = 2 9
Let the number of pots he made on the first day be x . Let the number of pots he makes on the last day be y . So, the number of pots he makes in total is y − x + 1 .
The total number of pots made is: 2 ( y − x + 1 ) ( y + x ) = 4 9 7
Multiplying both sides of the equation by two gives: ( y − x + 1 ) ( y + x ) = 9 9 4 = 2 × 7 × 7 1
To work out the value of x we subtract ( y − x + 1 ) from ( y + x ) and then add one and halve.
To get the smallest value of x we therefore want the difference between ( y − x + 1 ) and ( y + x ) to be as small as possible, with x and y still being positive, which is achieved by ( y − x + 1 ) = 2 × 7 and ( y + x ) = 7 1 .
This gives x = 2 9 , y = 4 2
Problem Loading...
Note Loading...
Set Loading...
Number of pots he made on the first day = x
Total number of pots made = x + x + 1 + x + 2 . . . . = 4 9 7
Number of days = a
= a x + 2 a ( a − 1 )
= 2 2 a x + a 2 − a = 4 9 1
= a ( 2 x + a − 1 ) = 9 9 4 ..... (1)
= a ( 2 x + a − 1 ) = 2 × 7 × 7 1
Solving for x > = 0
a must be less than 32
Possible values for a = 2 , 7 , 7 1 , 2 × 7 , 2 × 7 1 , 7 × 7 1
Values less than 31 are 2, 7, and 14
For x to be minimum, a must be maximum
∴ a = 1 4
substituting in eq(1)
a ( 2 x + a − 1 ) = 9 9 4
= 1 4 ( 2 x + 1 4 − 1 ) = 9 9 4
⟹ ( 2 x + 1 3 ) = 1 4 9 9 4
⟹ x = 2 9