document.write( "Question 727127: How to solve this equiation: 4b-2 = 6b-4 ? \n" ); document.write( "
Algebra.Com's Answer #444985 by Simnepi(216) You can put this solution on YOUR website! to solve any type of equation with an unknown on both sides of the equals sign.... \n" ); document.write( "look for the side with the least unknowns \n" ); document.write( "so 4b-2=6b-4 \n" ); document.write( "the right hand side (of the equals sign) has 6b and the left hand side has 4b \n" ); document.write( "so we take 4b from both sides to eliminate the 4b from the left hand side \n" ); document.write( "giving \n" ); document.write( "4b-2-4b=6b-4-4b \n" ); document.write( "simplifying gives \n" ); document.write( "-2=2b-4 \n" ); document.write( "Now we have to eliminate the number from the side with the unknown on \n" ); document.write( "So we have to add 4 to both sides to get rid of the -4 from the right hand side \n" ); document.write( "giving \n" ); document.write( "-2+4=2b-4+4 \n" ); document.write( "simplifying gives \n" ); document.write( "2=2b \n" ); document.write( "or \n" ); document.write( "2b=2 \n" ); document.write( "dividing by 2 gives us \n" ); document.write( "b=1 \n" ); document.write( " |