document.write( "Question 662607: a=2(b+c) solve for c \n" ); document.write( "
Algebra.Com's Answer #412401 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a=2(b+c) solve for c \n" ); document.write( "-------------------- \n" ); document.write( "a=2(b+c) \n" ); document.write( "a/2 = b+c \n" ); document.write( "b+c = a/2 \n" ); document.write( "c = (a/2) - b \n" ); document.write( "or \n" ); document.write( "c = (a - 2b)/2 \n" ); document.write( " \n" ); document.write( " |