Lesson Trap problems

Algebra ->  Customizable Word Problem Solvers  -> Misc -> Lesson Trap problems      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   


This Lesson (Trap problems) was created by by ikleyn(53956) About Me : View Source, Show
About ikleyn:

Trap problems


Problem 1

A 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 2

Consider 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 P%5Bn%5D = 20 + (n-1)*35  does  highlight%28highlight%28NOT%29%29  work now - it should be modified.


    +----------------------------------------------+
    |   The correct formula is P[n] = 20 + n*35.   |
    +----------------------------------------------+


Again, your correct explicit formula is  P%5Bn%5D = 20 + n*35.


You can  CHECK  it:  P%5B1%5D = 20 + 1*35 = 20 + 35 = 55.


In particular,  P%5B100%5D = 20 + 100*35 = 3520.

Problem 3

What is the square root of  9y%5E6 ?

Solution

Very often, unexperienced students give the answer   3y%5E3.

It is incorrect.

The correct answer is 3%2Aabs%28y%29%5E3 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 4

Simplify this expression   sqrt%2875%2Aa%5E2%29%2Fsqrt%285%29.

Solution

The right way to simplify is THIS


    sqrt%2875%2Aa%5E2%29%2Fsqrt%285%29 = sqrt%2815a%5E2%29 = abs%28a%29%2Asqrt%2815%29 = sqrt%2815%29%2Aabs%28a%29.    ANSWER



According to commonly accepted agreements about square root, 
the expression  ' a%5E2 '   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  highlight%28highlight%28millions%29%29  of those,  who are unfamiliar with this trap for advance.


My post shows and teaches a standard way  to avoid this trap.


Problem 5

Simplify   sqrt%284x%5E3%2A9y%5E5%29.

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  sqrt%284x%5E3%2A9y%5E5%29 = 2%2A3%2Ax%2Ay%5E2%2Asqrt%28xy%29.    (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

    sqrt%284x%5E3%2A9y%5E5%29 = 2%2A3%2Aabs%28x%29%2Ay%5E2%2Asqrt%28xy%29 = 6%2Aabs%28x%29%2Ay%5E2%2Asqrt%28xy%29,   (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:

    sqrt%284x%5E3%2A9y%5E5%29}  is  6%2Aabs%28x%29%2Ay%5E2%2Asqrt%28xy%29  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 6

If 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  sqrt%28%28x-3%29%5E2%29 = |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  abs%28x-3%29%5E3.


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  highlight%28highlight%28well%29%29  highlight%28highlight%28hidden%29%29  murderous  highlight%28highlight%28trap%29%29.

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 7

What is the exact value of  arccos%28cos%283pi%2F2%29%29 ?

Solution

This problem is a  highlight%28highlight%28TRAP%29%29,  provoking you to answer "3pi%2F2".


This answer is incorrect.


To answer correctly, you should remember that function arccos has values in interval  [-pi%2F2,pi%2F2].


Therefore, you should transform  3pi%2F2  to the equivalent angle in interval  [-pi%2F2,pi%2F2].


This equivalent angle is  -pi%2F2,  so the correct answer to the problem's question is  -pi%2F2.


Problem 8

Determine the amplitude,  period and phase shift of   y = -2%2Acos%28pi%2Ax+-3%29.

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  3%2Fpi.


To answer correctly, we should remember that the parent function to compare with is cos(x).


When we consider y = -2%2Acos%28pi%2Ax-3%29, we should first write it equivalently with the positive coefficient 
before cosine

    y = 2%2Acos%28pi%2Ax-3-pi%29,


shifting right by half-period pi.  ONLY AFTER THAT we can rewrite the function, extracting the shift explicitly

    y = 2%2Acos%28pi%2A%28x+-+%283%2Bpi%29%2Fpi%29%29 = 2%2Acos%28pi%2A%28x-%283%2Fpi%2B1%29%29%29.


Now it becomes obvious that the shift is  3%2Fpi%2B1%29  units right, comparing with the parent function cos(x).


ANSWER.  The shift is  3%2Fpi%2B1%29  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.