document.write( "Question 316741: the sum of 1/5 and twice a number is equal 4/5 subtracted from three times the number. find the number \n" ); document.write( "
Algebra.Com's Answer #226697 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "1/5 x and 2x \n" ); document.write( ".. \n" ); document.write( "equal to 3x-4/5\r \n" ); document.write( "\n" ); document.write( "1/5 +2x = 3x-4/5 \r \n" ); document.write( "\n" ); document.write( "3x-2x=4/5 +1/5 \n" ); document.write( "x= 5/5 \n" ); document.write( "x=1 \n" ); document.write( " |