document.write( "Question 37411: a=b+3(4-c) if b equals 5 and c equals 2, what is the value of a? \n" ); document.write( "
Algebra.Com's Answer #23065 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay if a = b + 3(4 - c) when b = 5 and c = 2, we can find a by plugging in values for b and c...so we have \n" ); document.write( "a = b + 3(4 - c) = 5 + 3(4 - 2) = 5 + 3(2) = 5 + 6 = 11 \n" ); document.write( " |