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?
--------
y1 = (x-6)/13
y2 = (x-3)/6
y3 = (x-3)/7
------------------------------------
Find a value of "x" that gives integer values for y1, y2, y3::
x = 45
---------------
 (A) 45
 (B)58
 (C)71
 (D)84
 (E)97