document.write( "Question 251680: X is an integer greater than one such that when it is divided by 3, 5, 7, or 13, the remainder is one. What is the smallest possible value of X?
\n" );
document.write( "a) 1363 b) 1364 c) 1365 d) 1366 e) none of these \n" );
document.write( "
Algebra.Com's Answer #183355 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x must be one more than the factors 3*5*7*13. \n" ); document.write( "It must be an even number to have a remainder of one when divided by 3,5,7,13\r \n" ); document.write( "\n" ); document.write( "the only even numbers options are 1364 and 1366 \n" ); document.write( "1364/13 has a remainder of 12\r \n" ); document.write( "\n" ); document.write( "3*5*7*13+1=1366 \n" ); document.write( "d)1366 \n" ); document.write( " |