document.write( "Question 35844This question is from textbook Mathematics: Book 3
\n" );
document.write( ": How would you do the problem of 3x-4=x+10? \n" );
document.write( "
Algebra.Com's Answer #21933 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! First of all, we want to set all the x on one side and all the numbers on the other side. \n" ); document.write( "so we add 4 to both sides first. \n" ); document.write( "3x-4+4 = x+10+4 \n" ); document.write( "3x = x+14 \n" ); document.write( "Then we subtract x from both sides \n" ); document.write( "3x-x = x+14-x \n" ); document.write( "2x = 14 \n" ); document.write( "Finally, divide both sides by 2 \n" ); document.write( "2x/2 = 14/2 \n" ); document.write( "x = 7 \n" ); document.write( " |