Charlton wanted to investigate a certain group of numbers that satisfy the following:
Find the largest possible number lesser than 1000
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.
We have been given that it should be 3 digit number.
It should be prime.
It should leave remainder 2 when divided by 5.
This can only be done if the unit's place is 7 or 2.
We cannot take 2 because 2 at the unit's place will make the number composite by making it divisible by 2.
So we have got 7 at the unit's place.
To make the sum of the digits to be 25. We will need two more digits ranging 0 to 9.
So by trying few numbers, we get 9+9+7= 25.
So the number is 997.
Also 997=(31^2}+(6^2)