We call a number to be cool if it can be expressed as for non-negative integers , , and What is the largest integer which isn't cool?
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.
First, we need to factor some of the numbers. 5 ( 5 a + 3 b ) + 9 c The largest number that cannot be expressed as numbers in the brackets is 7 .
So, the equation is 5 ⋅ 7 + 9 c to find the largest uncool number.
c must not be 5 because it leads to 5 ( 7 + 9 ) which will be a cool number because 7 + 9 could be expressed as 5 ⋅ 2 + 3 ⋅ 2 .
Hence c = 4 to find the uncool number.
Substitution: 5 ⋅ 7 + 9 ⋅ 4 = 7 1