document.write( "Question 567583: The positive integer N has exactly eight different positive integral factors. Two of these factors are 15 and 21. What is the value of N? \n" ); document.write( "
Algebra.Com's Answer #366643 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Note that 15 = 3*5 and 21 = 3*7. The LCM of 15 and 21 is 3*5*7 = 105, however this already has eight factors (use the algorithm for finding the # of factors of a number, add 1 to each exponent, multiply). Therefore N = 105. \n" ); document.write( " |