document.write( "Question 1009016: The product of twice a number and three is the same as the difference of five times the number and 4/5. Find the number \n" ); document.write( "
Algebra.Com's Answer #624568 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x. Then \n" ); document.write( "(2x)(3) = 5x - 4/5 \n" ); document.write( "6x = 5x - 4/5 \n" ); document.write( "x = -4/5 \n" ); document.write( " |