document.write( "Question 339813: five times the difference of a number and 4 is the same as 4 increased by five times the number plus four times the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #243444 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number bex
\n" ); document.write( "5(x-4)= 5x+4x+4
\n" ); document.write( "5x-20=9x+4
\n" ); document.write( "9x-5x=-20-4
\n" ); document.write( "4x=-24
\n" ); document.write( "divide by 4
\n" ); document.write( "x= -6 the number
\n" ); document.write( "
\n" );