201k views
3 votes
Find the table that follows this rule: multiply by 8 and add 5.

A.
Input 5 6 7 8 9 10
Output 40 48 56 64 72 80

B.
Input 5 6 7 8 9 10
Output 45 53 61 69 82 90

C.
Input 5 6 7 8 9 10
Output 45 53 61 59 67 75

D.
Input 5 6 7 8 9 10
Output 45 53 61 69 77 85

User Sanmiguel
by
3.1k points

1 Answer

5 votes

Answer:

D

Explanation:

multiply by 8 and add 5.

so,

we need to do this for every unit value and see, if the result is the same as the listed output value.

5 -> 5×8 + 5 = 45

6 -> 6×8 + 5 = 53

7 -> 7×8 + 5 = 61

8 - > 8×8 + 5 = 69

9 -> 9×8 + 5 = 77

10 -> 10×8 + 5 = 85

so, D is the correct answer.

User Hhbilly
by
3.5k points