document.write( "Question 320590: The difference of a number and 7 is the same as 37 less the number. find the number \n" ); document.write( "
Algebra.Com's Answer #229595 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x\r \n" ); document.write( "\n" ); document.write( "difference with 7 = x-7 \n" ); document.write( "37 less the number = 37-x\r \n" ); document.write( "\n" ); document.write( "x-7=37-x \n" ); document.write( "2x=44 \n" ); document.write( "x=22 \n" ); document.write( " |