which rule describes the relationship between the input and output pairs in the following table?\ninput…

which rule describes the relationship between the input and output pairs in the following table?\ninput output\n5 10\n10 20\n15 30\nchoose 1 answer:\na add 10 to the input to get the output.\nb multiply the input by 2 to get the output.\nc multiply the input by 3. then subtract 5 from the result to get the output.
Answer
Explanation:
Step1: Check Option A
For input 5, adding 10 gives 5 + 10=15, not 10. So A is wrong.
Step2: Check Option B
For input 5, 5×2 = 10; for input 10, 10×2=20; for input 15, 15×2 = 30. It holds for all pairs.
Step3: Check Option C
For input 5, 5×3 - 5=15 - 5 = 10, but for input 10, 10×3-5=25, not 20. So C is wrong.
Answer:
B. Multiply the input by 2 to get the output.