document.write( "Question 348038: If one is subtracted from seven times a certain number the result is the same as if 31 is added to three times the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #248879 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "7x-1=3x+31 \n" ); document.write( "7x-3x=31+1 \n" ); document.write( "4x=32 \n" ); document.write( "/4 \n" ); document.write( "x=8 \n" ); document.write( " |