document.write( "Question 392407: if five times a number is increased by four less than three times the number , the result is 44 . Find the number . \n" ); document.write( "
Algebra.Com's Answer #278539 by NancyLam(35)\"\" \"About 
You can put this solution on YOUR website!
five times a number is:5x
\n" ); document.write( " four less than three times the number is :3x-4
\n" ); document.write( "write equation:5x+3x-4=44
\n" ); document.write( " 8x= 44+4 (solve)
\n" ); document.write( " x= 48/8 (simplify)
\n" ); document.write( " x= 6 (find number)
\n" ); document.write( "
\n" );