document.write( "Question 155338: I have to solve for B and I have no clue how to do this\r
\n" );
document.write( "\n" );
document.write( "The teacher said it can be done in 1-2 steps\r
\n" );
document.write( "\n" );
document.write( "AB-CD = BD+AC \n" );
document.write( "
Algebra.Com's Answer #114388 by Alan3354(69443) You can put this solution on YOUR website! I have to solve for B and I have no clue how to do this \n" ); document.write( "The teacher said it can be done in 1-2 steps \n" ); document.write( "AB-CD = BD+AC \n" ); document.write( "-------------------- \n" ); document.write( "You can only solve for B in terms of the other 3 variables. \n" ); document.write( "Add CD to both sides \n" ); document.write( "AB = BD+AC+CD \n" ); document.write( "Get all terms with B on the same side by subtracting BD from both sides \n" ); document.write( "AB-BD = AC+CD \n" ); document.write( "Factor the terms \n" ); document.write( "B*(A-D) = C*(A+D) \n" ); document.write( "Divide by (A-D) to get B by itself \n" ); document.write( "-------------------- \n" ); document.write( "B = C*(A+D)/(A-D) \n" ); document.write( "That's as far as you can go. \n" ); document.write( " |