document.write( "Question 499497: If three is subtracted from a number and the difference is doubled, the result is five times the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #337752 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the number. \n" ); document.write( "2(x-3)=5x \n" ); document.write( "2x-6=5x \n" ); document.write( "3x=-6 \n" ); document.write( "x=-2 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |