document.write( "Question 332416: Solve theequation A = 2 (a + b -5), for b.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #238218 by mananth(16949) You can put this solution on YOUR website! A = 2 (a + b -5), for b. \n" ); document.write( "A=2a+2b-10 \n" ); document.write( ".. \n" ); document.write( "add 10-2a to both sides of the equation \n" ); document.write( "A+10-2a= 2a+2b-10+10-2a \n" ); document.write( "A+10-2a=2b \n" ); document.write( "divide by 2 \n" ); document.write( "(A+10-2a)/2 = b.\r \n" ); document.write( "\n" ); document.write( "IF capital A is a typing error \n" ); document.write( "then the answer is \n" ); document.write( "(10-a)/2 \n" ); document.write( " |