Hint
As we don't know how of the people were library members, you can try a random number and see what happens.
Answer
4,200 books.
Reasoning
It doesn't matter how many library members there were, as 1/2 of them accepted the books, and each accepted 6 books, which is 3 books per member on average.
Similarly, it doesn't matter how many non-members there were as 3/4 of them accepted the books, and each accepted 4 books, which is again 3 books per non-member on average.
Double-Checking
Both the members and non-members accepted, on average, 3 books each.
And 1400 x 3 = 4200.
??
Puzzle 6
During the recent BrainBashers cipher convention, a binary code contest took place.
The contest consisted of a binary code transmission where the spaces between the letters were missing and there was no punctuation.
Each letter of the alphabet was translated into its binary equivalent based on its position in the alphabet. The resulting code was then blocked in groups of five digits.
a=1, b=10, c=11, d=100, e=101, f=110, g=111, h=1000, i=1001, j=1010, k=1011, l=1100, m=1101, n=1110, o=1111, p=10000, q=10001, r=10010, s=10011, t=10100, u=10101, v=10110, w=10111, x=11000, y=11001, z=11010
Answer
The missing sum is 40.
Circle = 12
Star = 3
Square = 7
Triangle = 9
Reasoning
Looking at Column 1 and Column 3 we have:
[1] Square + Star + Circle + Square = 29
[2] Square + Square + Triangle + Star = 26
If we subtract [1] – [2] we get:
[3] Circle – Triangle = 3
And Row 3 is:
[4] Circle + Circle + Triangle + Circle = 45
If we add [3] + [4] we get:
Circle + Circle + Circle + Circle = 48
So, Circle = 12.
Using [3] we find that Triangle = 9.
Using Column 2 we find that Star = 3.
Using Row 1 we find that Square = 7.
Double-Checking
The rows add to: 35 + 26 + 45 + 25 = 131.
The columns add to: 29 + 36 + 26 + 40 = 131.
The rows and columns must add to the same number, so this could have been used a shortcut to the missing sum.
In total, there are:
5 Squares = 5 x 7 = 35
5 Circles = 5 x 12 = 60
3 Stars = 3 x 3 = 9
3 Triangles = 3 x 9 = 27
Which is also a total of 131.
So all of the totals are the same, as expected.
Note: BrainBashers has a Dark Mode option. For BrainBashers, I'd recommend not using your browser's built-in dark mode, or any dark mode extensions (sometimes you can add an exception for a specific website).