38.8k views
2 votes
Match the expression after you replace each variable.

a = 5 b = 6 c = 7

Match the expression after you replace each variable. a = 5 b = 6 c = 7-example-1

1 Answer

0 votes

Explanation:

ab => (5)(6) = 30

b + 3 => 6 + 3 = 9

a + b + c => 5 + 6 + 7 = 18

3b + 4 => 3(6) + 4 = 22

5a - c => 5(5) - 7 = 18

User RandyGaul
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.