document.write( "Question 883921: if K, a positive two-digit integer, is divided by 13, a remainder of 6 results. When the same number is divided by 6 or 7, the remainder is 3. What is the value of K?
\n" );
document.write( "(A) 45
\n" );
document.write( "(B)58
\n" );
document.write( "(C)71
\n" );
document.write( "(D)84
\n" );
document.write( "(E)97 \n" );
document.write( "
Algebra.Com's Answer #533850 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if K, a positive two-digit integer, is divided by 13, a remainder of 6 results. When the same number is divided by 6 or 7, the remainder is 3. What is the value of K? \n" ); document.write( "-------- \n" ); document.write( "y1 = (x-6)/13 \n" ); document.write( "y2 = (x-3)/6 \n" ); document.write( "y3 = (x-3)/7 \n" ); document.write( "------------------------------------ \n" ); document.write( "Find a value of \"x\" that gives integer values for y1, y2, y3:: \n" ); document.write( "x = 45 \n" ); document.write( "--------------- \n" ); document.write( " (A) 45 \n" ); document.write( " (B)58 \n" ); document.write( " (C)71 \n" ); document.write( " (D)84 \n" ); document.write( " (E)97 \n" ); document.write( " |