document.write( "Question 1191115: X represents a certain number.
\n" );
document.write( "when the number is multiplied by 3, the result is the same as that of adding 34 to the number.
\n" );
document.write( "find x \n" );
document.write( "
Algebra.Com's Answer #822880 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the equation is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 * x = x + 34 \n" ); document.write( "subtract x from both sides of this equation to get: \n" ); document.write( "2 * x = 34 \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "x = 17 \n" ); document.write( "that should be your answer. \n" ); document.write( "when x = 17, 3 * x = 3 * 17 = 51 and x + 34 = 17 + 34 = 51. \n" ); document.write( "this confirms the solution is correct. \n" ); document.write( " \n" ); document.write( " |