document.write( "Question 1027999: Adding twice the number to the difference of thrice the number and 4 is just like subtracting 10 from three times the product of half of the number and 4. find the number? \n" ); document.write( "
Algebra.Com's Answer #643203 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x and carefully translate the English into symbols...we get \n" ); document.write( "2x + (3x - 4) = 3(x/2 * 4) - 10 \n" ); document.write( "Now solve it... \n" ); document.write( "5x - 4 = 3(2x) - 10 \n" ); document.write( "5x - 4 = 6x - 10 \n" ); document.write( "Now subtract 5x and add ten.. \n" ); document.write( "x = 6 \n" ); document.write( " |