Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Connect with a community of experts ready to provide precise solutions to your questions on our user-friendly Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.


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
Thanks for using our platform. We're always here to provide accurate and up-to-date answers to all your queries. Thank you for your visit. We're dedicated to helping you find the information you need, whenever you need it. Westonci.ca is committed to providing accurate answers. Come back soon for more trustworthy information.