Solving for x in Z50 Where <x> = <5>

  • Thread starter pandapatrol26
  • Start date
In summary: But that's a different matter altogether.)In summary, the conversation was about finding all elements x in Z50 such that <x> = <5>. The attempted solution was that <5> would be equal to {0, 5, 10, 15 ... 45}, but this was not correct. The conversation then delved into the correct way to calculate <x> and the order of an element, as well as the difference between elements and sets in Z50.
  • #1
pandapatrol26
12
0

Homework Statement



Find all elements x in Z50 such that <x> = <5>

Homework Equations

none really

The Attempt at a Solution



I thought <5> would be equal to {0, 5, 10, 15 ... 45} but that doesn't seem to be correct... can anyone tell me what I'm doing wrong?
 
Physics news on Phys.org
  • #2
Why doesn't it seem correct to you?? What you wrote is ok!
 
  • #3
micromass said:
Why doesn't it seem correct to you?? What you wrote is ok!

because i entered the answer in webwork and it says not correct :'( I'm so confuzzled.
 
  • #4
Which answer did you enter?

Do note that 5 is not the only x that has <x> equal to the specified set.
 
  • #5
I entered all the integers in the set like this: 0, 5, 10 etc. to 45.

i added a picture below. imagine the number going up to 45.

ww1.jpg



I like Serena said:
Which answer did you enter?

Do note that 5 is not the only x that has <x> equal to the specified set.
 
  • #6
All right.
Let's consider x=10.
What is <10>?
Is it the same as {0, 5, 10, 15 ... 45}?
 
  • #7
i'd say no to that.

but i don't really know how to tell which elements are reduplicates of each other.
just that <10> would be {0, 10, 20 etc.}


I like Serena said:
All right.
Let's consider x=10.
What is <10>?
Is it the same as {0, 5, 10, 15 ... 45}?
 
  • #8
Exactly! :smile:
So 10 is not a possible solution.
Actually <10>={0,10,20,30,40} to be precise (this is modulo 50).

Any x that might have the proper <x> would have to be one of the elements of {0, 5, 10, 15 ... 45}.
So the question becomes: which of these elements generates the same set?
Obviously 5 will do the trick, but 10 won't.
What do the other elements do?
 
  • #9
I like Serena said:
Exactly! :smile:
So 10 is not a possible solution.
Actually <10>={0,10,20,30,40} to be precise (this is modulo 50).

Any x that might have the proper <x> would have to be one of the elements of {0, 5, 10, 15 ... 45}.
So the question becomes: which of these elements generates the same set?
Obviously 5 will do the trick, but 10 won't.
What do the other elements do?

hmm.. 0?
 
  • #10
pandapatrol26 said:
hmm.. 0?

Huh? :confused:

<0> = {0}, so it won't do.
 
  • #11
I like Serena said:
Huh? :confused:

<0> = {0}, so it won't do.

:/ then i don't really see any other element that is remotely similar except maybe 15?
 
  • #12
So what is <15>?
And while we're at it, what is <45>?

Do you know what <x> means? How you calculate the corresponding set?
 
  • #13
i like serena said:
so what is <15>?
And while we're at it, what is <45>?

Do you know what <x> means? How you calculate the corresponding set?

<15> = {0, 15, 30, 45}
<45> = {0, 45}
??
 
  • #14
<x> is suppose to mean the order of the element, so <5> means any elements with order 5? so.. in terms of group addition, that would mean if x = 5, then it gets added five times before it becomes the identity?
sorry lol I'm so bad at this

I like Serena said:
So what is <15>?
And while we're at it, what is <45>?

Do you know what <x> means? How you calculate the corresponding set?
 
  • #15
Let's see.
<x> = { 0 mod 50, x mod 50, x+x mod 50, x+x+x mod 50, ... }

So <45> = {0, 45 mod 50, 90 mod 50, ... } = {0, 45, 40, 35, 30, 25, 20, 15, 10, 5}
Note that 45 is also the same as -5 modulo 50.

Can you retry <15>?
 
  • #16
pandapatrol26 said:
<x> is suppose to mean the order of the element, so <5> means any elements with order 5? so.. in terms of group addition, that would mean if x = 5, then it gets added five times before it becomes the identity?
sorry lol I'm so bad at this

Errr... no.

#x is the order of element x.
The order of 5 is 10, since 5+5+5+5+5+5+5+5+5+5=0 mod 50.
This is also the size of the group generated by 5.

<x> is the group generated by x, which is {0, x, x+x, x+x+x, x+x+x+x, ...}

I'm afraid you need to get your definitions straight, before you can solve problems using them. :wink:
 
  • #17
I like Serena said:
Let's see.
<x> = { 0 mod 50, x mod 50, x+x mod 50, x+x+x mod 50, ... }

So <45> = {0, 45 mod 50, 90 mod 50, ... } = {0, 45, 40, 35, 30, 25, 20, 15, 10, 5}
Note that 45 is also the same as -5 modulo 50.

Can you retry <15>?

i'm kind of confused how u got 45 to be -5 modulo 50?
 
  • #18
I like Serena said:
Errr... no.

#x is the order of element x.
The order of 5 is 10, since 5+5+5+5+5+5+5+5+5+5=0 mod 50.
This is also the size of the group generated by 5.

<x> is the group generated by x, which is {0, x, x+x, x+x+x, x+x+x+x, ...}

I'm afraid you need to get your definitions straight, before you can solve problems using them. :wink:

yes i was saying that <5> means an order of 10 since there's {0, 5, 10, ..45} 10 elements in the set before it reaches the identity- which is 50. so at 50 it would go back to 5. but I'm just not really suer how u determine which elements are duplications of one another like how 45 and 15 is the same as 5.
 
  • #19
pandapatrol26 said:
i'm kind of confused how u got 45 to be -5 modulo 50?

Well, when we're talking about the element 45 of Z50, we're actually talking about the set of all numbers that are equal to 45 mod 50.
Usually this set is actually denoted as [itex]\bar {45}[/itex], meaning {..., -5, 45, 95, ...}, or [itex]\{ 45 + 50q | q \in \mathbb Z\}[/itex].

We've been leaving off the overbar, since that is a bit hard to write down.
But -5 is the same element as 45 (mod 50), since -5 + 50 = 45.
 
  • #20
pandapatrol26 said:
yes i was saying that <5> means an order of 10 since there's {0, 5, 10, ..45} 10 elements in the set before it reaches the identity- which is 50. so at 50 it would go back to 5. but I'm just not really suer how u determine which elements are duplications of one another like how 45 and 15 is the same as 5.

Errr... 45 is not a duplication of 5, since the difference is not a multiple of 50.
55 is a duplication of 5.

(Actually, 45 is the inverse of 5, since their sum is 0 mod 50.)
 
  • #21
I like Serena said:
Well, when we're talking about the element 45 of Z50, we're actually talking about the set of all numbers that are equal to 45 mod 50.
Usually this set is actually denoted as [itex]\bar {45}[/itex], meaning {..., -5, 45, 95, ...}, or [itex]\{ 45 + 50q | q \in \mathbb Z\}[/itex].

We've been leaving off the overbar, since that is a bit hard to write down.
But -5 is the same element as 45 (mod 50), since -5 + 50 = 45.

ok, my head hurts. i don't think we covered modulo arithmetic in details. that might have been in a previous class but I've forgotten about it. maybe i will go and revisit it.
 
  • #22
Basically "modulo n" means the remainder when dividing by n.
So: 55 mod 50 = 5.
And: 45+45 mod 50 = 90 mod 50 = 40.
 
  • #23
I like Serena said:
Basically "modulo n" means the remainder when dividing by n.
So: 55 mod 50 = 5.
And: 45+45 mod 50 = 90 mod 50 = 40.

ok so you were saying 45 is the same as -5 modulo 50?
how does that divide ? ? i think i'll try to just look up stuff online.
 

FAQ: Solving for x in Z50 Where <x> = <5>

What does "Solving for x" mean in this context?

"Solving for x" means finding the value of the variable x in the given equation or expression.

What is Z50?

Z50 is a set of all integers from 1 to 50, including both positive and negative numbers.

Why is x set equal to 5?

The equation is stating that the value of x is equal to 5. This allows us to solve for x and find the corresponding value in the set Z50.

How do you solve for x in Z50?

To solve for x in Z50, we can use basic algebraic principles such as addition, subtraction, multiplication, and division to isolate x on one side of the equation.

What is the final answer when solving for x in Z50 where = <5>?

The final answer is x = 5, meaning that 5 is the only value of x that satisfies the given equation in the set Z50.

Similar threads

Back
Top