document.write( "Question 557894: solve each equation for the specified variable.
\n" );
document.write( "T = C(2+AB) solve for B \r
\n" );
document.write( "\n" );
document.write( "so far this is what i have..
\n" );
document.write( " divide both sides by c.. C cancels out so your left with T=(2+AB)
\n" );
document.write( " Subtract both sides by 2.. 2 cancels out so your left with (T-2)/ (AB)
\n" );
document.write( " thats as far as i can understand as to what to do. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #362808 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! t=c(2+ab) \n" ); document.write( "t/c=2+ab \n" ); document.write( "t/c-2=ab \n" ); document.write( "(t/c-2)/a=b \n" ); document.write( " |