document.write( "Question 273041: if 2 is subtracted from a number and this difference is tripled, the result is 6 more than the number. finf the nunber
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199555 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If 2 is subtracted from a number and this difference is tripled, \n" ); document.write( " the result is 6 more than the number. find the number \n" ); document.write( ": \n" ); document.write( "Let x = \"a number\" \n" ); document.write( ": \n" ); document.write( "3(x - 2) = x + 6 \n" ); document.write( "3x - 6 = x + 6 \n" ); document.write( "3x - x = 6 + 6 \n" ); document.write( "2x = 12 \n" ); document.write( "x = 6 is the number \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |