grid. The ships are denoted by the letters through , and each ship consists of three cells of the grid in either a horizontal or a vertical line, as shown in the diagram. Each ship contains a certain number of passengers. There are also some numbers in the last row and the last column of the diagram. These numbers represent the total number of passengers on all the ships intersected by that row or column.
There are twelve ships situated on aFor example: The two ships and intersect the right-most column, so together they contain 9 passengers. The two ships and intersect the bottom-most row, so together they contain passengers.
Given that there are no passengers on two of the ships and the remaining ten ships contain and passengers, let the number of passengers each of the twelve ships to contain be represented by their respective denoted letters. Then find the value of:
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.
Firstly, we write out all known equations:
Let letters {A,B,C,D,E,F,G,H,I,J,K,L} denote the number of passengers in their corresponding ships, and xyz to be the total number of passengers in ships x, y and z.
We can then also derive DG=13 (since AF=8, ADFG=21)
From DG=13 and GL=6, we can determine that G can only be 4, 5 or 6.
Case 1: G=4
A or F cannot be 10, since AF=8. C or I or H cannot be 10, since CIH=6. If J=10, I=4 (from EIJ=15). However, this means that CH=2, which does not have a solution since they cannot both have 1 passenger each, or a ship with 2 passengers as L already has 2 passengers. By contradiction, K=10 .
FI=9 => F or I is 3 or 6. If I=3, then CH=3 which has no solution. Hence F=3 , I=6 . Then, C and H both have zero passengers. AF=8 => A=5 , EIJ=15 => J=8 .
Therefore, A=5, B=7, C=0, D=9, E=1, F=3, G=4, H=0, I=6, J=8, K=10, L=2
5 × 7 + 0 + 1 9 + 3 4 + 6 0 + 8 − 1 0 + 2 2 = 1 2 7
Case 2: G=5
Hence, G = 5
Case 3: G=6
Hence, G = 6