Answer on Question #71821 – Math – Discrete Mathematics
Question
What are the elements of the set S={x∈(−100,−50)∣∣x≡6mod17}?
Solution
From x≡6mod17 we can write x as x=17t+6, where t is integer number. According to the condition of problem x∈(−100,−50). Hence, we obtain the inequality
−100<17t+6<−50→−106<17t<−56→−17106<t<−1756−6174<t<−3175.
Because t is an integer, the solution of inequality t={−6,−5,−4}. Therefore x of the set S
t=−6→x=−6⋅17+6=−96t=−5→x=−5⋅17+6=−79t=−4→x=−4⋅17+6=−62S={−96,−79,−62}
To implement the search on the computer, you must specify a cycle from -100 to -50 in steps of 1 and check the condition for each element x−6 must be divisible by 17. Get the same answer.
Answer: S={−96,−79,−62}.
Answer provided by https://www.AssignmentExpert.com