Back to the Table of Contents
Numbers and Their Application to Math and Science
Homework for Numbers Lesson 5
Given p = "This is a frog.", q = "It should croak."
Write out in words the following:
- Conditional (p=>q).
- Inverse (~p=>~q).
- Converse (q=>p).
- Contrapositive (~q=>~p).
- Biconditional (p<=>q).
- (6 points) Write out in words the indicated conditional statements for the following sentence:
"If I get my allowance today, I'm going to buy my favorite CD."
- Inverse:
- Contrapositive:
- What can you conclude if you are told,
"I bought my favorite CD."?
- Given a compound statement: My sister, who cooks whenever she can,
loves cooking for people as long as they are appreciative of her labors.
Write this statement in shorthand, symbolically identifying each piece.
- Give a counterexample of: "Bears are large and dangerous to approach."
- Lots of advertising tries to appeal to a human need to belong.
Write a counterexample for the following suggestive advertisements.
"You'll be cool if you buy Converse shoes."
"Buy a Lexus automobile, then everyone will be dripping with envy.";
- Rewrite the sentence into a conditional statement:
All squares are rhombi.
- Write the converse and state if it is true:
If you are a driver, then you are at least 16.
- Write the converse to:
"We'll go to the fair if they announce square-dancing over the radio."
- "If you go fishing, you are sure to hook a mackerel."
You bring home a mackerel for supper.
Did you catch it? Explain your answer.
- Given: "If a golfer has won the
U.S. Open Tournament,
then [s]he is in the major leagues."
What can you conclude about these two people?
Tiger Woods won the U.S. Open Tournament.
Bernhard Langer
has not won a U.S. Open Tournament.
- What is the conclusion of: "If a nail is lost, then a shoe is lost.
If a shoe is lost, then a horse is lost.
If a horse is lost, then a rider is lost.
If a rider is lost, then a battle is lost.
If a battle is lost, then a kingdom is lost."?
- Bonus: Express the numbers 8 through 12 in base -3.
Use 0, 1, and -1 as your digits.
Check out the article Third Base in the Nov./Dec. 2001 issue
of American Scientist
- Base 26 can be fun. Convert your first name from base 26 into base 10.
Try to restrict your first name to 6 letters to avoid 32-bit integer overflow.
Let A=1, B=2, ..., Y=25, Z=0, ignore upper/lower case.
- See section 2.2 of your geometry textbook for further examples.
Problems 2.2: 6-8 and 19-21 were assigned in 2000-01.