document.write( "Question 1062817: I apologise beforehand if this question does not fall under the appropriate topics. \r
\n" );
document.write( "\n" );
document.write( "Let C = {5r + 2 | r is an element of Z}, and
\n" );
document.write( "D = {10s - 3 | s is an element of Z}.\r
\n" );
document.write( "\n" );
document.write( "Is C a subset of D or D is a subset of C? Explain your answer.\r
\n" );
document.write( "\n" );
document.write( "Thank you for noticing and answering this question. \n" );
document.write( "
Algebra.Com's Answer #677815 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let's replace r with something you'd find in the set Z. The set Z stands for the set of integers. An easy integer to deal with is r = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5r+2 = 5*0+2 = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So 2 is in the set C. If C was a subset of D, then 2 must also be in set D for it to work. Let's find out. Set 10s-3 equal to 2 and solve for s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10s-3 = 2 \n" ); document.write( "10s = 5 \n" ); document.write( "s = 5/10 \n" ); document.write( "s = 1/2 \n" ); document.write( "s = 0.5 <--- this is NOT an integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since s is NOT an integer, this means that 2 is NOT in set D. So set C is definitely not a subset of D\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's repeat the steps above, but now start with set D. Plug in s = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10s-3 = 10*0 - 3 = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So -3 is definitely in set D. Is it in set C? Set -3 equal to 5r+2 and solve for r to find out\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5r+2 = -3 \n" ); document.write( "5r = -5 \n" ); document.write( "r = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If r = -1, then it leads to -3. This tells us that -3 is definitely in set C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can repeat the last section with other values of s to find corresponding values of r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It turns out that with a bit of trial and error, we can manipulate the form for set D to match what we see in set C, like so...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10s - 3 \n" ); document.write( "2*5s - 3 \n" ); document.write( "2*5s + 2 - 5 \n" ); document.write( "2*5s - 5 + 2 \n" ); document.write( "5*2s - 5 + 2 \n" ); document.write( "5*(2s - 1) + 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The (2s-1) portion is an integer so we basically have this format 5*(integer) + 2 which is what set C is saying.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, any number in set D is also in set C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means set D is a subset of set C. \n" ); document.write( " |