document.write( "Question 679012: How do you solve 2x/3 - x/6 = 10 \n" ); document.write( "
Algebra.Com's Answer #421735 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) 2x/3 - x/6 = 10 \n" ); document.write( "To get rid of the fractions (which we hate) multiply every term of (1) by 6 to get \n" ); document.write( "(2) 4x - x = 60 or \n" ); document.write( "combining like terms we get \n" ); document.write( "(3) 3x = 60 \n" ); document.write( "Now divide each side by 3 and get \n" ); document.write( "(4) x = 20 \n" ); document.write( "Now check this value in the original equation (1) \n" ); document.write( "Is (2*20/3 - 20/6 = 10)? \n" ); document.write( "Is (40/3 - 10/3 = 10)? \n" ); document.write( "Is ((40-10)/3 = 10)? \n" ); document.write( "Is (30/3 = 10)? \n" ); document.write( "Is (10 = 10)? Yes \n" ); document.write( "Answer: The solution to the given equation is x equals 20. \n" ); document.write( " |