document.write( "Question 151176This question is from textbook
\n" );
document.write( ": Find all whole numbers x such that GCD(24,x)=1 and 1 ≤ x ≤ 24. \n" );
document.write( "
Algebra.Com's Answer #111078 by vleith(2983) ![]() You can put this solution on YOUR website! A GCD of 1 means two numbers are relatively prime. \n" ); document.write( "1)Find the prime factors for 24 (2*2*2*3) \n" ); document.write( "2)Find all prime numbers < 24. Any of them other than 2 and 3 are in for sure. 2,3,5,7,11,13,17,19,23. So we know 5,7,11,13,17,19,23 are good \n" ); document.write( "3)Now are there other numbers less than 24 that are the product of prime numbers we found in step 2? 5*5 is > 25, so there are no others.\r \n" ); document.write( "\n" ); document.write( "answer: 1, 5,7,11,13,17,19,23 \n" ); document.write( " |