document.write( "Question 210696: a =b+3(4-c) If b equals 5 and c equals 2 what is a \n" ); document.write( "
Algebra.Com's Answer #159182 by tutor_paul(519)\"\" \"About 
You can put this solution on YOUR website!
\"a+=b%2B3%284-c%29\"
\n" ); document.write( "b=5
\n" ); document.write( "c=2
\n" ); document.write( "================
\n" ); document.write( "Simply replace b and c in the equation by their given values:
\n" ); document.write( "\"a=5%2B3%284-2%29\"
\n" ); document.write( "Evaluate what is in the parenthesis first:
\n" ); document.write( "\"a=5%2B3%282%29\"
\n" ); document.write( "When numbers are written next to each other (as 3 ans 2 are above), that means multiply them. Multiplication is before addition in the order of precedence, so do that next:
\n" ); document.write( "\"a=5%2B6\"
\n" ); document.write( "Just add 5 and 6 and you are done!
\n" ); document.write( "\"highlight%28a=11%29\"
\n" ); document.write( "==============
\n" ); document.write( "Good Luck,
\n" ); document.write( "tutor_paul@yahoo.com
\n" ); document.write( "
\n" ); document.write( "
\n" );