Concept:The relationship is: the second and third numbers are obtained by multiplying the previous number by 2 and adding 1.Explanation:For the given set (46,93,187):93=(46×2)+1=92+1=93187=(93×2)+1=186+1=187For the given set (123,247,495):247=(123×2)+1=246+1=247495=(247×2)+1=494+1=495This confirms the pattern: Second=(First×2)+1 and Third=(Second×2)+1.Now check option B: (313,627,1255):627=(313×2)+1=626+1=6271255=(627×2)+1=1254+1=1255Both relations match correctly.The other options do not satisfy this pattern for both steps.Answer:Option B: (313,627,1255)