At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.


Specified variable a = 3b - c, for b


Sagot :

a = 3b -c         //we move 'b' to left side
a - 3b = - c      // we move 'a' to right side
-3b = -a - c    // we multiply by -1
3b = a + c   // we devide by 3
b = (a + c ) / 3  

other version => b = (1/3)a+ (1/3)c