Above 5x5 table contains numbers.
A number at each cell represent a statement.
x : This cell is surrounded by x True statements.
So if the number is 3 means the cell is surrounded by 3 True statement
We can say all statemets are false, butthis is not what I want.
Some statements are true and some are not.
Create another 5x5 table with boolean (T/F) input,
to show which statements are true, and which statements are false.
example for 2x2 table.
1 3 -> T F
0 1 F T
I have checked there is only 1 solution.
Find the solution !
Question
jasen
Statement table.
Above 5x5 table contains numbers.
A number at each cell represent a statement.
So if the number is 3 means the cell is surrounded by 3 True statement
We can say all statemets are false, but this is not what I want.
Some statements are true and some are not.
Create another 5x5 table with boolean (T/F) input,
to show which statements are true, and which statements are false.
example for 2x2 table.
I have checked there is only 1 solution.
Find the solution !
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.