asked 105k views
1 vote
Pls do the table in the picture​

Pls do the table in the picture​-example-1
asked
User AZ Chad
by
8.6k points

1 Answer

0 votes

Explanation:

(a-b)+c

case 1

a=0.5 , b=2 , c=-1

(0.5-2)-1 = -1.5 - 1

= -2

case 2

a=3 , b=-4 , c=-2

(3+4) -2 = 7 - 2

= 5

case 3

a=-8 , b=5 , c=3

(-8+5)+3 = -3+3

= 0

-(a-b)-c

case 1

a=0.5 , b=2 , c=-1

-(0.5-2)+1 = -(-1.5)+1

= +1.5 + 1

= 2.5

case 2

a=3 , b=-4 ,c=-2

-(3+4)+2 = -(7) +2

= -5

case 3

a=-8 , b=5 , c=3

-(-8-5) -3 = -(-13) -3

= +13 -3

= 10

answered
User Banjo
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.