#$&* course MTH 151 10/13 around 6:45 If your solution to stated problem does not match the given solution, you should self-critique per instructions at
.............................................
Given Solution: `a** A sentence is a statement if it is true or false. Otherwise it is not a statement. 'There goes a big one' is not a statement because the word 'big' is open to interpretation so is not a statement. 'There are 3.87 * 10^89 particles in the universe at this instant' is a statement: it is either true or it isn't, though we don't know enough to tell which. The gross receipts for a film can be regarded as hard facts--unlike opinions on whether a film is good, or artistic. If 'a top grossing film' is defined as, say, a top-10 film in gross receipts, then we could ascertain whether it is true or false and we would have a the statement. However, 'top grossing' isn't defined here--does it mean one of the top three for the week, top 10 for the year, or what?--and for that reason we can't decide for sure whether it is true or false. So this sentence couldn't be regarded as a statement. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I disagree with your solution. The sentence states that it was ""the top-grossing movie of 2014."" There you have it. That means it isn't taking into account it's first three weeks of earnings, it doesn't mean that it was only in the top ten. it means that it was the number one and that it is taking into account it's total gross earnings for that year. Each year in the movie industry, they add up the numbers and name one movie as the top-grossing movie for that year. This movie did or did not get that title for the year of 2004. you can look up the movie's gross earnings for the year and look up the top-grossing movie of that year to prove whether this statement is true or false. I understand your reasoning and what makes a sentence a statement or not. I just feel as though being ""the top-grossing movie of 2004"" is defined whereas you do not. ------------------------------------------------ Self-critique Rating:3 ********************************************* Question: `qQuery Not assigned, but you should be able to answer: Is 'Sit up and behave.' a statementlineCount = lineCount + 1: bLine$(lineCount) = "" YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: no this is a command, commands cannot be true or false. a reaction to a command could be true or false but not the command itself. ""you sat up"" as a response to this command would be a statement that is either true or false confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** This is not a statement. It is a command. You could evaluate the truth of the statement 'you sat up', but not the truth of the command to sit up. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.30 negate 'some people have all the luck YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: the negation is making a true statement false and a false statment true ""no one has all the luck"" confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** The negation would be 'all people don't have all the luck', which means 'nobody has all the luck'. The negation of 'some do' is indeed 'all do not', which is the same as 'none do'. The negation of 'all do' is 'some do not'. The negation of 'none do' is 'some do'. COMMON ERROR: Not everyone has all the luck, or equivalently some people do not have all the luck. This is not incompatible with the original statement, and the negation must be incompatible. Both would be true if some do have all the luck and some don't. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.42 p: she has green eyes q: he is 56. What is the statement (p disjunction q)? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The statement would be ""She has green eyes or he is 56 years old"" confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** The statement is 'She has green eyes or he is 56 yrs. old' ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.48 What is the statement -(p disjunction q) YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The statement would be ""It is not the case that she has green eyes or he is 56 years old."" confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** The correct translation is 'It is not the case that she has green eyes or he is 56 yrs. old'. An equivalent statement, using deMorgan's Laws, would be 'she doesn't have green eyes and he is 56 years old' COMMON ERROR: She doesn't have green eyes or he is not 56 years old. This statement negates p V q as ~p V ~q, which is not correct. The negation of p V q is ~p ^ ~q. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.54 Jack is an English Major or Chris collects DVDs, and it is not the case that both are so YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: (p V q) ^ ~(p ^ q) (p V q) stands for the jack or chris ^ is the and connecting the two statements ~ is for ""is not the case"" (p ^ q) stand for both being so confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** The statement 'jack English or Chris collects' is symbolized by (p U q). The statement that it is not the case that both are so is symbolized ~(p ^ q). The entire statement is therefore (p U q) ^ ~(p ^ q).** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `q3.1.68 (formerly 3.1.60). This was not assigned, but you should be able to reason this out: {}{}True or false: there exists an integer that is not a rational number. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: rational number is any number that can be expressed as a fraction. integers are whole numbers every whole number can be written as a fraction 5 is 5/1 10 is 10/1 1 is 1/1 and so on the statement is false because there is no integer that is not a rational number confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** A rational number is a number that can be written as p / q, with p and q both integers. Examples are 2/3, -5489/732, 6/2, etc.. Other examples could be 5/1, 12/1, -26/1; these of course reduce to just 5, 12, and -26. The point is that any integer can be written in this form, with 1 in the denominator, so any integer is in fact also a rational number. Thus there is no integer that is not a rational number, and the statement is false. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.74 (was 3.1.66) Not assigned, but reason it out: True or false: each rat number is a positive number. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: false. -54/77 is a negative rational number so is -2, -1/3, - 451/1851 confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** This is false, and to prove it you need only give an example of a rational number that is negative. For example, -39/12 is a rational number (integer / integer) and is negative. ** &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary):ok ------------------------------------------------ Self-critique Rating:ok ********************************************* Question: `qQuery 3.1.75 difference between 'all students did not pass the test' is the statement ' not all students passed the test' YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: the first statement means that everyone of the students failed the test the second statement means that one or more of the students failed the test the second statement does not specify that there actually were students that did pass but it leaves open the possiblity that some did pass while the first statement does not confidence rating #$&*: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `a** The first statement says that 'all students did not pass', meaning every student didn't pass, i.e., nobody passed the test. The second statement says that not everyone passed--at least one student didn't pass. The second statement doesn't address the question of whether anyone passed or not, so it doesn't necessarily say that some students did pass, but it leaves open the possibility that some did. Since the second statement contains possibilities the first does not the statements are not equivalent. ** " Self-critique (if necessary): ------------------------------------------------ Self-critique rating: