惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
H
Help Net Security
GbyAI
GbyAI
博客园_首页
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
月光博客
月光博客
美团技术团队
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed

博客园 - rocman

不是我发现了美,只不过这个世界本身就很美。记快乐的今年生日。 今天开学了,按计划争取了不少学习的时间。 The second exercise book is used up today. To my dear classmates, the list below might be helpful to you when you are studying the discrete mathematics in English as I am I was watching a teleplay titled "Plot Against" on my computer today. - rocman 转载:程序员喝酒的计算机文化 Beckham and Logyrant have come back to shenzhen. Today I told my parents the idea I solved only one problem today, but it's a big one! - rocman I am trying to solve the "zebra puzzle" Feb, 5, 2006, the day should be remembered. My exercise book was used up today. 转载:『希腊神话【3】Apollo 阿波罗』 转载:『希腊神话【2】Pandora 潘多拉』 转载:『希腊神话【1】The Olympian Gods 奥林波斯山神』 I've found out why I did wrong in that logic problem. I've got so many "hongbaos"(should it be translated as "red bags"?) Happy new year!!! I should go on my learning discrete mathematics.
I've solved 2 challenging logic problems today.
rocman · 2006-01-28 · via 博客园 - rocman

     As I announced last midnight, I went on my study on discrete mathematics today. I made up my mind to do as many exercises as I can, and so I did. Open my exercise book, you'll see the book is used about 60%, most of which are used today. There are totally 61 problems in the exercise part of Chapter 1.1, and now I've sovle 39 of them. In the problems I solved today, two are marked as challenging. In fact, they are not only challenging but also interesting. I am going to type down the problem and my solutions.

     *38. Is the assertion "This statement is false" a propostion?
     Solution: According to the definition, a proposition is a declarative sentence that is either true or false, but not both. Analyzing the assertion in the problem, I find that the assertion never make sense no matter I consider it to be true of false. For it's impossible to tell what the truth value of the assertion is, I think it is not a proposition.
     *39. The nth statement in a list of 100 statements is "Exactly n of the statements in this list are false."
     a) What conclusions can you draw from these statements?
     Solution: Since the number of false statements in the list is exclusive, there is only one statement in the list telling the right number. Consequently, there is only one statement is true, namely, there are 99 false statements, which is said in the 99th statement.
     Conclution: In the list, only the 99th statement is true, while others are false.
     b) Answer part (a) if the nth statement is "At least n of the statements in this list are false"
     Solution: Having analyzed the statements, we can find that the nth statement is sufficient to the n-1 statements before it. So if the nth statement is true, the n statements in the front of the list will consequently be true. The nth statement says that at least n of the statements in the list are false, namely, at most 100-n of the statements in the list are true. The maximum of n should be a number that makes n not greater than 100-n. By calculating, we can easily find the maximum of n to be 50.
     Conclution: In the list, the 50 statements in the front is true, while others are false.
     c) Answer part (b) assuming that the list contains 99 statements.
     Solution: If the length of the list is cut down to 99, then the maximum of true statements will be 99-n. Now our task is finding a possible maximum integer that fits the expression n <= 99-n. Easily we can figure out that the integer is 49.
     Conclution: In the list, the 49 statements in the front is true, while others are false.

     After referring to the key of the problem 39, I found that part (a) and part (b) was solved correctly, but part (c) was not. To key to part (c) is "This cannot happen; it is a paradox, showing that these cannot be statements". Up to now, I can't understand the key to part (c). Why I was wrong and why it should be like that? I think I have to mark the problem down and try to ask for help from google or the website for the book.