probabilities of differences of numbers on cards from two sets

qwergfa21

New member
Joined
Oct 21, 2016
Messages
3
3. Here are two sets of cards:

Code:
card sets:

+---+ +---+ +---+ +---+
|   | |   | |   | |   |
| 1 | | 2 | | 3 | | 4 | Set A
|   | |   | |   | |   |
+---+ +---+ +---+ +---+

+---+ +---+ +---+ +---+
|   | |   | |   | |   |
| 1 | | 2 | | 3 | | 4 | Set B
|   | |   | |   | |   |
+---+ +---+ +---+ +---+
 
Last edited by a moderator:
One card is chosen from each set, and the difference of the cards' numbers is worked out.

a. Copy and complete the table started below to show all the possible differences.

Code:
table:          Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 |   | 2 |   |
      +---+---+---+---+---+
Set B | 2 |   | 0 |   |   |
      +---+---+---+---+---+
      | 3 |   | 1 |   |   |
      +---+---+---+---+---+
      | 4 |   |   |   |   |
      +---+---+---+---+---+

b. Find the probability that the difference will be zero.

c. Find the probability that the difference will not be 2.


any help?
 
Last edited by a moderator:
For some reason, the server was choking on replies to your posts. I've split the one thread with two questions into two threads with one question each. The server's particular issue was with this question (no, I have no idea why), which is why it's split across two postings in the one thread. Sorry for the mess. :oops:

One card is chosen from each set, and the difference of the cards' numbers is worked out.

a. Copy and complete the table started below to show all the possible differences.

Code:
table:          Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 |   | 2 |   |
      +---+---+---+---+---+
Set B | 2 |   | 0 |   |   |
      +---+---+---+---+---+
      | 3 |   | 1 |   |   |
      +---+---+---+---+---+
      | 4 |   |   |   |   |
      +---+---+---+---+---+

b. Find the probability that the difference will be zero.

c. Find the probability that the difference will not be 2.


any help?
Where are you stuck in the arithmetic of filling out the table? Please be specific. Thank you! ;)
 
One card is chosen from each set, and the difference of the cards' numbers is worked out.
a. Copy and complete the table started below to show all the possible differences.
Code:
table:          Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 |   | 2 |   |
      +---+---+---+---+---+
Set B | 2 |   | 0 |   |   |
      +---+---+---+---+---+
      | 3 |   | 1 |   |   |
      +---+---+---+---+---+
      | 4 |   |   |   |   |
      +---+---+---+---+---+
b. Find the probability that the difference will be zero.
c. Find the probability that the difference will not be 2.
The cross product \(\displaystyle A\times B \) consists sixteen ordered pairs.
Of those there are only four that have a difference of zero. Please list them for us.

Of the other pairs there are only four that have a difference of two. Please list them for us.
So how many are there that do not have a difference of two?

Now tell us the correct answers to your question.
 
The cross product \(\displaystyle A\times B \) consists sixteen ordered pairs.
Of those there are only four that have a difference of zero. Please list them for us.

Of the other pairs there are only four that have a difference of two. Please list them for us.
So how many are there that do not have a difference of two?

Now tell us the correct answers to your question.

Code:
table: Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 | 1 | 2 | 3 |
      +---+---+---+---+---+
Set B | 2 |-1 | 0 | 1 | 2 |
      +---+---+---+---+---+
      | 3 |-2 |-1 | 0 | 1 |
      +---+---+---+---+---+
      | 4 |-3 |-2 | -1| 0 |
      +---+---+---+---+---+

P(zero) = 4/16 = 1/4
P(difference not 2) = 14/16 = 7/8

correct?

btw I am the same guy who asked the question.

thanks in advanced!
 
Last edited by a moderator:
Compare the original table (partially completed):

Code:
table:          Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 |   | 2 |   |
      +---+---+---+---+---+
Set B | 2 |   | 0 |   |   |
      +---+---+---+---+---+
      | 3 |   | 1 |   |   |
      +---+---+---+---+---+
      | 4 |   |   |   |   |
      +---+---+---+---+---+

...with your table:

Code:
table: Set A
          +---+---+---+---+
          | 1 | 2 | 3 | 4 |
      +---+---+---+---+---+
      | 1 | 0 | 1 | 2 | 3 |
      +---+---+---+---+---+
Set B | 2 |-1 | 0 | 1 | 2 |
      +---+---+---+---+---+
      | 3 |-2 |-1 | 0 | 1 |
      +---+---+---+---+---+
      | 4 |-3 |-2 | -1| 0 |
      +---+---+---+---+---+
Note, in particular, the entry for Set A: 2 and Set B: 3, which was "1" (so the difference between Set A's value and Set B's value was taken in absolute value) and now is "-1" (so the difference was not taken in absolute value). I suspect that all differences were meant to be taken in the same way; that is, all differences, despite the clear language to the contrary, are meant to be non-negative.

P(zero) = 4/16 = 1/4
I will guess that you mean that you found sixteen entries in total, of which four had the value of zero. The probability, then, of obtaining a value of zero, on any fair draw (assuming replacement after all draws), is found by dividing the number of successes by the total number of results, or 4/16, which simplifies as 1/4 or, in the decimal, 0.25 = 25%.

P(difference not 2) = 14/16 = 7/8

correct?
Depends on how the table is meant to be filled in!

By the way, you might want to mention this in your hand-on solution. That is, specifically state that the text of the exercise implies that some values must be negative, but the table implies that all values should be non-negative. Then maybe give "the answer" both ways, clearly stating which is which. And maybe raise the issue in class, because you're probably not the only student to be caught by this contradiction! ;)
 
Top