I need someone to tell me how to solve this It’s from Australia math comp
Adding 1 to the product of 4 consecutive integers always result in a perfect square. The first 2017 such square numbers can be found:
In the list of 2017 numbers whose squares are found in this way, how many have last digit equal one?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Say we take your expression and write it in the form: x(x+1)(x+2)(x+3)+1
Expanding it, we get x4+6x3+11x2+6x+1
Factoring the expression, we arrive at (x2+3x+1)2∎
To solve the second part, we need to find out the last digit of x2+3x+1.
To do this, let’s write x as 5a+b where 0<=b<5
This means the expression can be written as (5a+b)2+3(5a+b)+1
Simplifying, we get 25a2+40a+10ab+(b2+3b+1)
We already know that 10ab is a factor of 10, so that leaves us with 25a2+15a
Factoring that, we get 5(a)(5a+3).
In order for this to be a multiple of 10, we need either a or 5a+3 to be even. If a is odd, 5a+3 is even, and if a is even, then, well, a is even
Since 25a2+15a+10ab will always be a factor of 10, the ones digit will just be b2+3b+1
For b going from 0 throught 4, the ones digit will be 1,5,1,9,9
This means the pattern will be 5,1,9,9,1,5,1,9,9,1,…
For every 5, there will be two numbers ending with a 1. For the last 2 numbers, there will be 1 number ending with 1.
That gives us a total of 403∗2+1=807
You didn’t expand the blue expression properly (5a+b)2=25a2+10ab+b2
Log in to reply
Sorry, I'll fix that right now