QUESTION IMAGE
Question
describe the pattern for each chart.
input\toutput
6\t11
23\t28
47\t52
input\toutput
51\t44
32\t25
66\t59
Brief Explanations
- First table check:
$6 + 5 = 11$, $23 + 5 = 28$, $47 + 5 = 52$. All outputs match this rule.
- Second table check:
$51 - 7 = 44$, $32 - 7 = 25$, $66 - 7 = 59$. All outputs match this rule.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- For the first table: The output is the input plus 5.
- For the second table: The output is the input minus 7.