This Lesson (Trap problems) was created by by ikleyn(53956)  : View Source, ShowAbout ikleyn:
Trap problems
Problem 1A bottle filled with varnish cost $1.10. If the varnish alone is worth $1.00 more
than the bottle, find the value of the bottle.
Solution
This problem and many other similar problems is/are well known " trap " problems.
Those, who do not know that it is a trap, usually fall in it, giving wrong answer $0.10 for the bottle and $1.00 for the varnish alone,
especially those of them who are in hurry to answer without thinking.
This answer is, OBVIOUSLY, incorrect, because the difference of $1.00 and $0.10 is not $1.00.
The correct answer is $0.05 for the empty bottle and $1.05 for the varnish alone.
One way to get the correct answer is to get it mentally, after thinking couple seconds.
Another way is to solve it formally, as follows.
Let x be the cost for varnish in the bottle (in dollars);
Then the cost of the bottle is (x-1) dollars.
Total cost equation
x + (x-1) = 1.10 dollars
x + x = 1.10 + 1
2x = 2.10
x = 2.10/2 = 1.05,
giving the above mentioned correct answer.
Problem 2Consider a population that grows according to the recursive rule P(n) = P(n-1) + 35,
with initial population P(0)=20.
Find an explicit formula for the population.
Use your explicit formula to find P(100).
Solution
Be careful : this problem is a trap.
The trap is that this sequence is SPECIAL : it IS an arithmetic sequence,
but starts from the zeroth term 20.
Therefore, the standard formula for the n-th term of an arithmetic progression must be modified.
The standard formula = 20 + (n-1)*35 does work now - it should be modified.
+----------------------------------------------+
| The correct formula is P[n] = 20 + n*35. |
+----------------------------------------------+
Again, your correct explicit formula is = 20 + n*35.
You can it: = 20 + 1*35 = 20 + 35 = 55.
In particular, = 20 + 100*35 = 3520.
Problem 3What is the square root of ?
Solution
Very often, unexperienced students give the answer .
It is incorrect.
The correct answer is with the use of the absolute value sign.
It is because value ' y ' in the original expression can be negative.
Then the mentioned wrong answer returns the negative value of the square root, which contradicts
to the common agreement about the square root values.
My formula works universally for positive and negative values of ' y ' - - - it is why it is preferable
and why it is the uniquely correct form.
The problems of this kind are a standard TRAP to catch unprepared/undertrained novices.
Problem 4Simplify this expression .
Solution
The right way to simplify is THIS
= = = . ANSWER
According to commonly accepted agreements about square root,
the expression ' ' always goes from the square root as |a|, the absolute value of 'a'.
In this form, this transformation works universally for positive and negative values of ' a '.
The given problem is a standard TRAP to catch of those, who are unfamiliar with this trap for advance.
My post shows and teaches a standard way to avoid this trap.
Problem 5Simplify .
Solution
This problem is a TRAP, and many students Fall in it.
To solve the problem correctly, we should reveal a context accurately.
The domain, i.e. the area where this expression is defined, is the set of points (x,y)
in the 1st quadrant or in the 3rd quadrant. It means that the domain is the union of both quadrants.
In other words x >= 0, y >= 0 are allowed under the square root, or x <= 0, y <= 0 simultaneously.
But x and y of different signs are not allowed.
Second note is that when square root is considered as a function or as an expression,
by a commonly accepted agreement, it is considered as non-negative value or expression.
Again, it is the common agreement for square root, when it is considered
as an expression of variables, that its output values are non-negative.
Next, the first move is to write = . (1)
But this expression is only half-right. On the other half it is WRONG.
It is wrong in 3rd quadrant. Numerical values under the square root are non-negative there.
It is good, since we can extract the square root then.
But the values of the simplified expression (1) will be negative in 3rd quadrant,
which is not consistent with the agreement mentioned above.
Therefore, we should write (1) in MODIFIED form
= = , (2)
placing x under the absolute value sign.
In this form (2), it is consistent with (1) in the first quadrant and provides non-negative output
in the third quadrant.
Therefore, the commonly accepted ANSWER is THIS:
} is in the 1st and 3rd quadrants.
For your info: practically all without exceptions Fall in this trap,
if they are unfamiliar with this logic/reasoning for advance, until somebody explains a right way reasoning.
So, to get the right answer to this problem and to many other similar problems,
you need accurately determine the domain, accurately reveal the context and accurately
adopt the output expression in order for to have positive values of the final square root expression over the entire domain.
It is the KEY to solving such problems.
The key point to understand is that when square root of a non-negative number is considered,
it has two values - one positive and one negative, opposite to the positive value.
On contrary, when square root of a function or of an expression is considered,
the common agreement is that in this situation the output (the result of applying square root) must be non-negative.
It requires special cares in the solution.
I think that 99% (or 99.99%) of contemporary people/students/teachers don't know this wisdom.
Problem 6If the surface of a cube is 6x^2 -36x +54, what is the expression for the volume of the cube?
Solution
The surface area of the cube is given by the polynomial expression 6x^2 - 36x + 54.
It is the combined area of 6 identical faces of the cube.
The area of each face separately is
(6x^2 - 36x + 54)/6 = x^2 - 12x + 9 = (x-3)^2.
Notice that the given polynomial is always non-negative,
so its values make sense as the face area for all values of x =/= 3.
The length of the side of this cube is = |x-3|.
Notice that I use the absolute value |x-3| here,
as the length is always assumed to be non-negative.
The volume of the cube is then .
This formula works for all values x =/= 3, including x < 3,
while the formulas without the absolute value sign do not work at x < 3
giving negative edge length and negative volume.
So, my solution is MORE ACCURATE than the @mananth' solution and/or than the @Theo' solution.
Actually, this seemingly simple task has a murderous .
My solution discloses the trap, teaches you on how to avoid this trap
and also teaches you to be always aware and always accurate in Math.
Problem 7What is the exact value of ?
Solution
This problem is a , provoking you to answer " ".
This answer is incorrect.
To answer correctly, you should remember that function arccos has values in interval [ , ].
Therefore, you should transform to the equivalent angle in interval [ , ].
This equivalent angle is , so the correct answer to the problem's question is .
Problem 8Determine the amplitude, period and phase shift of y = .
Solution
In the Internet, where are many similar problems.
But this one is SPECIAL: it is a TRAP, and its solution in the post by @lwsshar3 is incorrect.
Below is my correct solution with complete explanations.
Regarding the amplitude, the question is trivial: I hope, 9 of 10 tutors will answer "amplitude is 2 units".
With the period, the question is trivial, too: I hope that many tutors will give a correct answer "the period is 2".
But regarding the phase shift, 9 of 10 tutors and 99 of 100 students will answer incorrectly,
saying that the phase shift is .
To answer correctly, we should remember that the parent function to compare with is cos(x).
When we consider y = , we should first write it equivalently with the positive coefficient
before cosine
y = ,
shifting right by half-period . ONLY AFTER THAT we can rewrite the function, extracting the shift explicitly
y = = .
Now it becomes obvious that the shift is units right, comparing with the parent function cos(x).
ANSWER. The shift is units right.
REMEMBER: The sign " - " before the trigonometric functions "sine" and "cosine"
is not a harmless symbol that can be ignored in such analysis.
Actually, this sign means the same as the half-period shift of the argument.
Therefore, it must be taken into account, and it completely changes the game, turning everything upside down.
My other additional lessons on Miscellaneous word problems (section 3) in this site are
- More complicated problems on finding number of elements in finite subsets
- Solving problems by the Backward method
- A solid cube is placed in a cylindrical tank displacing water in the tank
- Minimax linear problems to solve MENTALLY based on common sense
- Solving linear optimization problems without LP-method by reduction to linear function
- Solving one special linear minimax problem in 100-D space by the Linear Programming method
- Miscellaneous logical problems
- Math Olympiad level problem on divisibility numbers
- Find a sequence of transformations of a given number to get a desired number
- Upper class entertainment Math problems for all ages
- OVERVIEW of my additional lessons on Miscellaneous word problems, section 3
Use this file/link ALGEBRA-I - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-I.
Use this file/link ALGEBRA-II - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-II.
This lesson has been accessed 117 times.
|