Answer:
B:
b = c + 7
b = c - 1
Explanation:
"Variable b is 7 more than variable c" can be expressed mathematically as
b = c + 7
"Variable b is 1 less than variable c" can be expressed mathematically as
b = c - 1
So the second pair,
b = c + 7
b = c - 1
best models the relationship between b and c
Hope this Helps :)