document.write( "Question 1001220: The difference of three times a number and five times the same number is 4 find the numbers \n" ); document.write( "
Algebra.Com's Answer #618451 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number, x. Then \n" ); document.write( "3x-5x=4 \n" ); document.write( "-2x=4 \n" ); document.write( "Now divide by -2 and get \n" ); document.write( "x = -2 \n" ); document.write( " |